跳到内容

Geo campaigns

此内容尚未提供您的语言版本。

A geo campaign sends a push notification 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 to

After you set up a geo campaign, Pushwoosh sends a push when a user’s device enters a geozone, the campaign is active, and cooldown allows delivery.

Location permission is required. If a user has not granted it, geo campaigns cannot trigger for that device, and no push is sent when the device enters a geozone.

  • 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 to

Before you create your first geo campaign, make sure:

  1. At least one mobile platform (Android or iOS) is configured in the project. Learn how to configure platforms.
  2. The Pushwoosh SDK is integrated in your app with location tracking enabled.
  3. Location tracking is configured in the app. For implementation details, see Geozones for iOS and Geozones for Android.

Create a geozone

Anchor link to

Create a geozone to define where your campaign triggers and what message users receive when they enter that area.

Go to Campaigns → Geo campaigns. Click Create geozone to start.

Geo campaigns Get Started screen with map view and Create geozone action in the Pushwoosh control panel.

Set the campaign name and aggregated statistics

Anchor link to

In the Campaign name field, enter a label up to 64 characters. Keep it short and recognizable, for example, Spring sale at downtown shops.

Optionally, select an existing campaign in the Aggregated statistics field. Geo campaign pushes will then be counted together with other touchpoints in that campaign’s aggregated messages statistics.

Geozone form section with Campaign name and Aggregated statistics fields.

Compose the push message

Anchor link to

Choose how to compose the notification:

  • Write a message: enter the push text directly in the form (up to 1024 characters). Use this option for a quick one-time message in a single geozone.
  • Use an existing preset: pick a saved preset for full templating with title, deep link, custom sound, and platform-specific payloads.
Geo campaign creation form showing campaign name, push message settings, and iOS sound and inbox options.

Configure optional message settings:

  • Play default sound on iOS: uses the system push sound on iOS devices.
  • Save to inbox: keeps the push in the device’s in-app inbox after delivery, so the user can come back to it later. When enabled, set Inbox expire (1–365 days) and optionally an Inbox icon URL. Learn more.

Set the trigger location

Anchor link to
  1. Search for an address, paste raw coordinates into the search bar, or click anywhere on the map to drop a marker.
  2. Drag the handle on the circle to set the Range. Range can be set between 50 m and 100 km. Default is 200 m.
Map view for trigger location setup with address search, marker placement, and range circle adjustment.

Choose a cluster and cooldown

Anchor link to

A cooldown is a silent period after a push is sent. The same device will not receive another notification from that geozone until the cooldown expires, even if it exits and re-enters.

In the Cooldown field, choose one of three modes:

ModeHow cooldown is setBehavior
StandaloneSet days, hours, and minutes directly for this geozone. Minimum is 1 minute. Maximum is 41 days.Cooldown applies to this geozone only.
Use existing clusterApply the cooldown from an existing cluster.The cluster cooldown overrides this geozone’s own cooldown.
New clusterCreate a new cluster and set its cooldown.The cluster cooldown overrides this geozone’s own cooldown.
Cooldown mode dropdown showing Standalone, Use existing cluster, and New cluster options in Geo campaigns.

Schedule when the campaign can fire

Anchor link to

The Campaign schedule section decides when the geozone is allowed to trigger pushes:

  • Always active: the geozone fires 24/7.
  • On selected days and hours: enable specific weekdays and pick one time window per day (start – end). The campaign only fires inside those windows.
Geo campaign setup on map with range circle, cluster mode options, and campaign schedule configuration.

Schedules are stored in the browser’s local time zone at the time of creation.

Click Save to create the geozone. The geozone is saved and enabled immediately. If you set a schedule, pushes fire only during the configured windows.

The push is sent when a device enters the geozone during the active schedule and is not blocked by cooldown.

Create a cluster

Anchor link to

Use a cluster when the same device might enter several of your zones in a short window, for example, two stores on the same street. Once a device receives a push from any geozone in the cluster, it stays silent for all others in that cluster until the cooldown expires.

After you create the first geozone, you can create clusters from the Geo campaigns page.

  1. On the Geo campaigns page, click Create cluster.
Geo campaigns page with the Create cluster button before entering cluster settings.
  1. Enter the Cluster name and Cluster cooldown.
Create cluster form in Geo campaigns with cluster name and cooldown settings before saving.
  1. Click Create.

Once created, the cluster appears on the Geo campaigns page. To assign geozones to it:

Manage geozones and clusters

Anchor link to

The Geo campaigns page shows all your geozones plotted on a map and listed in a table, grouped by cluster. Standalone zones appear under a Without cluster section.

Geo campaigns overview with geozones on the map and a cluster-grouped table including Without cluster.

For each geozone you can:

  • Pause or Resume the trigger.
  • Edit the geozone in the form.
  • Move to cluster: assign to a different cluster, or remove from its current cluster.
  • Delete the geozone permanently.

For each cluster you can:

  • Pause or Resume the cluster. Pausing a cluster also pauses every geozone inside it.
  • Edit the cluster name or cooldown.
  • Delete the cluster. Only clusters without attached geozones can be deleted.