Integrating google tag manager with Mendix app

0
Hi, I integrated google tag manager in my mendix app following the instructions from the blog below. The GTM javascript is included in mendix app index.html. I see that the I'm getting data in Google analytics when I open the mendix app url in desktop browser. But I don't get any data when I hit it from the mobile app. Are there any configurations required in phonegap files ? Any inputs would be highly appreciated. https://www.stukkie.nl/posts/using-google-tag-manager-with-mendix  
asked
1 answers
0

Hi Vinod, I don't have experience with GTM, but maybe phonegap is blocking requests to the Google domain. You can try adding the following parameter to the config.xml, and/or you can also be more restrictive f you want

<allow-navigation href="*" />

Let me know if this helps.

answered