Her yeni satır öğesinin, Avrupa Birliği (AB) siyasi reklamları yayınlayıp yayınlamayacağını beyan etmesi gerekir. Bildirim içermeyen Display & Video 360 API ve SDF yüklemeleri başarısız olur. Daha fazla bilgi için kullanımdan kaldırma sayfamızı inceleyin.
Yalnızca çıkış. Bu Floodlight etkinliği için yeniden pazarlamanın etkinleştirilip etkinleştirilmediğini ve belirli bir reklamveren tarafından kullanılıp kullanılamadığını belirten yapılandırma nesnelerinin listesi.
Etkinleştirilirse bu Floodlight etkinliği, reklamveren altında hedeflemede kullanılabilecek bir yeniden pazarlama kullanıcı listesi oluşturur.
sslRequired
boolean
Yalnızca çıkış. Etiketlerin uyumlu olması gerekip gerekmediği
FloodlightActivityServingStatus
Floodlight etkinliğinin olası yayın durumları.
Sıralamalar
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED
Tür değeri belirtilmemiş veya bu sürümde bilinmiyor.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED
Etkinleştirildi.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED
Devre dışı.
RemarketingConfig
Belirli bir tanımlanmış reklamveren için yeniden pazarlamanın etkinleştirilip etkinleştirilmeyeceğini kontrol eden ayarlar.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-09-10 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. |"]]