我知道它可以跟踪其他网络上其他Flash横幅/网站的Flash事件。 但它可以来自Adwords吗?
我找到了这段代码:
on (release) {
// Track with no action
getURL("javascript:pageTracker._trackPageview('/folder/file.html');");
}
但似乎需要在页面上使用JS脚本。
Adwords如何处理这个问题?
感谢
-art
答案 0 :(得分:0)
尝试此操作并将横幅上传到AdWords应该相当容易,但以下内容似乎暗示不允许这样做
http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide.cs&guide=28427&topic=28431
“额外通话:您的广告代码无法通过外部服务器调用其他JavaScript或其他功能。所有功能都必须本地化为代码本身。”
此外,如果您想在Flash中使用Google Analytics,请参阅以下文档:
http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html
(在您的情况下,它听起来像您正在寻找的桥模式)。