Bei jeder neuen Werbebuchung muss angegeben werden, ob Werbung mit politischen Inhalten in der Europäischen Union (EU) ausgeliefert wird. Display & Video 360 API- und SDF-Uploads ohne entsprechende Erklärungen schlagen fehl. Weitere Informationen finden Sie auf unserer Seite zu verworfenen Funktionen.
Nur Ausgabe. Eine Liste von Konfigurationsobjekten, die angeben, ob das Remarketing für diese Floodlight-Aktivität für einen bestimmten Werbetreibenden aktiviert und verfügbar ist.
Wenn diese Floodlight-Aktivität aktiviert ist, wird eine Remarketing-Nutzerliste generiert, die für das Targeting unter dem Werbetreibenden verwendet werden kann.
sslRequired
boolean
Nur Ausgabe. Ob Tags konform sein müssen.
FloodlightActivityServingStatus
Mögliche Auslieferungsstatus einer Floodlight-Aktivität.
Enums
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED
Der Typwert ist in dieser Version nicht angegeben oder unbekannt.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED
Aktiviert.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED
Deaktiviert.
RemarketingConfig
Einstellungen, mit denen festgelegt wird, ob Remarketing für den angegebenen Werbetreibenden aktiviert ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eFloodlight Activity is a resource that represents a single Floodlight activity within Display & Video 360, allowing for tracking and measurement of conversions or events on a website.\u003c/p\u003e\n"],["\u003cp\u003eEach Floodlight Activity has properties like a name, ID, serving status, and configurations for remarketing, and they are organized under Floodlight Groups.\u003c/p\u003e\n"],["\u003cp\u003eFloodlightActivityServingStatus indicates whether an activity is actively serving and collecting data, with options for enabled, disabled, or unspecified.\u003c/p\u003e\n"],["\u003cp\u003eRemarketingConfig allows advertisers to enable or disable remarketing for a specific Floodlight activity, controlling the creation of user lists for targeted advertising.\u003c/p\u003e\n"],["\u003cp\u003eDisplay & Video 360 provides methods to manage Floodlight Activities, including getting details for a single activity and listing all activities within a Floodlight group.\u003c/p\u003e\n"]]],[],null,["| Display \\& Video 360 API v3 is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [Resource: FloodlightActivity](#FloodlightActivity)\n - [JSON representation](#FloodlightActivity.SCHEMA_REPRESENTATION)\n- [FloodlightActivityServingStatus](#FloodlightActivityServingStatus)\n- [RemarketingConfig](#RemarketingConfig)\n - [JSON representation](#RemarketingConfig.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: FloodlightActivity A single Floodlight activity.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"floodlightGroupId\": string, \"floodlightActivityId\": string, \"displayName\": string, \"servingStatus\": enum (/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities#FloodlightActivityServingStatus), \"advertiserIds\": [ string ], \"remarketingConfigs\": [ { object (/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities#RemarketingConfig) } ], \"sslRequired\": boolean } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the Floodlight activity. |\n| `floodlightGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Immutable. The ID of the parent Floodlight group. |\n| `floodlightActivityId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the Floodlight activity. Assigned by the system. |\n| `displayName` | `string` Required. The display name of the Floodlight activity. |\n| `servingStatus` | `enum (`[FloodlightActivityServingStatus](/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities#FloodlightActivityServingStatus)`)` Optional. Whether the Floodlight activity is served. |\n| `advertiserIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` 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. |\n| `remarketingConfigs[]` | `object (`[RemarketingConfig](/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities#RemarketingConfig)`)` 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. |\n| `sslRequired` | `boolean` Output only. Whether tags are required to be compliant. |\n\nFloodlightActivityServingStatus Possible serving statuses of a Floodlight activity.\n\n| Enums ||\n|--------------------------------------------------|------------------------------------------------------------|\n| `FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED` | Type value is not specified or is unknown in this version. |\n| `FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED` | Enabled. |\n| `FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED` | Disabled. |\n\nRemarketingConfig Settings that control the whether remarketing is enabled for the given identified advertiser.\n\n| JSON representation |\n|-------------------------------------------------------------------|\n| ``` { \"advertiserId\": string, \"remarketingEnabled\": boolean } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The ID of the advertiser. |\n| `remarketingEnabled` | `boolean` Output only. Whether the Floodlight activity remarketing user list is available to the identified advertiser. |\n\n| Methods ||\n|-----------------------------------------------------------------------------------------|----------------------------------------------------|\n| [get](/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities/get) | Gets a Floodlight activity. |\n| [list](/display-video/api/reference/rest/v3/floodlightGroups.floodlightActivities/list) | Lists Floodlight activities in a Floodlight group. |"]]