A partir de 8 de setembro de 2025, todos os novos itens de linha precisarão declarar se vão veicular anúncios políticos da União Europeia (UE). As APIs do Display & Video 360 e os uploads de SDF que não fornecem declarações vão falhar. Consulte nossa página de suspensões de uso para mais detalhes sobre como atualizar sua integração e fazer essa declaração.
Apenas saída. Uma lista de objetos de configuração que indicam se o remarketing para essa atividade do Floodlight está ativado e disponível para um anunciante específico.
Se ativada, essa atividade do Floodlight gera uma lista de usuários de remarketing que pode ser usada na segmentação do anunciante.
sslRequired
boolean
Apenas saída. Se as tags precisam estar em conformidade.
FloodlightActivityServingStatus
Possíveis status de veiculação de uma atividade do Floodlight.
Enums
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED
O valor do tipo não foi especificado ou é desconhecido nesta versão.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED
Ativado.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED
Desativada.
RemarketingConfig
Configurações que controlam se o remarketing está ativado para o anunciante identificado.
[null,null,["Última atualização 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,["# REST Resource: floodlightGroups.floodlightActivities\n\n| Display \\& Video 360 API 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\n----------------------------\n\nA 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\n-------------------------------\n\nPossible 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\n-----------------\n\nSettings 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. |"]]