Track event
PUT {{integrationBaseUrl}}/segment/v2/events?skipNonExistingAttributes=false
Request Params
Key | Datatype | Required | Description |
---|
skipNonExistingAttributes | boolean | | Indicates whether to skip non-existing attributes. If true , the non-existing attributes are skipped and a 400 error is not returned. If false , a 400 error is returned in case of non-existing attributes. |
Request Body
{"eventType"=>"mySegmentEvent", "eventAttributes"=>{"Language"=>"english", "ShippingCountry"=>"DE", "ProductClicked"=>true}, "customerProfileId"=>"URN-GV8294NV"}
Key | Datatype | Required | Description |
---|
destination-hostname | string | | (Required) The base URL of your Talon.One deployment. |