Shopware Extensions
German
German
  • Shop Studio Docs
  • Erweiterungen
    • Pixel Your Shop
      • Installation
      • Tracking
        • Google Analytics Tracking
        • Google Ads Tracking
        • Google Tag Manager Tracking
        • Facebook Tracking
        • Microsoft Advertising Tracking
        • Instagram Tracking
        • Pinterest Tracking
        • Hotjar Tracking
      • Cookie-Zustimmung
        • Shopware
        • Cookie Bot
      • Entwicklung
        • Debug
        • Standard-Events ändern
      • Hilfe benötigt?
    • Bestellbestätigungs-Email erneut senden
      • Installation
      • Email erneut senden
      • Hilfe benötigt?
    • Rezepte
      • Installation
      • Einrichtung
      • Rezepte erstellen & veröffentlichen
      • PDFs einrichten
      • Hilfe benötigt?
    • Blog/Magazin
      • Installation
      • Einrichtung
      • Beiträge erstellen & veröffentlichen
      • Hilfe benötigt?
    • Erweiterte Suche (Blog + Rezepte)
      • Installation
      • Hilfe benötigt?
    • Hotjar
      • Installation
      • Einrichtung
      • Hilfe benötigt?
    • Google Tag Manager
      • Installation
      • Einrichtung
      • Events
      • Hilfe benötigt?
    • Google Ads
      • Installation
      • Einrichtung
      • Conversion ID und Label erhalten
      • Dynamisches Remarketing einrichten
      • Conversions und Events
      • Hilfe benötigt?
    • Wieder auf Lager-Benachrichtigungen
      • Installation
      • Einrichtung
      • Häufige Fehlerquellen
      • Hilfe benötigt?
    • Personalisierte Kundenbegrüßung
      • Installation
      • Einrichtung
      • Textbausteine ändern
      • Hilfe benötigt?
    • Microsoft Advertising
      • Installation
      • Hilfe benötigt?
    • Baum pro Bestellung
      • Installation
      • Einrichtung
        • TreeMates als Anbieter
        • Eigener Anbieter
      • Wie es funktioniert
        • TreeMates als Anbieter
        • Eigener Anbieter
      • Export
      • Häufige Fehlerquellen
      • Hilfe benötigt?
    • Health Check
      • Installation
      • Einrichtung
      • Weitere Checks programmieren
      • Hilfe benötigt?
    • Nutrition Labeling
      • Installation
      • Einrichtung
      • Hilfe benötigt?
    • Produktmix-Konfigurator
      • Installation
Powered by GitBook
On this page
  • Add to cart
  • Begin checkout
  • Checkout progress
  • Login
  • Purchase
  • Remove from cart
  • Search
  • Sign up
  • View product
  • View product list
  • View product search results

Was this helpful?

  1. Erweiterungen
  2. Google Tag Manager

Events

Hier kannst du eine detailierte Übersicht mit Beispieldaten finden, welche Events mit welchen Daten in den Data Layer vom Google Tag Manager mit übertragen werden.

Add to cart

{
    'event': 'shop_studio_google_tag_manager_cloud_add_to_cart',
    'google_analytics': {
        'event': 'add_to_cart',
        'value': 9.99,
        'currency': 'EUR',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 9.99,
        'currency': 'EUR'
    },
    'facebook': {
        'event': 'AddToCart',
        'value': 9.99,
        'currency': 'EUR',
        'content_type': 'product',
        'content_ids': ['SW-123456'],
        'contents': [
            {
                'id': 'SW-123456',
                'quantity': 1
            }
        ]
    },
    'pinterest': {
        'event': 'AddToCart',
        'line_items': [
            {
                'product_id': 'SW-123456',
                'product_name': 'Jeans',
                'product_price': 9.99,
                'product_currency': 'EUR',
                'product_quantity': 1,
                'product_variant': 'Blue'
            }
        ]
    },
    'data': {
        'total_price': 9.99,
        'currency': 'EUR',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

Begin checkout

{
    'event': 'shop_studio_google_tag_manager_cloud_checkout_progress',
    'google_analytics': {
        'event': 'begin_checkout',
        'value': 10,
        'currency': 'EUR',
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 10,
        'currency': 'EUR'
    },
    'facebook': {
        'event': 'InitiateCheckout',
        'value': 10,
        'currency': 'EUR',
        'content_type': 'product',
        'content_ids': ['SW-123456'],
        'contents': [
            {
                'id': 'SW-123456',
                'quantity': 1
            }
        ]
    },
    'data': {
        'total_price': 10,
        'net_price': netPrice,
        'tax': 1.9,
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

Checkout progress

{
    'event': 'shop_studio_google_tag_manager_cloud_checkout_progress',
    'google_analytics': {
        'event': 'checkout_progress',
        'value': 10,
        'currency': 'EUR',
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 10,
        'currency': 'EUR'
    },
    'data': {
        'total_price': 10,
        'net_price': netPrice,
        'tax': 1.9,
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

Login

{
    'event': 'shop_studio_google_tag_manager_cloud_login',
    'google_analytics': {
        'event': 'login',
        'method': 'mail'
    },
    'data': {
        'method': 'mail'
    }
}

Purchase

{
    'event': 'shop_studio_google_tag_manager_cloud_purchase',
    'google_analytics': {
        'event': 'purchase',
        'transaction_id': 'SW-123456',
        'value': 10,
        'currency': 'EUR',
        'tax': 1.9,
        'shipping': 0,
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'transaction_id': 'SW-123456',
        'value': 10,
        'currency': 'EUR'
    },
    'facebook': {
        'event': 'Purchase',
        'value': 10,
        'currency': 'EUR',
        'content_type': 'product',
        'content_ids': ['SW-123456'],
        'contents': [
            {
                'id': 'SW-123456',
                'quantity': 1
            }
        ]
    },
    'pinterest': {
        'event': 'Checkout',
        'value': 10,
        'currency': 'EUR',
        'order_id': 'SW-123456',
        'order_quantity': 1,
        'product_ids': ['SW-123456'],
        'line_items': [
            {
                'product_id': 'SW-123456',
                'product_name': 'Jeans',
                'product_price': 9.99,
                'product_currency': 'EUR',
                'product_quantity': 1,
                'product_variant': 'Blue'
            }
        ]
    },
    'data': {
        'order_number': 'SW-123456',
        'total_price': 10,
        'net_price': 8.1,
        'currency': 'EUR',
        'tax': 1.9,
        'shipping': 0,
        'affiliation': 'facebook/post',
        'coupon': 'DISCOUNT-20',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456'
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

Remove from cart

{
    'event': 'shop_studio_google_tag_manager_cloud_remove_from_cart',
    'google_analytics': {
        'event': 'remove_from_cart',
        'value': 9.99,
        'currency': 'EUR',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 9.99,
        'currency': 'EUR'
    },
    'data': {
        'total_price': 9.99,
        'currency': 'EUR',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

Search

{
    'event': 'shop_studio_google_tag_manager_cloud_search',
    'google_analytics': {
        'event': 'search',
        'search_term': 'jeans'
    },
    'facebook': {
        'event': 'Search',
        'search_string': 'jeans'
    },
    'pinterest': {
        'event': 'Search',
        'search_query': 'jeans'
    },
    'data': {
        'search_term': 'jeans'
    }
}

Sign up

{
    'event': 'shop_studio_google_tag_manager_cloud_sign_up',
    'google_analytics': {
        'event': 'sign_up',
        'method': 'mail'
    },
    'facebook': {
        'event': 'CompleteRegistration',
        'content_name': 'mail',
        'status': true
    },
    'pinterest': {
        'event': 'Signup',
        'lead_type': 'mail'
    },
    'data': {
        'method': 'mail'
    }
}

View product

{
    'event': 'shop_studio_google_tag_manager_cloud_view_product',
    'google_analytics': {
        'event': 'view_item',
        'value': 9.99,
        'currency': 'EUR',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 9.99,
        'currency': 'EUR'
    },
    'facebook': {
        'event': 'ViewContent',
        'value': 9.99,
        'currency': 'EUR',
        'content_type': 'product',
        'content_name': 'Jeans',
        'content_ids': ['SW-123456'],
        'contents': [
            {
                'id': 'SW-123456',
                'quantity': 1
            }
        ]
    },
    'data': {
        'total_price': 9.99,
        'currency': 'EUR',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456'
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

View product list

{
    'event': 'shopstudio_google_tag_manager_cloud_view_product_list',
    'google_analytics': {
        'event': 'view_item_list',
        'value': 10,
        'currency': 'EUR',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 10,
        'currency': 'EUR'
    },
    'data': {
        'total_price': 10,
        'currency': 'EUR',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': '3d9664a2-5f36-44ec-ba70-baae0c3222bb',
                'number': 'SW-123456'
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}

View product search results

{
    'event': 'shopstudio_google_tag_manager_cloud_view_product_search_results',
    'google_analytics': {
        'event': 'view_search_results',
        'search_term': 'jeans',
        'items': [
            {
                'google_business_vertical': 'retail',
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    },
    'google_ads': {
        'event': 'conversion',
        'value': 10,
        'currency': 'EUR'
    },
    'data': {
        'search_term': 'jeans',
        'total_price': 10,
        'currency': 'EUR',
        'product_ids': ['SW-123456'],
        'products': [
            {
                'id': 'SW-123456',
                'name': 'Jeans',
                'price': 9.99,
                'currency': 'EUR',
                'quantity': 1,
                'variant': 'Blue'
            }
        ]
    }
}
PreviousEinrichtungNextHilfe benötigt?

Last updated 3 years ago

Was this helpful?