We often face issue related to clicktag and click tracking in creative specially when creative is flash, In most of the cases we use tool Flash decomipiler to investigate the issue in clicktag .
There are following issues that might present.
Creative is clickable but clicks are nottracking
In such cases it might be possible thatclient have embeded Hard coded click thorugh URL in code because of that clicks are not tracking in 3rd party
Solution
Ask the client to remove hard coded clickthorough URL from code and Use the ClickTag, ClickTag parameter.
If clicks are not tracking and no hard coded URL present
It mightpossible that ClickTag, ClickTag parameter are not defined in Action script code( Language use to code Flash)
Methods for implementing theclickTAG variables in Flash banners depend on the ActionScript version used in the banners.
ActionScript 2 and ActionScript 3 coded banners. If there is more than one target URL, please see the naming convention below:
var clickTAG ; // variable no. 1
var clickTAG2; // variable no. 2
var clickTAG3; // variable no. 3
var clickTAG4; // variable no. 4
var clickTAG5; // variable no. 5
Implementation ofclickTAG variable
Implementation of the clickTAG variable depends on the version of the ActionScript you are using. Also, due to constantly increasing online security measures in internet browsers, pop-up blocking is becoming a
common problem in the online advertising.
There are following issues that might present.
Creative is clickable but clicks are not
In such cases it might be possible that
Solution
Ask the client to remove hard coded click
If clicks are not tracking and no hard coded URL present
It might
Methods for implementing the
ActionScript 2 and ActionScript 3 coded banners. If there is more than one target URL, please see the naming convention below:
Implementation of
Implementation of the clickTAG variable depends on the version of the ActionScript you are using. Also, due to constantly increasing online security measures in internet browsers, pop-up blocking is becoming a
Action Script 2.0
{
}
Action Script 3.0
Type 1
flash.net.navigateToURL(new URLRequest
} );
Type 2
MouseEvent
);
}
} );
Type 3
{
_clicktag = root
{
// Browser Check
// Browser == IE?
{
}
{
}
}
{
}
}
Type 4 (Doubleclick)
Link_1.addEventListener
}
}
)
if (clicktag . substr ( 0, 5) == "http:") {getURL( clicktag, "_blank")
on (release)
{ if (clickTAG . substr ( 0, 5) == "http:" || clickTAG . substr ( 0, 6) == "https :")
{ getURL( clickTAG, "_blank"); } }
Online Tool To check Click Tag Issue
• http://gapcode.com/banner-tester/
• https://flashval-temp.appspot.com/validator/
• http://www.imho.nl/clicktag/clicktag.php
• http://getclicktag.com/
• http://test.adform.com/testpage/banners-test/
• http://gapcode.com/banner-tester/
• https://flashval-temp.appspot.com/validator/
• http://www.imho.nl/clicktag/clicktag.php
• http://getclicktag.com/
• http://test.adform.com/testpage/banners-test/
clicktag checker
Reviewed by Admin
on
October 14, 2014
Rating:
No comments: