Conversions und events

Here you can find a detailed overview with example data, which conversions and events are transferred to with which data are transferred to Google Ads.

Add to cart

{
    'send_to': `conversion-id/conversion-label`,
    'value': 9.99,
    'currency': 'EUR'
}

Dynamic remarketing (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'
        }
    ]
}

Begin checkout

Checkout progress

Login

Purchase

Dynamic remarketing (purchase):

Remove from cart

Sign up

View item

Dynamic remarketing (view_item):

View item list

Dynamic remarketing (view_item_list):

View product search results

Dynamic remarketing (view_search_results):

Last updated

Was this helpful?