# Pushdy

## Pushdy

- [GIỚI THIỆU](https://guide.pushdy.com/i/master.md)
- [iOS](https://guide.pushdy.com/i/cai-dat-mobile-push/ios.md): Hướng dẫn tích hợp mobile push cho iOS app.
- [Android](https://guide.pushdy.com/i/cai-dat-mobile-push/android.md): Hướng dẫn tích hợp mobile push cho Android app.
- [Trình duyệt phổ biến](https://guide.pushdy.com/i/web-push/trinh-duyet-thong-thuong.md): Hướng dẫn tích hợp web push cho các loại trình duyệt thông thường như firefox, chrome, egde, coccoc,...
- [Tạo ứng dụng](https://guide.pushdy.com/i/huong-dan-su-dung/tao-ung-dung.md)
- [Tạo trường dữ liệu thuộc tính](https://guide.pushdy.com/i/huong-dan-su-dung/tao-thuoc-tinh.md)
- [Tạo trường dữ liệu sự kiện](https://guide.pushdy.com/i/huong-dan-su-dung/tao-su-kien.md)
- [Gửi Push cơ bản](https://guide.pushdy.com/i/huong-dan-su-dung/basic-push.md): Hướng dẫn tạo 1 push notification cơ bản.
- [Gửi A/B Push](https://guide.pushdy.com/i/huong-dan-su-dung/a-b-push.md): Hướng dẫn sử dụng A/B Push
- [Gửi Push tự động](https://guide.pushdy.com/i/huong-dan-su-dung/automated-push.md): Hướng dẫn sử dụng Automated Push
- [Gửi Push kích hoạt](https://guide.pushdy.com/i/huong-dan-su-dung/trigger-push.md): Hướng dẫn sử dụng Trigger Push
- [Gợi ý sản phẩm](https://guide.pushdy.com/i/huong-dan-su-dung/goi-y-san-pham.md)
- [Banner Thông Minh](https://guide.pushdy.com/i/huong-dan-su-dung/banner-thong-minh.md)
- [Max Leads](https://guide.pushdy.com/i/huong-dan-su-dung/max-leads.md): Bộ nút liên hệ đa kênh giúp chuyển đổi tối đa lượt truy cập thành khách hàng.
- [Đồng bộ đối tượng quảng cáo Facebook](https://guide.pushdy.com/i/huong-dan-su-dung/dong-bo-doi-tuong-quang-cao-facebook.md): Ad Audience Synced
- [Đồng bộ đối tượng quảng cáo Google](https://guide.pushdy.com/i/huong-dan-su-dung/dong-bo-doi-tuong-quang-cao-google.md): Ad Audience Synced
- [Liên kết tài khoản thống kê Google Analytics](https://guide.pushdy.com/i/huong-dan-su-dung/lien-ket-tai-khoan-thong-ke-google-analytics.md): Tự động đồng bộ hành vi người dùng lên Google Analytics
- [Sử dụng Template](https://guide.pushdy.com/i/huong-dan-su-dung/su-dung-template.md)
- [Sử dụng User Segment](https://guide.pushdy.com/i/huong-dan-su-dung/tao-user-segment.md)
- [Thiết lập Webhook Events](https://guide.pushdy.com/i/huong-dan-su-dung/thiet-lap-webhook-events.md)
- [Thêm thành viên quản trị](https://guide.pushdy.com/i/huong-dan-su-dung/them-thanh-vien-quan-tri.md)
- [Web Push SDK](https://guide.pushdy.com/i/tham-chieu-sdk-api/web-push-sdk.md)
- [iOS Native SDK](https://guide.pushdy.com/i/tham-chieu-sdk-api/ios-native-sdk.md)
- [Android Native SDK](https://guide.pushdy.com/i/tham-chieu-sdk-api/android-native-sdk.md)
- [React Native SDK](https://guide.pushdy.com/i/tham-chieu-sdk-api/react-native-sdk.md)
- [Web Event Tracking](https://guide.pushdy.com/i/tham-chieu-sdk-api/web-event-tracking.md)
- [Cách tạo Firebase Server Key](https://guide.pushdy.com/i/cai-dat/cach-tao-firebase-server-key.md): Chú ý: Tài liệu kỹ thuật này dành cho nhà phát triển (developer)
- [Cách tạo iOS Push Certificate](https://guide.pushdy.com/i/cai-dat/cach-tao-ios-push-certificate.md): Chú ý: Tài liệu kỹ thuật này dành cho nhà phát triển (developer)
- [Cách tạo Safari Push Certificate](https://guide.pushdy.com/i/cai-dat/trinh-duyet-safari.md): Cài đặt Web Push cho trình duyệt Safari.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.pushdy.com/i/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
