aggregatedReporting


Configure attributes for your custom aggregated reports. You can configure up to four attributes.

OptionTypeDescriptionRequires
enabledboolean

Enables aggregated reporting.

{"displayType":"boolean","tag":"input","type":"checkbox"}
report​Namestring

The unique name of the aggregated report within the property. If you reconfigure any attributes or variables in the aggregated reporting behavior, update this field to a unique value to enable logging data in a new instance of the report.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attributes​Countnumber (1-4)

Select the number of attributes by which your report is grouped. You can add up to four attributes.

{"displayType":"number","max":[4],"min":[1],"tag":"input","type":"range"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attribute1string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
attribute2string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes​Count2
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"gte","value":2}]}}
attribute3string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes​Count3
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"gte","value":3}]}}
attribute4string (allows variables)

Select a previously user-defined variable to be an attribute for the report. The values extracted for all attributes range from 0 to 20 characters.

attributes​Count is 4
{"displayType":"string","tag":"input","type":"text"}
{"if":{"op":"and","params":[{"attribute":"enabled","op":"eq","value":true},{"attribute":"attributesCount","op":"eq","value":4}]}}