Hi,
I am trying to implement google analytics tracking in my webapp.
I am using code that google provided after creating Account in google analytics .
On config.xml I added below privilages
<access origin="*" subdomains="true"></access>
<tizen:content-security-policy>script-src 'self'</tizen:content-security-policy>
No error showing in above code, still I am not getting anything on google analytics account.
Please help to resolve issue.
Thanks