AI-generated Key Takeaways
- 
          Display & Video 360 API v2 has sunset. 
- 
          The FloodlightActivity resource represents a single Floodlight activity with details such as name, IDs, display name, serving status, associated advertiser IDs, remarketing configurations, and SSL requirements. 
- 
          FloodlightActivityServingStatus specifies the possible serving statuses for a Floodlight activity: unspecified, enabled, or disabled. 
- 
          RemarketingConfig provides settings indicating whether remarketing is enabled for a specific advertiser based on a Floodlight activity. 
- 
          Available methods for Floodlight activities include getting a single activity and listing all activities within a Floodlight group. 
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. |