REST Resource: floodlightActivityGroups

Resource: FloodlightActivityGroup

Contains properties of a Floodlight activity group.

JSON representation
{
  "id": string,
  "name": string,
  "tagString": string,
  "type": enum (Type),
  "floodlightConfigurationId": string,
  "advertiserId": string,
  "subaccountId": string,
  "accountId": string,
  "floodlightConfigurationIdDimensionValue": {
    object (DimensionValue)
  },
  "advertiserIdDimensionValue": {
    object (DimensionValue)
  },
  "idDimensionValue": {
    object (DimensionValue)
  },
  "kind": string
}
Fields
id

string (int64 format)

ID of this floodlight activity group. This is a read-only, auto-generated field.

name

string

Name of this floodlight activity group. This is a required field. Must be less than 65 characters long and cannot contain quotes.

tagString

string

Value of the

type=

parameter in the floodlight tag, which the ad servers use to identify the activity group that the activity belongs to. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being

[a-z][A-Z][0-9][-][ _ ]

. This tag string must also be unique among activity groups of the same floodlight configuration. This field is read-only after insertion.

type

enum (Type)

Type of the floodlight activity group. This is a required field that is read-only after insertion.

floodlightConfigurationId

string (int64 format)

Floodlight configuration ID of this floodlight activity group. This is a required field.

advertiserId

string (int64 format)

Advertiser ID of this floodlight activity group. If this field is left blank, the value will be copied over either from the floodlight configuration's advertiser or from the existing activity group's advertiser.

subaccountId

string (int64 format)

Subaccount ID of this floodlight activity group. This is a read-only field that can be left blank.

accountId

string (int64 format)

Account ID of this floodlight activity group. This is a read-only field that can be left blank.

floodlightConfigurationIdDimensionValue

object (DimensionValue)

Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.

advertiserIdDimensionValue

object (DimensionValue)

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

idDimensionValue

object (DimensionValue)

Dimension value for the ID of this floodlight activity group. This is a read-only, auto-generated field.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#floodlightActivityGroup"

.

Type

Enums
COUNTER
SALE

Methods

get

Gets one floodlight activity group by ID.

insert

Inserts a new floodlight activity group.

list

Retrieves a list of floodlight activity groups, possibly filtered.

patch

Updates an existing floodlight activity group.

update

Updates an existing floodlight activity group.