Ciao
devo fare dei banner con delle specifiche tecniche fisse!!
Indicano che il mio pulsante dovrà avere il seguente comando:
inserisco papiro:
• If using Flash, ads must utilize versions 4-6
• All Flash creatives should support the clickTAG variable. On a click, Flash creatives
should redirect to the url specified in the clickTag argument; there should not be any other
redirection in between.
• The clickTAG is the tracking code assigned by Google to an individual ad. This click
through data is important for advertisers to determine the effectiveness of their campaign.
• Please note that the variable name is "clickTAG" (upper-case TAG; no space between
click and TAG) and not "click tag", "Click Tag", etc.
The two codes below illustrates proper use of the clickTAG parameter.
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_top");
OR
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
io cosa devo mettere?
aiutatemi!!!
ho inserito nel mio bottone
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
ma mi da errore