Pushwoosh allows you to send push notifications based on a user's geographic location using a feature called Geozones.
What are Geozones? Geozones are virtual geographic boundaries that you define on a map. You can set them up to trigger push notifications automatically when a user's device enters or exits these predefined areas. The range for these zones can typically be set between 50 and 1000 meters, and you can also configure a cooldown period to manage notification frequency.
How to set up Geozones:
1. Ensure you have configured at least one mobile platform (Android or iOS) in your Pushwoosh project. The 'Geo-based push' option will only appear after platform setup (see related FAQ if you can't find this option).
2. In your Pushwoosh control panel, navigate to Channels → Geo-based Push.
3. You can view existing Geozones or click Add Geozone to create a new one.
4. When configuring a Geozone, you will need to provide:
* Name: A descriptive name for your Geozone.
* Notification Text: The content of the push notification to be sent.
* Location: Define the center of the Geozone by placing a pin on the map, entering a specific address, or using geographic coordinates.
* Range (Radius): Set the size of the geofenced area.
* Cooldown Period (Optional): Specify how long Pushwoosh should wait before this Geozone can trigger another notification for the same user.
Targeting users currently within a Geozone: Besides automatic triggers, you can also target users who are currently inside a specific Geozone when sending a manual push notification. In the 'Send Push' form, look for an option like "Send to specific Geozone." This allows you to use Geozones as a form of real-time location-based segmentation.
Important Considerations:
* Geofencing relies on location services being enabled on the user's device.
* Your application must have the necessary permissions from the user to access their location.
* The Pushwoosh SDK must be correctly integrated into your app to support location tracking and Geozones.
Comments
0 comments
Please sign in to leave a comment.