Android Tealium Implementation: I have added Tealium full jar and also enabled Tealium Mobile from Publish settings. But where do I can see my autotracked events such as app title, page title etc on MyIQ dashboard?

Bronze Contributor
Bronze Contributor
 
4 REPLIES 4

Android Tealium Implementation: I have added Tealium full jar and also enabled Tealium Mobile from Publish settings. But where do I can see my autotracked events such as app title, page title etc on MyIQ dashboard?

Moderator
Moderator
Hi Avtar, We don't collect any data in Tealium IQ - it is 100% client side. Therefore, the only place you will see the data is in your analytics tool. However, it is possible to use the Tealium EventStore tag for debugging purposes, which will send the data from each of the events to our servers (just add it as a new tag in your profile, but make sure you turn off the "Prod" flag so that it only gets published to dev/qa). You can then use a tool like Charles Proxy to inspect the traffic going to "uconnect.tealiumiq.com", and you will see all the event data in the query string. It's also possible to see a limited amount of data in the "Live Events" view in AudienceStream, which you can access in the top left hand corner of the screen. This method is described in the Github documentation at the bottom of the readme page: https://github.com/Tealium/ios-library https://github.com/Tealium/android-library I hope this helps. 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.

Android Tealium Implementation: I have added Tealium full jar and also enabled Tealium Mobile from Publish settings. But where do I can see my autotracked events such as app title, page title etc on MyIQ dashboard?

Bronze Contributor
Bronze Contributor
Thanks Craig I have trial account at Tealium IQ, But it seems that it does not provide me Audience Stream Dashboard. Can you please confirm me on this? Also, Please provide me video or tutorial link for adding and sample Google Analytics account for Mobile

Android Tealium Implementation: I have added Tealium full jar and also enabled Tealium Mobile from Publish settings. But where do I can see my autotracked events such as app title, page title etc on MyIQ dashboard?

Tealium Employee

Hey Avtar, Currently free trial accounts do not have access to AudienceStream. However, perhaps our documentation on how to set up Google Universal Analytics will answer your questions: The basic configuration article should cover how to set up Google Universal Analytics in your Tealium iQ profile: Google Universal Analytics Tag: Basic Configuration The GUA: Advanced Mapping article should help you set up for sending mobile data to your GUA report: Google Universal Analytics Tag: Advanced Mapping Look under the App/Screen Tracking section to find out which destinations to map your mobile data to. I hope this helps. Thanks, Seth

Android Tealium Implementation: I have added Tealium full jar and also enabled Tealium Mobile from Publish settings. But where do I can see my autotracked events such as app title, page title etc on MyIQ dashboard?

Bronze Contributor
Bronze Contributor
Thank You All, Currently no data is displayed under Google Analytics account and I am getting below error in my logcat. Can you please help me out what I am missing Invalid account-profile-environment or override url set, configuration fetch returned 404. The Tealium Library is shutting down. I have re-checked all the account details and they are same, Even I have tried with below demo details provided on GitHub link but they also didn't worked: Tealium.initialize(Config.create(this, "tealiummobile", "demo", "dev") .setHTTPSEnabled(false) .setLibraryLogLevel(LogLevel.DEBUG));
Public