3rd party integrations
...
Purple Tracking
Tracking Configuration
Structure: Individual events and attributes
5min
individual events and attributes level at the lowest level, the individual events or attributes are configured this configuration differs depending on the tracking service, event type or attribute at this point, the following questions arise (1) which events and attributes do i need? (2) where can i find them? (3) how is the tracking service specific configuration defined? (4) where do i insert the event and attribute configurations? which events and attributes do i need? answer identify your use cases answer identify your use cases the necessary events and attributes can only be identified through formulated use cases for further information have a look to full example how to configure your events docid\ rbq5g0nowyznlarcpc1ds where can i find them? answer search and select events and/or attributes from our documentation answer search and select events and/or attributes from our documentation type find them at action events action events docid 8rra4o7vzdaw13y joqek view events view events docid\ mixe5 ijkbr47eummdyga purchase events purchase events docid\ mixj9wvzalbapwdbpat29 attributes attributes docid\ dfucrmfgqfurguiv8nltc how is the tracking service specific configuration defined? answer read tracking service specific documentation answer read tracking service specific documentation have a look to our integrated tracking services docid 3ofsgplkna2zz3rzik3fg and read their technical documentation carefully to configure your desired event or attribute your tracking service may already have a sample code for the desired event or attribute within the tracking events docid\ wmhcwvhbk60lcgh5urtfo chapter this can be copied and further modified where do i insert the event and attribute configurations? answer insert your events or attributes in the corresponding event type or attributes section answer insert your events or attributes in the corresponding event type or attributes section have a look to the example below example finally, there is a configuration that is as follows in the figure on the right notice in the figure, for simplicity, you only see a comment // your configured list of xxx instead of a long list of events or attributes for further information have a look to full example how to configure your events docid\ rbq5g0nowyznlarcpc1ds tracking config json note that the code example below is not a valid json format the comments are not allowed in json example code { "default" { "events" { // your configured list of action events }, "views" { // your configured list of view events }, "purchases" { // your configured list of purchase events }, "attributes" { // your configured list of further attributes } }, "airship" { "events" { // your configured list of action events }, "views" { // your configured list of view events }, "purchases" { // your configured list of purchase events }, "attributes" { // your configured list of attributes } }, // your configured list of further tracking services }