The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

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)

accountPermissionGroups.list of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".

metricNames[]

string

accountPermissionGroups.list of names of floodlight activity metrics.

kind

string

The kind of resource this is, in this case

dfareporting#activities

.