Jump to content

Remarketing con Google Ads


Recommended Posts

Ciao a tutti,
per impostare il remarketing con Google Ads devo aggiungere il seguente codice di snippet evento al file order-confirmation.tpl:

{literal} <script>
  gtag('event', 'page_view', {
    'send_to': 'AW-XXXXXXXXXX',
    'value': 'replace with value',
    'items': [{
      'id': 'replace with value',
      'google_business_vertical': 'retail'
    }]
  });
</script> {/literal}

Quello che non capisco e' cosa devo mettere in corrispondenza di 'value' e 'id' visto che nel codice del tag c'e' scritto 'replace with value'.
Su https://support.google.com/google-ads/answer/7305793#zippy=%2Cvendita-al-dettaglio ho trovato questa documentazione:

image.thumb.png.974305244127a77ada80b73e928745f6.png

Con prestashop che parametro devo mettere in corrispondenza di 'value' e 'id'? Ho provato a cercare nei forum ma purtroppo non ho trovato nulla di interessante. Qualcuno di voi riesce per favore ad aiutarmi?

Ciao e grazie in anticipo,
Fabrizio.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...