Activities
Represents an activity group.
JSON representation |
{
"filters": [
{
object (DimensionValue )
}
],
"metricNames": [
string
],
"kind": string
} |
Fields |
filters[] |
object (DimensionValue )
List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
|
metricNames[] |
string
List of names of floodlight activity metrics.
|
kind |
string
The kind of resource this is, in this case
dfareporting#activities
.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["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."]]],[]]