Liveview
支持对象
您可以通过 Liveview 调试以下对象:
- 事件
- Webhook 记录
Events
and Webhook records
allow advanced filtering on a number of dimensions, including per-event and per-device dimensions not surfaced elsewhere on the Dashboard.
入门指南
1. 选择一个对象
请使用屏幕顶部的标签选择支持的对象。
2. 选择事件类型
If you are viewing Events
, then be sure to choose the appropriate event type from the dropdown, e.g. commerce event
。
3. 添加高级筛选项(可选)
Add advanced filters. Some of the most useful include name
(e.g. PURCHASE
), feature
, channel
, campaign
, and device identifiers like IDFA
。
What does it mean if the OS is "Robots" in Liveview reports?
This means that one of these conditions are true:
- The link clicks are not from a true iOS, Android, or other platform user agent
- The link clicks are from a bot like a Google scraper
4. Viewing Webhook Records
To see the webhook request and response for debugging, you can use the webhook records tab. This allows you to see what information is getting sent and whether it was successful (200 status code) or not (400 or 500 status code)
If you are trying to view Webhook Records going to a Data Integration
You will need to filter by webhook_partner_key and specify the value in the format di_partner_name. For example, Adobe Analytics Processing Rules is di_adobe_analytics_pr, Mixpanel is di_mixpanel, etc... If you don't add this filter the webhook records for those DIs will not show.
Updated 2 months ago