: Track clicks on Flash button in Google Analytics Client is having a GoogleVoice's "Call me" button on their website and I'm trying to figure out how to set up a tracking for clicks on it
Client is having a GoogleVoice's "Call me" button on their website and I'm trying to figure out how to set up a tracking for clicks on it as it's not standard link but Flash.
Button (for those not familiar with it):
I tried Googling for way to achieve this but couldn't find proper instructions.
Can somebody shed some light on this?
More posts by @Connie744
1 Comments
Sorted by latest first Latest Oldest Best
I found a question on Stack Overflow here related to using JavaScript to track Flash objects.
It's best if you use onmousedown() like this:
<div onmousedown="clickBanner(1)">
<object>
<param name="movie" value="3.swf">
<param name="wmode" value="transparent" />
<embed wmode=transparent allowfullscreen="true" allowscriptaccess="always" src="3.swf">
</embed>
</object>
</div>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.