Webanimator & google tag
Auteur : Riccardo R.
Visité 282,
Followers 1,
Partagé 0
I've created an ad for my website with webanimator and I'd like to monitor it with google tag.
Unfortunately I can't manage to read the clicks on it. As I'd like to create other ads in the future, how can I read it properly?
Here you can see the ad, right under the map:
Posté le
Hello Riccardo,
how is it set up with the Google Tag Manager, currently?
(It > En) … it seems to me that the script dataLayer.push({'event': 'purchase'}); is already active on that page … and I also find it on the landing page www.riccardoreali.com/...
… if you want to activate that script also when clicking on the animation at the bottom of the page, with the red van, ... you could do it with my EXTRA code, … in which case if you are interested, let me know...
.
ciao
.
Auteur
Eric, it isn't as I couldn't manage to make it work, I was following google tag guide as for normal adv spaces...
KolAsim rispondo in italiano per comodità di entrambi :)
Sì sono interessato, al momento gli spazi pubblicitari del sito sono tutti con la medesima immagine, più avanti avrò banner diversi sia Jpeg che animati con WebAnimator, dovrò poter monitorare i click sul singolo banner per capire i rendimenti... Dovrò usare il medesimo codice oppure per WebAnimator servirà uno script diverso?
... OK ... per l'attuale animazione detta prima, il mio codice è questo:
<script>
/** -- click x tagManager by KolAsim -- **/
$(document).ready(function () {//K>;
$("#imCell_132 > div > div").click(function(){ //K1>;
googleTagK()
});//K1<<;
});//K<<;
function googleTagK() { //K2>
dataLayer.push({'event': 'purchase'})
};//K2<<
</script>
...
... per applicarlo ad altri oggetti devi individuare l'ID delle cella contenitore, che nel caso dell'animazione è #imCell_132
... se per esempio vuoi applicare lo stesso codice al pulsante [Oppure vai alla lista delle location], l'ID relativo è #imCell_133 ...quindi nel caso nel mio codice basterebbe indicare questo ID...
... se servissero chiarimenti o altri suggerimenti, ... avvisami...
.
ciao
Auteur
Perdonami, vista la mia poca esperienza in merito ti chiedo anche come poterlo implementare e se devo solo inserire questo script o attivare anche altro lato Google tag, grazie!
... vedo che nella tua pagina hai inserito il codice di google dataLayer.push(arguments) e quindi penso che può funzionare...
.. per verificare tu dovresti contattare il tuo account manager su google, e testare la funzione...
... il codice va incollato nelle Proprietà della Pagina > Esperto, in questa sezione:
>> Step 3 - Map > The 'Page Properties' window > Options in the Expert section >
▪Custom Code: > 3rd (third) option > Before closing the HEAD tag
.
ciao
.