AppsFlyer: send event
เนื้อหานี้ยังไม่มีในภาษาของคุณ
The AppsFlyer: send event Point template sends a server-to-server in-app event to AppsFlyer for every traveler that passes this step. The event carries the attribution of the install, so the journey step shows up in AppsFlyer reports and can be handed to ad networks as a conversion.
Configure the point
Anchor link to- Drag AppsFlyer: send event from the Integrations section onto the canvas.
- Double-click the point and enter a Step Name.
- In App ID, enter the app identifier from AppsFlyer: App Settings,
id123456789for iOS orcom.example.appfor Android. - In Dev key, enter the app’s dev key from App Settings > Dev Key. It’s stored masked, like a webhook secret header — Pushwoosh never displays or returns it once saved, and it never appears in the point’s stored request or in the Calls log.
- In Event name, enter the name the event should get in AppsFlyer, a standard one (
af_purchase,af_complete_registration) or your own (paywall_reached). - In Tag with the AppsFlyer ID, type the name of the Pushwoosh tag that holds
AppsFlyerLib.getAppsFlyerUID(), saved by the app after the AppsFlyer SDK starts. This field takes a tag name as plain text — Point templates don’t have the tag picker that a channel like Push or Email uses for its own tag fields. AppsFlyer matches a server event to an install only by this ID, so get the tag name exactly right. - Optional. In Customer user ID, keep the default
{{device:user_id}}to send the Pushwoosh user ID, or enter your own identifier to reconcile in AppsFlyer. - Optional. In Currency, keep the default
USDor enter another ISO 4217 code. It’s sent aseventCurrency. - Optional. In Event value, add the parameters to send as AppsFlyer’s
eventValuepayload — see key/value fields. Useaf_revenuefor the amount, andaf_content_idoraf_content_typefor your own. There’s no separate numeric revenue field:af_revenueis a string cell in this table, the same as any other parameter, and it takes a macro like{{tag:Price}}. A blank cell isn’t sent. - Click Save.
Travelers with no AppsFlyer ID are skipped
Anchor link toIf the tag in Tag with the AppsFlyer ID is empty for a traveler, Pushwoosh doesn’t send a request for that traveler at all — it isn’t a failed request, since AppsFlyer would have nothing to match the event to.
That traveler still continues to the next step in the journey.
A failed request (one that did have an AppsFlyer ID) drops the traveler from the journey instead — see Errors and failed requests.