8 सितंबर, 2025 से, हर नए लाइन आइटम को यह बताना होगा कि वह यूरोपियन यूनियन (ईयू) में राजनैतिक विज्ञापन दिखाएगा या नहीं. Display & Video 360 API और एसडीएफ़ अपलोड करने की उन कार्रवाइयों को पूरा नहीं किया जा सकेगा जिनमें एलान नहीं किया गया है. इस बारे में ज़्यादा जानने के लिए कि इंटिग्रेशन को अपडेट करके यह एलान कैसे किया जाए, हमारा
हटाए गए टैग और एट्रिब्यूट का पेज देखें.
REST Resource: floodlightGroups.floodlightActivities
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिसॉर्स: FloodlightActivity
JSON के काेड में दिखाना |
{
"name": string,
"floodlightGroupId": string,
"floodlightActivityId": string,
"displayName": string,
"servingStatus": enum (FloodlightActivityServingStatus ),
"advertiserIds": [
string
],
"remarketingConfigs": [
{
object (RemarketingConfig )
}
],
"sslRequired": boolean
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. Floodlight गतिविधि का रिसॉर्स नाम.
|
floodlightGroupId |
string (int64 format)
ज़रूरी है. इम्यूटेबल. पैरंट Floodlight ग्रुप का आईडी.
|
floodlightActivityId |
string (int64 format)
सिर्फ़ आउटपुट के लिए. Floodlight गतिविधि का यूनीक आईडी. सिस्टम से असाइन किया गया.
|
displayName |
string
ज़रूरी है. Floodlight गतिविधि का डिसप्ले नेम.
|
servingStatus |
enum (FloodlightActivityServingStatus )
ज़रूरी नहीं. Floodlight गतिविधि दिखाई गई है या नहीं.
|
advertiserIds[] |
string (int64 format)
सिर्फ़ आउटपुट के लिए. विज्ञापन देने वाली उन कंपनियों के आईडी जिनके पास पैरंट Floodlight ग्रुप का ऐक्सेस है. इस फ़ील्ड में, सिर्फ़ उस पार्टनर आईडी के तहत विज्ञापन देने वाले शामिल होंगे.
|
sslRequired |
boolean
सिर्फ़ आउटपुट के लिए. टैग को नीति का पालन करना ज़रूरी है या नहीं.
|
FloodlightActivityServingStatus
Floodlight गतिविधि के विज्ञापन दिखाए जाने की संभावित स्थितियां.
Enums |
FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED |
इस वर्शन में टाइप की वैल्यू नहीं दी गई है या यह जानकारी मौजूद नहीं है. |
FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED |
चालू है. |
FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED |
सबमिट नहीं किया जा सकता. |
तरीके |
|
Floodlight गतिविधि मिलती है. |
|
Floodlight ग्रुप में Floodlight गतिविधियों की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["The Display & Video 360 API v4, currently in beta, includes resources for managing Floodlight activities. Key information includes the `FloodlightActivity` resource, which represents a single Floodlight activity with properties like `name`, `floodlightGroupId`, `displayName`, and `servingStatus`. Remarketing configurations (`RemarketingConfig`) can also be set, enabling or disabling remarketing for specific advertisers. Possible serving statuses are `ENABLED` and `DISABLED`. Available methods include getting and listing Floodlight activities.\n"],null,["# REST Resource: floodlightGroups.floodlightActivities\n\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/v4/floodlightGroups.floodlightActivities#FloodlightActivityServingStatus), \"advertiserIds\": [ string ], \"remarketingConfigs\": [ { object (/display-video/api/reference/rest/v4/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/v4/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/v4/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/v4/floodlightGroups.floodlightActivities/get) | Gets a Floodlight activity. |\n| ### [list](/display-video/api/reference/rest/v4/floodlightGroups.floodlightActivities/list) | Lists Floodlight activities in a Floodlight group. |"]]