Action

This parameter contains the details of the action performed

ParameterDescription
typeThe type of action that was performed - search, button, navigate or navigate_back
textThe search query in case the action type is search
nameButton name or list element name

 

Sample Code:

Copied{
	"type" : "search | button | navigate|navigate_back",
	"text" : $search_query,	// for search
	"name" : $button_name | $listElementName,
	
}