Hi,
Actually I am exploring the Adobe Experience Platform. I am trying to create a new field group & trying to get the path for the time spent on a Chatbot/ Calculator Page/ Form Page. In this case what is the appropriate type which I should use to create the "field group type".
Thanks in advance!
Regards,
Srividya.V
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
It sounds like you may want to create a custom field group for this type of data. Something along the lines of the following:
Page Interactions Field Group
tenant | ||||||
pageInteractions | ||||||
pageType | (string) | chatbot, calc page, form page | ||||
timeSpent | ||||||
timestamp |
It sounds like you may want to create a custom field group for this type of data. Something along the lines of the following:
Page Interactions Field Group
tenant | ||||||
pageInteractions | ||||||
pageType | (string) | chatbot, calc page, form page | ||||
timeSpent | ||||||
timestamp |
consider custom field group for time-based attribute
- in the field group
- create a field for the timestamp example eventTime [ date/ timestamp data type ]
- create a field for the duration example timeSpent [String or Number data type]
Views
Likes
Replies