Understanding geo campaigns
यह सामग्री अभी तक आपकी भाषा में उपलब्ध नहीं है।
A geo campaign sends a push notification, fires a custom event, or both automatically when a user’s device enters a location you defined on a map, such as a store, a venue, a delivery point, or a transit hub.
Pushwoosh uses geozones to define where a campaign can trigger. You can group multiple geozones into a cluster to apply one shared cooldown and avoid repeated sends in nearby areas.
How it works
Anchor link toAfter you set up a geo campaign, Pushwoosh runs the entry actions you enabled for the geozone (Send push, Fire event, or both) when a user’s device enters the geozone, the campaign is active, and cooldown allows delivery. Cooldown applies to both entry actions. It blocks a repeat entry until the cooldown expires, either from that geozone alone or from every geozone in its cluster if it belongs to one.
Fire exit event, Fire dwell event, and Assume exit after silence are not limited by cooldown. Those actions track that someone left the zone or stayed inside. If cooldown also blocked them, you would miss the signal that the visit ended.
Use cases
Anchor link to- Send an in-store offer when a user enters a geozone around a retail location.
- Trigger an arrival message at a venue, pickup point, or branch office.
- Limit repeat sends in dense areas by applying one cooldown across a cluster of nearby geozones.
Prerequisites
Anchor link toBefore you create your first geo campaign, make sure:
- At least one mobile platform (Android or iOS) is configured in the project. Learn how to configure platforms.
- The Pushwoosh SDK is integrated in your app with location tracking enabled.
- Location tracking is configured in the app. For implementation details, see Geozones for iOS and Geozones for Android.