Tracking parameters
Events
Event Data Structure
{
partnerUserId: "123-123",
products: [
{
id: "1",
name: "Name",
buyUrl: "https://...",
imageUrl: "https: //...",
brand: "A name",
price: 123.99,
currency: "USD"
},
{
id: "2",
name: "Another Name",
buyUrl: "https://...",
imageUrl: "https: //...",
brand: "Brand name",
price: 22,
currency: "USD",
quantity: 3
}
]
}Event Object
Property Key
Value Type
Parameter Description
Product Object
Property Key
Value Type
Parameter Description
Last updated