Google Publisher Tags don't support the following features for mobile:
- Single request architecture
- Companion service (companion autofill)
- Content service
- Logging
Tips for using GPT for mobile:
- Mobile tags use
googletagservices.com/tag/js/gpt_mobile.js. - To enable asynchronous rendering, place this code before the
googletag.enableServices();line:
googletag.pubads().enableAsyncRendering();
