Kể từ ngày 8 tháng 9 năm 2025, mỗi mục hàng mới sẽ cần phải khai báo xem mục hàng đó có phân phát quảng cáo chính trị ở Liên minh Châu Âu (EU) hay không. Display & Video 360 API và các tệp SDF được tải lên mà không cung cấp thông tin khai báo sẽ không thành công. Hãy xem trang thông báo về những nội dung không dùng nữa để biết thêm thông tin về cách cập nhật quy trình tích hợp để đưa ra nội dung khai báo này.
Chỉ có đầu ra. Danh sách các đối tượng cấu hình chỉ định xem tính năng tái tiếp thị cho Hoạt động Floodlight này có được bật và có sẵn cho một nhà quảng cáo cụ thể hay không.
Nếu được bật, Hoạt động Floodlight này sẽ tạo một danh sách người dùng tái tiếp thị có thể được dùng để nhắm mục tiêu theo nhà quảng cáo.
sslRequired
boolean
Chỉ có đầu ra. Liệu các thẻ có bắt buộc phải tuân thủ hay không.
FloodlightActivityServingStatus
Các trạng thái phân phát có thể có của hoạt động Floodlight.
Enum
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED
Giá trị loại chưa được chỉ định hoặc không xác định được trong phiên bản này.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED
Đã bật.
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED
Đang tắt.
RemarketingConfig
Chế độ cài đặt kiểm soát việc có bật tính năng tái tiếp thị cho nhà quảng cáo đã xác định hay không.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eDisplay & Video 360 API v2 has been sunset, and this document details the Floodlight Activity resource within the API.\u003c/p\u003e\n"],["\u003cp\u003eA Floodlight activity is a single unit for tracking conversions and can be enabled or disabled to control serving.\u003c/p\u003e\n"],["\u003cp\u003eEach Floodlight activity can have remarketing configurations that determine if remarketing is enabled for specific advertisers.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to get details about a specific Floodlight activity and list all activities within a Floodlight group.\u003c/p\u003e\n"]]],["The document details the structure and management of Floodlight activities, core components for tracking conversions. Key elements include the `FloodlightActivity` resource, defined by fields like `name`, `floodlightGroupId`, `displayName`, and `servingStatus`. `RemarketingConfig` controls remarketing availability for specific advertisers. The `FloodlightActivityServingStatus` enum indicates whether an activity is enabled or disabled. Two primary methods are outlined: `get` to retrieve a single activity and `list` to enumerate activities within a group. The Display & Video 360 API v2 is no longer supported.\n"],null,["# REST Resource: floodlightGroups.floodlightActivities\n\n| Display \\& Video 360 API v2 has sunset.\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/v2/floodlightGroups.floodlightActivities#FloodlightActivityServingStatus), \"advertiserIds\": [ string ], \"remarketingConfigs\": [ { object (/display-video/api/reference/rest/v2/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/v2/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/v2/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/v2/floodlightGroups.floodlightActivities/get) | Gets a Floodlight activity. |\n| ### [list](/display-video/api/reference/rest/v2/floodlightGroups.floodlightActivities/list) | Lists Floodlight activities in a Floodlight group. |"]]