Languages

Menu
Sites
Language
Google Analytics

Hi,

Can anyone tell me how can I use google analytics in my tizen webapp?

 

Thanks

Responses

2 Replies
Maciej Moczulski

Hi,
 
Regarding the google analitics. I think that it's possible to use google analitics with tizen web applications. Google analitics use xhr for sending request and it is supported in our envirotment. Only external request should be wrapped with
<tizen:content-security-policy>default-src * 'unsafe-inline'</tizen:content-security-policy> 
 
For details please refer to the following links:
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Faccessing_external_network_resources.htm

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fbasics_tizen_programming%2Fweb_security_privacy.htm

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fweb_config_ext.htm

 

Google also let to use "Measurement Protocol" that help with sending the raw data directly to google analitics server

 
Thanks,
Maciej Moczulski

Rajashri Pawar

Thanks.. But still its not working for me.