pintrk('track', 'checkout', {
value: 100,
order_quantity: 1,
currency: 'USD',
promo_code: 'WINTER10',
search_query: 'boots',
line_items: [
{
product_name: 'Parker Boots',
product_category: 'Shoes'
}
]
});
pintrk('track', 'addtocart', {
value: 100,
order_quantity: 1,
currency: 'USD',
promo_code: 'WINTER10',
search_query: 'boots',
line_items: [
{
product_name: 'Parker Boots',
product_category: 'Shoes'
}
]
});
pintrk('track', 'pagevisit', {
promo_code: 'WINTER10',
property: 'Athleta',
search_query: 'boots',
line_items: [
{
product_name: 'Parker Boots',
product_category: 'Shoes'
}
]
});
pintrk('track', 'signup', {
promo_code: 'WINTER10',
search_query: 'boots',
lead_type: 'Newsletter',
line_items: [
{
product_name: 'Parker Boots',
product_category: 'Shoes'
}
]
});
pintrk('track', 'watchvideo', {
search_query: 'boots',
video_title: 'How to style your Parker Boots'
});
pintrk('track', 'lead', {
search_query: 'boots',
lead_type: 'Newsletter'
});
pintrk('track', 'search', {
search_query: 'boots'
});
pintrk('track', 'viewcategory', {
search_query: 'boots',
line_items: [
{
product_name: 'Parker Boots',
product_category: 'Shoes'
}
]
});
top of page
bottom of page