Understand transaction data
In iAdvize, transactions (such as purchases or leads) are tracked using the JavaScript transaction tag you install on key pages like the order confirmation or lead submission page.
What gets sent to iAdvize?
Each time a visitor completes a transaction on your site, the following information is sent to iAdvize:
Transaction ID (unique identifier)
Transaction amount
How transactions are attributed to conversations
By default, iAdvize links a transaction to a conversation if it occurs within 48 hours of the conversation ending.
This 48-hour attribution window can be customized. If needed, reach out to your Customer Success Manager (CSM) to adjust this setting.
Example: How attribution works in practice
Let’s say a visitor chats with your team on Monday and purchases something the next day:
Monday, Jan 1 — 10:00 AM: Conversation starts
Monday, Jan 1 — 10:12 AM: Visitor leaves; the conversation is closed
Tuesday, Jan 2 — 2:08 PM: Visitor completes a purchase on your website
This transaction will be attributed to the conversation from Monday, because it occurred within the 48-hour window.
Important tip for querying
How to retrieve a list of all your transactions
What is the best query to use for my need?
Use the
closedConversations
query to retrieve transactions attached to specific conversations. These are available directly within the conversation object (if applicable).
Last updated
Was this helpful?