Identifying page views and Page clicks
I have configured Pendo for my organization. I receive regular data feeds from Pendo into Amazon S3 as avro files.
I have questions with understanding the Pendo data feed. I am interested in answering the following questions:
- Which page did the user visit?
- How long did the user stay on the page?
- Which button name/link did the user click?
- How many clicks did the user make?
Can you tell me how to track these fields from the data feed I receive?
The data feed I receive has the following fields:
periodId | accountId | browserTimestamp | country | destinationStepId | elementPath | eventId | eventClass | eventSource | eventType | guideId | guideSeenReason | guideSeenTimeoutMS | guideSessionId | guideSnoozeDurationMS | guideStepId | language | latitude | loadDurationMS | longitude | oldVisitorId | propertiesJson | pollId | pollResponse | pollType | region | remoteIp | server | url | uiElementId | uiElementText | uiElementType | uiElementActions | userAgent | visitorId |
1
コメント
I think all those fields are passing data strictly related to guide loads and views, not page data or element/feature data. the uiElement columns are probably referring to how the guide step is targeted.
サインインしてコメントを残してください。