Tracking with Cordova plugin

Bronze Contributor
Bronze Contributor

After adding the tealium plugin with iOS app code, I tracked view and link events using tealium.track() method. In the tealium live tracking I can see the events and screen view being tracked but for each tealium.track I see ut.event as link. Even for

tealium.track("view", // "view" or "link"

                            {   

                                   <key>: <value>

                            }, // Object containing key-value pairs.

                            "tealiumdemo" // Replace this with your instance ID

                            );

 

I reaceive ut.event as link, whereas tealium_event shows view.

Please guide.

1 REPLY 1

Tracking with Cordova plugin

Moderator
Moderator

Hi @shuchita

 

I have just tested this with the Cordova sample app, and I'm not able to reproduce the issue.

 

It sounds like there could be something in your Tealium iQ profile that's overwriting the "ut.event" property to "link". I recommend looking here first, and raising a support ticket with your account/profile details if you are still having issues (support@tealium.com).

 

Out of interest, are you passing "screen_title" in your payload? If not, please try doing this. It's possible this may fix your issue, but I suspect it won't.

 

Thanks,

 

Craig.

 

 

Check out our new Swift integration library for iOS, macOS, tvOS and watchOS: https://github.com/Tealium/tealium-swift with updated
documentation https://community.tealiumiq.com/t5/Swift/tkb-p/swift.
Public