보고서 유형: 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를 찾습니다. |
속성 |
ID |
예 |
advertiser |
광고주 이름입니다. |
속성 |
String |
예 |
advertiserId |
DS 광고주 ID |
속성 |
ID |
예 |
account |
엔진 계정 이름입니다. |
속성 |
String |
예 |
accountId |
DS 엔진 계정 ID |
속성 |
ID |
예 |
accountEngineId |
외부 엔진 계정의 계정 ID입니다. |
속성 |
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입니다. |
속성 |
ID |
예 |
campaignStatus |
이 항목이 포함된 캠페인의 상태입니다. |
속성 |
Status |
예 |
adGroup |
광고그룹 이름: |
속성 |
String |
예 |
adGroupId |
DS 광고그룹 ID |
속성 |
ID |
예 |
adGroupStatus |
이 항목이 포함된 광고그룹의 상태입니다. |
속성 |
Status |
예 |
negativeAdGroupKeywordId |
DS 제외 광고그룹 키워드 ID입니다. |
속성 |
ID |
예 |
negativeAdGroupKeywordText |
키워드 텍스트입니다. |
속성 |
String |
예 |
negativeAdGroupKeywordMatchType |
제외 키워드의 검색 유형: Broad , Exact , Phrase 또는 Content 현재는 Google Ads 계정에서만 사용할 수 있습니다. |
속성 |
Match type |
예 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[[["\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 |"]]