Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    la funzione clickTAG per i banner

    scusate ragazzi, ma la funzione ClickTAG è supportata sia da Flash 5 che flash MX ??

    quotato dal sito macromedia:

    To assign a clickTAG for your advertisement:

    The clickTAG is the tracking code assigned by the ad serving network to an individual ad. The clickTAG allows the network to register where the ad was displayed when it was clicked on. This click through data is reported to the ad serving servers so advertisers may determine the effectiveness of their campaign.

    The code below will allow ad serving networks to dynamically assign a clickTAG to their ad.

    In this example, a getURL action is being assigned to a button that will navigate the browser to ["clickTAG"]. The "getURL(clickTAG)" statement appends the variable data passed in via the OBJECT EMBED tag and navigates the browser to that location. It is the tracking code assigned by the ad serving network, which allows them to register a user's click on that advertisement.

    < EMBED src="ad_banner_example.swf?clickTAG= http://adnetwork.com/tracking?http:/...inationURL.com" >

    The code below will allow ad serving networks to dynamically assign a clickTAG to their ad:

    on (release) {
    if (clickTAG.substr(0,5) == "http:") {
    getURL(clickTAG);
    }
    }

  2. #2
    Utente di HTML.it L'avatar di negatyve
    Registrato dal
    Feb 2001
    Messaggi
    9,479
    Cos'ì come è scritta, da entrambi.

  3. #3
    ok grazie! la sto utilizzando con un circuito di scambio banner è funziona alla grande!!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.