开发者

Tracking a Flash banner advert using clickTag and Google Analytics

开发者 https://www.devze.com 2022-12-27 18:54 出处:网络
I\'m trying to find out if there is a way of using clickTag and Google Analytics to track outgoing banner clicks. clickTag code:

I'm trying to find out if there is a way of using clickTag and Google Analytics to track outgoing banner clicks. clickTag code:

on (release) {
  if (clickTAG.substr(0,5) == "http:") {
    getURL(clickTAG);
  }
}

Maybe someone can tell me whether the following would work:

on (release) {
  if (clickTAG.substr(0,5) == "http:") {
    getURL("javascript:pageTracker._trackPageview('/som开发者_如何学Cebannerad');");
    getURL(clickTAG);
  }
}

but I would ideally like a solution that worked with the standard clickTag code and didn't involve changing any code in the flash file. Anyone have any ideas?

Thanks


Try this: http://doteduguru.com/id1313-google-analytics-tracking-flash.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号