نوع گزارش: negativeAdGroupKeyword
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
ویژگی های پیکربندی برای کلمات کلیدی منفی که در سطح گروه تبلیغات ایجاد شده اند.
این گزارش فقط با یک درخواست ناهمزمان (یعنی از طریق متد Reports.request() ) قابل بازگشت است.
درخواست گزیده
یک بدنه درخواست عادی Reports.request() ارسال کنید، اما "reportType": "negativeAdGroupKeyword"
.
{
...
"reportType": "negativeAdGroupKeyword",
"columns": [
{
"columnName": string,
"headerText": string,
"startDate": string,
"endDate": string
}
],
"filters": [
{
"column": {
"columnName": string,
},
...
},
...
],
...
}
برای هر ستونی که می خواهید در گزارش بازگردانده یا فیلتر شود، columnName
فهرست شده در جدول زیر را مشخص کنید. همچنین می توانید به صورت اختیاری headerText , startDate و endDate را مشخص کنید. توجه داشته باشید که برخی از ستون ها را نمی توان فیلتر کرد. به "قابل فیلتر" در جدول زیر مراجعه کنید.
columnName | توضیحات | رفتار | تایپ کنید | قابل فیلتر کردن |
---|
status | وضعیت کلمه کلیدی منفی: Active یا Removed . توجه داشته باشید که کمپین ها، گروه های تبلیغاتی، کلمات کلیدی و تبلیغات هر کدام وضعیت خاص خود را دارند. وضعیت را ببینید. | ویژگی | Status | بله |
engineStatus | وضعیت اضافی کلمه کلیدی گروه تبلیغات منفی در حساب موتور خارجی. | ویژگی | String | بله |
creationTimestamp | مهر زمانی ایجاد کلمه کلیدی منفی، فرمت شده در ISO 8601. | ویژگی | Timestamp | بله |
lastModifiedTimestamp | مُهر زمانی آخرین تغییر کلمه کلیدی منفی که بر اساس ISO 8601 قالببندی شده است. | ویژگی | Timestamp | بله |
agency | نام آژانس | ویژگی | String | بله |
agencyId | شناسه نمایندگی DS. | ویژگی | ID | بله |
advertiser | نام تبلیغ کننده | ویژگی | String | بله |
advertiserId | شناسه تبلیغ کننده DS. | ویژگی | ID | بله |
account | نام حساب موتور | ویژگی | String | بله |
accountId | شناسه حساب موتور DS. | ویژگی | ID | بله |
accountEngineId | شناسه حساب در حساب موتور خارجی. | ویژگی | String | بله |
accountType | نوع حساب موتور: Google AdWords ، Bing Ads ، Yahoo Japan Listing Ads ، Yahoo Search Marketing ، Yahoo Gemini ، Baidu ، یا Comparison Shopping . | ویژگی | Engine type | بله |
campaign | نام کمپین. | ویژگی | String | بله |
campaignId | شناسه کمپین DS. | ویژگی | ID | بله |
campaignStatus | وضعیت کمپین حاوی این مورد. | ویژگی | Status | بله |
adGroup | نام گروه تبلیغاتی | ویژگی | String | بله |
adGroupId | شناسه گروه تبلیغات DS. | ویژگی | ID | بله |
adGroupStatus | وضعیت گروه تبلیغاتی حاوی این مورد. | ویژگی | Status | بله |
negativeAdGroupKeywordId | شناسه کلمه کلیدی گروه تبلیغات منفی DS. | ویژگی | ID | بله |
negativeAdGroupKeywordText | متن کلمه کلیدی | ویژگی | String | بله |
negativeAdGroupKeywordMatchType | نوع مطابقت کلمه کلیدی منفی: Broad ، Exact ، Phrase یا Content . در حال حاضر فقط برای حسابهای Google Ads. | ویژگی | Match type | بله |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis report provides configuration attributes for negative keywords specifically created at the ad group level.\u003c/p\u003e\n"],["\u003cp\u003eIt is accessible only through an asynchronous request using the \u003ccode\u003eReports.request()\u003c/code\u003e method with \u003ccode\u003e"reportType": "negativeAdGroupKeyword"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe report includes various attributes like status, engine status, timestamps, agency details, advertiser details, account details, campaign details, ad group details, and negative keyword details.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter and retrieve specific data by specifying the desired \u003ccode\u003ecolumnName\u003c/code\u003e in the request body.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the provided table for a comprehensive list of available columns, their descriptions, data types, and filterability.\u003c/p\u003e\n"]]],["To retrieve a report on ad group-level negative keywords, send an asynchronous `Reports.request()` with `\"reportType\": \"negativeAdGroupKeyword\"`. Specify the desired columns in the request body using `columnName`, `headerText`, `startDate`, and `endDate`. You can filter by column. Available columns include keyword status, creation and modification timestamps, agency and account details, campaign and ad group data, and negative keyword specifics like ID, text, and match type. All the columns are filterable.\n"],null,["# Report Type: negativeAdGroupKeyword\n\nConfiguration attributes for negative keywords that have been created at the ad group level.\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\": \"negativeAdGroupKeyword\"`.\n\n```text\n{\n...\n \"reportType\": \"negativeAdGroupKeyword\",\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 negative keyword: `Active` or `Removed`. Note that campaigns, ad groups, keywords, and ads each have their own status. See [status](https://support.google.com/searchads/answer/2405081). | attribute | `Status` | Yes |\n| `engineStatus` | Additional status of the negative ad group keyword in the external engine account. | attribute | `String` | Yes |\n| `creationTimestamp` | Timestamp of the negative keyword's creation, formatted in ISO 8601. | attribute | `Timestamp` | Yes |\n| `lastModifiedTimestamp` | Timestamp of the negative keyword's most recent modification, formatted in ISO 8601. | attribute | `Timestamp` | 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 |\n| `account` | Engine account name. | attribute | `String` | Yes |\n| `accountId` | DS engine account ID. | attribute | `ID` | Yes |\n| `accountEngineId` | ID of the account in the external engine account. | attribute | `String` | Yes |\n| `accountType` | Engine account type: `Google AdWords`, `Bing Ads`, `Yahoo Japan Listing Ads`, `Yahoo Search Marketing`, `Yahoo Gemini`, `Baidu`, or `Comparison Shopping`. | attribute | `Engine type` | Yes |\n| `campaign` | Campaign name. | attribute | `String` | Yes |\n| `campaignId` | DS campaign ID. | attribute | `ID` | Yes |\n| `campaignStatus` | The status of the campaign that contains this item. | attribute | `Status` | Yes |\n| `adGroup` | Ad group name. | attribute | `String` | Yes |\n| `adGroupId` | DS ad group ID. | attribute | `ID` | Yes |\n| `adGroupStatus` | The status of the ad group that contains this item. | attribute | `Status` | Yes |\n| `negativeAdGroupKeywordId` | DS negative ad group keyword ID. | attribute | `ID` | Yes |\n| `negativeAdGroupKeywordText` | The keyword text. | attribute | `String` | Yes |\n| `negativeAdGroupKeywordMatchType` | Match type of the negative keyword: `Broad`, `Exact`, `Phrase`, or `Content`. Currently only for Google Ads accounts. | attribute | `Match type` | Yes |"]]