Mobile app version of vmapp.org
Login or Join
Connie744

: 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

@Connie744

Posted in: #Flash #GoalTracking #GoogleAnalytics #Tracking #UniversalAnalytics

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie744

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

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>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme