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.