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

Checkout progress

Login

Purchase

Remove from cart

Sign up

View product

View product list

View product search results

Last updated

Was this helpful?