eCommerce y Google Tag Manager

Alguien de aquí pilota de Google Tag Manger?

me han dado unas instrucciones para implementar unas cosas pero es que no entiendo un mojón...

resulta que tendría que crear un evento para que cuando una persona clickea en una parte de la web (store locator) al rato o justo después esa persona reciba un email para preguntarle si ha encontrado lo que buscaba en la web...

obviamente solo podré mandar email a los que estén registrados con nostros...

el tema es que de GTM y de Código ando super pez... y llevo todo el día perdido con esto... alguien sabe donde puedo encontrar ayuda??

You can configure Web Tracking to call a Custom Event using an onLoad event. To call a Custom Event when a web page is loaded on an external site, add the following script to your page:

In this example "Page" is the friendly name of the event and "pagetype" is configured custom event configured in Settings > Web Tracking Settings > Custom Web Tracking Events:

<script type="text/javascript">

var customEventsOnLoad = window.onload;

window.onload = function()

{ customEventsOnLoad();

ewt.track({name:'page',type:'pagetype'});

ewt.track({name:'chapter',type:'pagetype'});

}

</script>

Once set up, you can retrieve those contacts by creating a query with the website behavior criteria below

When Has triggered custom tracking "CustomEventName" with any friendly name at any time.

You might need to work along with your developers to ensure the correct implementation of the IBM Marketing Cloud web tracking on your website.



Gracias por cualquier pista que podáis dar!
0 respuestas