AI-generated Key Takeaways
-
Activity groups are represented in JSON format using filters, metric names, and a kind field.
-
Filters are a list of dimension values, which are either "dfa:activity" or "dfa:activityGroup," defining how activities are grouped.
-
Metric names specify the floodlight activity metrics, offering insights into activity performance.
-
The kind field identifies the resource type as "dfareporting#activities," signifying that it's an activity group.
Represents an activity group.
JSON representation |
---|
{
"filters": [
{
object ( |
Fields | |
---|---|
filters[] |
List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup". |
metricNames[] |
List of names of floodlight activity metrics. |
kind |
The kind of resource this is, in this case
. |