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
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Dynamic remarketing (add_to_cart):
Copy {
'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
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Checkout progress
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Login
Copy {
'send_to': `conversion-id/conversion-label`,
}
Purchase
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Dynamic remarketing (purchase):
Copy {
'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'
}
]
}
Remove from cart
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Search
Copy {
'send_to': `conversion-id/conversion-label`,
}
Sign up
Copy {
'send_to': `conversion-id/conversion-label`,
}
View item
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Dynamic remarketing (view_item):
Copy {
'value': 9.99,
'currency': 'EUR',
'items': [
{
'google_business_vertical': 'retail',
'id': 'SW-123456',
'name': 'Jeans',
'price': 9.99,
'currency': 'EUR',
'quantity': 1,
'variant': 'Blue'
}
]
}
View item list
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Dynamic remarketing (view_item_list):
Copy {
'value': 10,
'currency': 'EUR',
'items': [
{
'google_business_vertical': 'retail',
'id': 'SW-123456',
'name': 'Jeans',
'price': 9.99,
'currency': 'EUR',
'quantity': 1,
'variant': 'Blue'
}
]
}
View product search results
Copy {
'send_to': `conversion-id/conversion-label`,
'value': 9.99,
'currency': 'EUR'
}
Dynamic remarketing (view_search_results):
Copy {
'search_term': 'jeans',
'items': [
{
'google_business_vertical': 'retail',
'id': 'SW-123456',
'name': 'Jeans',
'price': 9.99,
'currency': 'EUR',
'quantity': 1,
'variant': 'Blue'
}
]
}