Activities
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents an activity group.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"filters\": [ { object (/doubleclick-advertisers/rest/v5/DimensionValue) } ], \"metricNames\": [ string ], \"kind\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filters[]` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v5/DimensionValue)`)` List of [activity filters](/doubleclick-advertisers/v4/dimensions#activity-filters). The dimension values need to be all either of type \"dfa:activity\" or \"dfa:activityGroup\". |\n| `metricNames[]` | `string` List of names of floodlight [activity metrics](/doubleclick-advertisers/v4/dimensions#activity-metrics). |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#activities` . |"]]