- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
This article shows how to troubleshoot a mobile implementation of iQ Tag Management via the published file mobile.html.
In this article:
When you activate a mobile profile in Tealium iQ a file named mobile.html is published to the following path on the CDN:
http://tags.tiqcdn.com/utag/{account}/{profile}/{environment}/mobile.html
This file is used by the native mobile library to receive mobile publish settings and to facilitate the Tag Management module. This file can be useful to perform some basic troubleshooting of your mobile implementation.
The behavior of utag.js on the mobile.html page will be similar to that of a standard desktop website page. The utag.js file is loaded and subsequent vendor tags are executed.
To inspect the mobile.html page:
From here you can now perform many of the same troubleshooting techniques that you would use for a website witih Tealium's utag.js installed.
The first thing to verify is that your most recently published changes are being loaded in mobile.html. This is done by matching the timestamp from the HTML source to the timestamp from the iQ Versions screen.
To verify the publish timestamp:
ut.4.0.YYYYMMDDHHMM
. (Time is always in GMT.)The mobile.html page uses a JavaScript object named mps
to store the values of the mobile publish settings. You can inspect this object to verify your settings.
To inspect the mps
object:
The behavior of utag.js on this page will be similar to that of a standard desktop website page. This means you can watch the network activity to see which utag.*.js files are loaded and you can trigger tracking calls from the browser console to verify that your tags are working as expected.
To simulate tracking calls in mobile.html:
utag.view({screen_title : "Test Page"})
and hit enter.
Copyright All Rights Reserved © 2008-2023