रिपोर्ट टाइप: FloodlightActivity
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Floodlight गतिविधियों के लिए कॉन्फ़िगरेशन एट्रिब्यूट.
यह रिपोर्ट सिर्फ़ एसिंक्रोनस अनुरोध के ज़रिए ही भेजी जा सकती है. इसका मतलब है कि
Reports.request() तरीका इस्तेमाल किया जाता है).
उद्धरण का अनुरोध करें
सामान्य मैसेज भेजें
Reports.request()
अनुरोध का मुख्य भाग, लेकिन "reportType": "floodlightActivity"
बताएं.
{
...
"reportType": "floodlightActivity",
"columns": [
{
"columnName": string,
"headerText": string,
"startDate": string,
"endDate": string
}
],
"filters": [
{
"column": {
"columnName": string,
},
...
},
...
],
...
}
जिन कॉलम को रिपोर्ट में लौटाना या फ़िल्टर करना है उनके लिए,
नीचे दी गई टेबल में दिए गए columnName
के बारे में बताएं.
वैकल्पिक रूप से, यह भी बताया जा सकता है कि
headerText,
startDate,
और endDate को सबमिट करें.
ध्यान दें कि कुछ कॉलम फ़िल्टर नहीं किए जा सकते; "फ़िल्टर किया जा सकता है" देखें.
columnName | ब्यौरा | व्यवहार | टाइप | फ़िल्टर किया जा सकता है |
status |
Floodlight गतिविधि की स्थिति: Active या Removed . |
विशेषता |
Status |
हां |
creationTimestamp |
ISO 8601 में फ़ॉर्मैट की गई Floodlight गतिविधि बनाने का टाइमस्टैंप. |
विशेषता |
Timestamp |
हां |
lastModifiedTimestamp |
ISO 8601 में फ़ॉर्मैट किए गए Floodlight गतिविधि के सबसे हाल के बदलाव का टाइमस्टैंप. |
विशेषता |
Timestamp |
हां |
floodlightGroup |
Floodlight ग्रुप का नाम. |
विशेषता |
String |
हां |
floodlightGroupConversionType |
इस ग्रुप में Floodlight गतिविधियों से जनरेट हुए कन्वर्ज़न टाइप: Action या Transaction . |
विशेषता |
Conversion type |
हां |
floodlightGroupId |
DS Floodlight ग्रुप आईडी. |
विशेषता |
ID |
हां |
floodlightGroupTag |
Floodlight ग्रुप टैग. |
विशेषता |
String |
हां |
floodlightConfigurationId |
Campaign Manager Floodlight कॉन्फ़िगरेशन आईडी. |
विशेषता |
ID |
हां |
floodlightActivity |
Floodlight गतिविधि का नाम. |
विशेषता |
String |
हां |
floodlightActivityId |
DS फ़्लडलाइट गतिविधि आईडी. |
विशेषता |
ID |
हां |
floodlightActivityTag |
Floodlight ऐक्टिविटी टैग. |
विशेषता |
String |
हां |
agency |
एजेंसी का नाम. |
विशेषता |
String |
हां |
agencyId |
DS एजेंसी आईडी. |
विशेषता |
ID |
हां |
advertiser |
विज्ञापन देने वाले का नाम. |
विशेषता |
String |
हां |
advertiserId |
DS ऐडवर्टाइज़र आईडी. |
विशेषता |
ID |
हां |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eFloodlight activity configuration attributes can be retrieved through an asynchronous report using the \u003ccode\u003eReports.request()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe report type must be specified as \u003ccode\u003e"reportType": "floodlightActivity"\u003c/code\u003e in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe report allows you to request and filter data using attributes like \u003ccode\u003estatus\u003c/code\u003e, \u003ccode\u003ecreationTimestamp\u003c/code\u003e, \u003ccode\u003efloodlightActivity\u003c/code\u003e, and more.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive table outlines all available column names, their descriptions, data types, and whether they can be used for filtering.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize the report by specifying \u003ccode\u003eheaderText\u003c/code\u003e, \u003ccode\u003estartDate\u003c/code\u003e, and \u003ccode\u003eendDate\u003c/code\u003e for each column.\u003c/p\u003e\n"]]],["To generate a report on Floodlight activity attributes, use an asynchronous `Reports.request()` method and specify `\"reportType\": \"floodlightActivity\"`. Define the report's structure using `\"columns\"` and `\"filters\"`, listing `columnName` for each desired attribute. Additional `headerText`, `startDate`, and `endDate` fields can also be specified in the column. The report details Floodlight attributes such as `status`, `creationTimestamp`, `floodlightGroup`, and associated IDs, and if they are `filterable`.\n"],null,["# Report Type: floodlightActivity\n\nConfiguration attributes for Floodlight activities.\n\n\nThis report can only be returned by an asynchronous request (that is, via the\n[Reports.request()](/search-ads/v2/reference/reports/request) method).\n\n### Request excerpt\n\n\nSend a regular\n[Reports.request()](/search-ads/v2/reference/reports/request)\nrequest body, but specify `\"reportType\": \"floodlightActivity\"`.\n\n```text\n{\n...\n \"reportType\": \"floodlightActivity\",\n \"columns\": [\n {\n \"columnName\": string,\n \"headerText\": string,\n \"startDate\": string,\n \"endDate\": string\n }\n ],\n \"filters\": [\n {\n \"column\": {\n \"columnName\": string,\n },\n ...\n },\n ...\n ],\n...\n}\n```\n\n\nFor each column that you want returned or filtered in the report,\nspecify the `columnName` listed in the table below.\nYou can also optionally specify\n[headerText](/search-ads/v2/reference/reports#request.columns.headerText),\n[startDate](/search-ads/v2/reference/reports#request.columns.startDate),\nand [endDate](/search-ads/v2/reference/reports#request.columns.endDate).\nNote that some columns cannot be filtered; refer to \"Filterable\" in the table below.\n\n| `columnName` | Description | Behavior | Type | Filterable |\n|---------------------------------|------------------------------------------------------------------------------------------------------|-----------|-------------------|------------|\n| `status` | The status of the Floodlight activity: `Active` or `Removed`. | attribute | `Status` | Yes |\n| `creationTimestamp` | Timestamp of the Floodlight activity's creation, formatted in ISO 8601. | attribute | `Timestamp` | Yes |\n| `lastModifiedTimestamp` | Timestamp of the Floodlight activity's most recent modification, formatted in ISO 8601. | attribute | `Timestamp` | Yes |\n| `floodlightGroup` | Floodlight group name. | attribute | `String` | Yes |\n| `floodlightGroupConversionType` | The type of conversions generated by Floodlight activities in this group: `Action` or `Transaction`. | attribute | `Conversion type` | Yes |\n| `floodlightGroupId` | DS Floodlight group ID. | attribute | `ID` | Yes |\n| `floodlightGroupTag` | Floodlight group tag. | attribute | `String` | Yes |\n| `floodlightConfigurationId` | Campaign manager Floodlight configuration ID. | attribute | `ID` | Yes |\n| `floodlightActivity` | Floodlight activity name. | attribute | `String` | Yes |\n| `floodlightActivityId` | DS Floodlight activity ID. | attribute | `ID` | Yes |\n| `floodlightActivityTag` | Floodlight activity tag. | attribute | `String` | Yes |\n| `agency` | Agency name. | attribute | `String` | Yes |\n| `agencyId` | DS agency ID. | attribute | `ID` | Yes |\n| `advertiser` | Advertiser name. | attribute | `String` | Yes |\n| `advertiserId` | DS advertiser ID. | attribute | `ID` | Yes |"]]