drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

tracking with AS3 mode when ga.js use the same GA ID #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when ga.js use the same GA ID as gaforflash
and that we are in AS3 mode

the GA backend obtain duplicate tracking for the page view
(not completely confirmed but likely to happen)

solution:
even if in AS3 mode, do a check for ga.js
and if found use JS injection to copare the two GA ID

if identical, display a little warning that some duplicated
tracking could occurs

Original issue reported on code.google.com by zwetan on 9 Feb 2010 at 5:32