Expand my Community achievements bar.

SOLVED

Time based field group - type creation

Avatar

Level 4

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".

 

SrividyaVenkat_0-1725430836348.png

 

Thanks in advance!

 

Regards,

Srividya.V

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @SrividyaVenkat 

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    

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @SrividyaVenkat 

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    

 

Avatar

Level 8

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]