نوع التقرير: negativeCampaignKeyword
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
سمات الإعدادات للكلمات الرئيسية السلبية التي تم إنشاؤها على مستوى الحملة.
لا يمكن عرض هذا التقرير إلا باستخدام طلب غير متزامن (أي عبر
Reports.request()).
طلب مقتطف
إرسال رسالة عادية
Reports.request()
نص الطلب، ولكن يجب تحديد "reportType": "negativeCampaignKeyword"
.
{
...
"reportType": "negativeCampaignKeyword",
"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 |
نعم |
negativeCampaignKeywordId |
رقم تعريف الكلمة الرئيسية السلبية للحملة في DS. |
سمة |
ID |
نعم |
negativeCampaignKeywordText |
نص الكلمة الرئيسية. |
سمة |
String |
نعم |
negativeCampaignKeywordMatchType |
نوع مطابقة الكلمة الرئيسية السلبية: Broad أو Exact أو Phrase أو Content . تتوفّر هذه الميزة حاليًا لحسابات "إعلانات Google" فقط. |
سمة |
Match type |
نعم |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis report provides configuration attributes for negative keywords specifically created at the campaign level.\u003c/p\u003e\n"],["\u003cp\u003eThe report is accessible only through an asynchronous request using the \u003ccode\u003eReports.request()\u003c/code\u003e method with \u003ccode\u003e"reportType": "negativeCampaignKeyword"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes details such as status, match type, keyword text, and timestamps, along with identifiers for agency, advertiser, account, and campaign.\u003c/p\u003e\n"],["\u003cp\u003eUsers can filter and retrieve specific data by specifying column names like \u003ccode\u003estatus\u003c/code\u003e, \u003ccode\u003eengineStatus\u003c/code\u003e, \u003ccode\u003ecreationTimestamp\u003c/code\u003e, etc., in the request body.\u003c/p\u003e\n"]]],["To retrieve data on campaign-level negative keywords, use the `Reports.request()` method with `\"reportType\": \"negativeCampaignKeyword\"`. Specify desired columns in the request body using `columnName`, and optionally `headerText`, `startDate`, and `endDate`. You can filter the output with columns. Available columns include keyword status (`Active`, `Removed`), timestamps, agency/advertiser/account details, campaign information, keyword text, and match type (for Google Ads accounts). The columns available are `filterable`.\n"],null,["# Report Type: negativeCampaignKeyword\n\nConfiguration attributes for negative keywords that have been created at the campaign 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\": \"negativeCampaignKeyword\"`.\n\n```text\n{\n...\n \"reportType\": \"negativeCampaignKeyword\",\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 campaign 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| `negativeCampaignKeywordId` | DS negative campaign keyword ID. | attribute | `ID` | Yes |\n| `negativeCampaignKeywordText` | The keyword text. | attribute | `String` | Yes |\n| `negativeCampaignKeywordMatchType` | Match type of the negative keyword: `Broad`, `Exact`, `Phrase`, or `Content`. Currently only for Google Ads accounts. | attribute | `Match type` | Yes |"]]