Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem registering banner outlinks #3340

Closed
anonymous-matomo-user opened this issue Aug 21, 2012 · 1 comment
Closed

Problem registering banner outlinks #3340

anonymous-matomo-user opened this issue Aug 21, 2012 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

On one of the sites running piwik outlinks are not registering when the link is a flash file. Sample:

 <a href="http://piwik.org/">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="200px" height="165px">
    <param name="movie" value="/path/to/file.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <embed src="/path/to/file.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="opaque" width="200px" height="165px">
    </object>
 </a>

If I change the link to:

 <a href="http://piwik.org/">text</a>

The outlink is registering

@robocoder
Copy link
Contributor

The flash object doesn't propagate the click event to the outer anchor element.

If you want to track Flash, you'll have to use the actionscript tracking code.

@anonymous-matomo-user anonymous-matomo-user added this to the 1.8.4 - Piwik 1.8.4 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants