WebSite X5Help Center

 
Riccardo R.
Riccardo R.
User

Webanimator & google tag  en

Autor: Riccardo R.
Visited 284, Followers 1, Udostępniony 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:

https://www.particino.ch/

Posted on the
6 ODPOWIEDZI - 1 POMOCNY
Incomedia
Eric C.
Incomedia

Hello Riccardo,
how is it set up with the Google Tag Manager, currently?

Czytaj więcej
Posted on the from Eric C.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca ENNajlepszy Użytkownik miesiąca ES

(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

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Riccardo R.
Riccardo R.
User
Autor

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?

Czytaj więcej
Posted on the from Riccardo R.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca ENNajlepszy Użytkownik miesiąca ES
Riccardo R.
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, ... ... ... 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

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪
Riccardo R.
Riccardo R.
User
Autor

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!

Czytaj więcej
Posted on the from Riccardo R.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Najlepszy Użytkownik miesiąca ENNajlepszy Użytkownik miesiąca ES

... 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

.

Czytaj więcej
Posted on the from  ‪ KolAsim ‪ ‪