Liveview
지원하는 객체 (Objects)
Liveview를 사용하여 다음 객체를 디버그할 수 있습니다.
- Events
- 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 days ago