• Google Tag Manager Integration via Shopify Custom Pixel

    IMPORTANT NOTICE:
    Diese Anleitung sollte nur dann gefolgt werden, wenn du den Google Tag Manager über das Shopify Custom Pixel integriert hast. 

    Table of contents

    In short

    In dieser Anleitung erfährst du, wie du die Varify-Events mithilfe des Google Tag Managers über die Shopify Custom Pixel Integration an Google Analytics 4 übermittelst.

    Shopify integration using the custom pixel

    Step 1: Selection of the Analytics Connection "Shopify App / Custom Pixel"

    Go to app.varify.io and click on "Go to tracking setup". Then select "Shopify App / Custom Pixel" from the dropdown under "Analytics Connection" and then click on Update.

    Schritt 2: Füge die varify analytics.subscribe Funktion im Custom Pixel des GTM hinzu

    Rufe im Shopify-Backend den Bereich “Customer events” auf und öffne das Custom Pixel, in dem du deinen GTM integriert hast.

    Das Varify-Event wird mithilfe der Funktion analytics.subscribe deinem DataLayer hinzugefügt. Im Screenshot siehst du das Varify-Event ganz unten eingefügt.

    Füge nachfolgenden Code in deinem Custom Pixel unterhalb des Google Tag Manager Codes hinzu:

    				
    					analytics.subscribe('varify', (event) => {
      window.dataLayer.push({
       'event': "varify",
        ...event.customData   
      });
    });
    				
    			

    Step 3: Setting up the Google Tag Manager

    So richtest du den Google Tag Manager  . 

  • First steps