Track event
PUT {{integrationBaseUrl}}/segment/event
Triggers a custom event inside Talon.One. You can then trigger rules when this event is received.
An event is a type of custom attribute, you must create it first in the Campaign Manager. See creating custom events. To see the events received by your Application in Talon.One, open the Application and click Events.
If the specified session already exists, it must belong to the same profileId
or an error will be returned.
Request Body
{"customerProfileId"=>"URN-GV8294NV", "eventType"=>"mySegmentEvent", "type"=>"string", "eventAttributes"=>{"Language"=>"english", "ShippingCountry"=>"DE", "ProductClicked"=>true}, "attributesInfo"=>[{"name"=>"ProductClicked", "type"=>"boolean"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
destination-hostname | string | (Required) The base URL of your Talon.One deployment. | |
Content-Type | string | ||
Accept | string |