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. |
floodlight |
Required. Immutable. The ID of the parent Floodlight group. |
floodlight |
Output only. The unique ID of the Floodlight activity. Assigned by the system. |
display |
Required. The display name of the Floodlight activity. |
serving |
Optional. Whether the Floodlight activity is served. |
advertiser |
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. |
remarketing |
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. |
ssl |
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 | |
---|---|
advertiser |
Output only. The ID of the advertiser. |
remarketing |
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. |