Resource: FloodlightActivity
A single Floodlight activity.
JSON representation |
---|
{ "name": string, "floodlightGroupId": string, "floodlightActivityId": string, "displayName": string, "servingStatus": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the Floodlight activity. |
floodlightGroupId |
Required. Immutable. The ID of the parent Floodlight group. |
floodlightActivityId |
Output only. The unique ID of the Floodlight activity. Assigned by the system. |
displayName |
Required. The display name of the Floodlight activity. |
servingStatus |
Optional. Whether the Floodlight activity is served. |
advertiserIds[] |
Output only. IDs of the advertisers that have access to the parent Floodlight group. Only advertisers under the provided partner ID will be listed in this field. |
remarketingConfigs[] |
Output only. A list of configuration objects designating whether remarketing for this Floodlight Activity is enabled and available for a specifc advertiser. If enabled, this Floodlight Activity generates a remarketing user list that is able to be used in targeting under the advertiser. |
sslRequired |
Output only. Whether tags are required to be compliant. |
FloodlightActivityServingStatus
Possible serving statuses of a Floodlight activity.
Enums | |
---|---|
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED |
Type value is not specified or is unknown in this version. |
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED |
Enabled. |
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED |
Disabled. |
RemarketingConfig
Settings that control the whether remarketing is enabled for the given identified advertiser.
JSON representation |
---|
{ "advertiserId": string, "remarketingEnabled": boolean } |
Fields | |
---|---|
advertiserId |
Output only. The ID of the advertiser. |
remarketingEnabled |
Output only. Whether the Floodlight activity remarketing user list is available to the identified advertiser. |
Methods |
|
---|---|
|
Gets a Floodlight activity. |
|
Lists Floodlight activities in a Floodlight group. |