Amplitude: set user properties
هذا المحتوى غير متوفر بلغتك بعد.
The Amplitude: set user properties Point template updates the Amplitude user profile of the traveler with the properties you list, through the HTTP API V2’s $identify operation — so segmentation and cohorts on the Amplitude side see the same data as Pushwoosh.
Pushwoosh sets Amplitude’s insert_id for you from the traveler and this step, so the same traveler passing through this exact point twice — for example on a second lap of a looping journey — updates the same Amplitude profile instead of writing a duplicate identify event.
Configure the point
Anchor link to- Drag Amplitude: set user properties from the Integrations section onto the canvas.
- Double-click the point and enter a Step Name.
- In API key, enter the project API key from Amplitude: Settings > Projects > your project > General. 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 Amplitude endpoint, pick the region the Amplitude project was created in:
api2.amplitude.comfor a US project,api.eu.amplitude.comfor an EU one. A key from one region is rejected by the other. - In User properties, add the property name mapped to the value to set — see key/value fields. A value that’s a single macro keeps its own type in Amplitude (
{{tag:Age}}arrives as a number,{{tag:Trial Ends}}as a date); any other text is sent as a string. - Click Save.
Response
Anchor link toAfter the step runs, the number of events Amplitude ingested is available in later steps as attribute amplitude_events_ingested — use it the same way you’d use a Webhook response attribute.
A failed request drops the traveler from the journey — see Errors and failed requests.