Generate a click event type

Gold Contributor
Gold Contributor

We are implementing Tealium in Android, and future in IOS.

 

At the moment we are receiving the "Event Names" in XITI (AT Internet) well, but these are page views. For this we are used event "view".

 

Now we want to try the "clicks " buttons (usability), we are used event type: "event" ?

 

the idea is Tealium tell to XITI is not a "page view", is a click.

 

Could you give a code example ? or documentation where indicated this ?

 

sorry for my English.

 

Thank you very much tealium!

1 REPLY 1

Generate a click event type

Tealium Employee

Hello @ivanmoya,

 

You'll want to use the universal track call (see sample below) to manually trigger the event and send in "Tealium.EVENT" as the event name in the track call so that it does not register as a view. 

 

More info on universal track call: https://github.com/Tealium/android-library/wiki/advanced-guide#universal-track-call

 

Tealium.track(null, data, Tealium.EVENT);

 

Please let us know if you need additional help. 

Public