简体   繁体   中英

Can Google Analytics track Custom Events from an AdWords Flash Banner?

i know it can track flash events from other flash banners/sites on other networks.. but can it from Adwords?

i found this code:

on (release) {
// Track with no action
getURL("javascript:pageTracker._trackPageview('/folder/file.html');");
} 

but it seems to require a JS script on the page.

how does Adwords handle this?

thanks

-art

It should be fairly easy to try this and upload a banner to AdWords, but the following seems to imply that this is not allowed

http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide.cs&guide=28427&topic=28431

"Extra calls: Your ad code cannot make external server calls for additional JavaScript or other functionality. All functionality must be localized to the code itself. "

Also if you want to use Google Analytics within Flash, refer to the following documentation :

http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html

(in your case it sounds like Bridge mode is what you are looking for).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM