Jump to content

Search the Community

Showing results for tags 'datalayer'.

  • Search By Tags

    • datalayer ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hola, estoy intentando insertar valores al dataLayer de Google Tag Manager (GTM) cuando el usuario hace login a mi tienda. Para ello, he pensado en crear un modulo y llamar al hook actionAuthentication (After successful customer authentication) por facilidad y por no complicarme la vida con override...
  2. Hi, I'am currently working on the Google Tag Manager integration on a shop, but I'am having an issue finding the event when the user login successfuly (or not) so I can send a datalayer.push 'OK - Sign-in' if succeeds or 'KO - Sign-in' if it fails. ex. User login successfuly :...
  3. Cześć Wielcy tego forum! Mam pytanko o zmienną, {foreach} tak aby w warstwie danych były powielane kolejne produkty dataLayer.push({ 'ecommerce': { 'purchase': { 'actionField': { 'id': '{$order.details.reference}', // Transa...
  4. Hi, I wanted to report an issue with the latest update of prestashop. I had implemented the code to pass on the data to the template file in OrderConfirmationController.php as this: public function initContent() { parent::initContent(); $this->context->sm...
  5. Hi We use Google Tag Manager, and need to populate ONLY two variables in the dataLayer which is to be placed on the Order Confirmation page: {literal} <script> dataLayer = [{ 'transactionId': 'VARIABLE HERE', // order ID - required 'transactionAffiliation': '', // affiliation or store...
×
×
  • Create New...