Önceki Search Ads 360 Reporting API kullanımdan kaldırıldı. Artık yeni Search Ads 360 Reporting API'yi kullanarak raporlarınızı oluşturabilirsiniz.
Search Ads 360 Conversion API'deki get ve getByCustomerId yöntemlerinin desteğinin 2025'in 3. çeyreğinde sonlandırılacağını unutmayın. Dönüşüm verilerine erişmeye devam etmek için yeni Search Ads 360 Reporting API'yi kullanarak dönüşüm kaynağını kullanarak bir rapor oluşturmanız gerekir. Daha fazla ayrıntıyı burada bulabilirsiniz.
Diğer Search Ads 360 Conversion API işlevleri desteklenmeye devam edecektir.
Rapor Türü: negativeAdGroupTarget
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Konum hedefleri, dinamik reklam hedefleri, yeniden pazarlama listesi hedefleri ve yaş/cinsiyet hedeflerini içeren reklam grubu düzeyindeki negatif hedeflere ilişkin yapılandırma özellikleri. Bazı hedefler yalnızca belirli arama motoru hesabı türlerinde kullanılabilir.
Bu rapor yalnızca eşzamansız bir istek (yani
Reports.request() yöntemi).
Alıntı iste
Düzenli olarak gönder
Reports.request()
istek gövdesi, ancak "reportType": "negativeAdGroupTarget"
değerini belirtin.
{
...
"reportType": "negativeAdGroupTarget",
"columns": [
{
"columnName": string,
"headerText": string,
"startDate": string,
"endDate": string
}
],
"filters": [
{
"column": {
"columnName": string,
},
...
},
...
],
...
}
Raporda döndürülmesini veya filtrelenmesini istediğiniz her sütun için
aşağıdaki tabloda listelenen columnName
değerini belirtin.
Ayrıca isteğe bağlı olarak
headerText,
startDate,
ve endDate.
Bazı sütunların filtrelenemeyeceğini unutmayın; "Filtrelenebilir" bulabilirsiniz.
columnName | Açıklama | Davranış | Tür | Filtrelenebilir |
status |
Reklam grubu hedefinin durumu: Active , Paused veya Removed . |
özellik |
Status |
Evet |
creationTimestamp |
Negatif reklam grubu hedefi oluşturma işleminin ISO 8601'de biçimlendirilmiş zaman damgası. |
özellik |
Timestamp |
Evet |
lastModifiedTimestamp |
Negatif reklam grubu hedefinde yapılan en son değişikliğin ISO 8601 biçiminde zaman damgası. |
özellik |
Timestamp |
Evet |
agency |
Ajans adı. |
özellik |
String |
Evet |
agencyId |
DS ajans kimliği. |
özellik |
ID |
Evet |
advertiser |
Reklamveren adı. |
özellik |
String |
Evet |
advertiserId |
DS reklamveren kimliği. |
özellik |
ID |
Evet |
account |
Arama motoru hesabı adı. |
özellik |
String |
Evet |
accountId |
DS motor hesabı kimliği. |
özellik |
ID |
Evet |
accountEngineId |
Harici motor hesabındaki hesabın kimliği. |
özellik |
String |
Evet |
accountType |
Arama motoru hesabı türü: Google AdWords , Bing Ads , Yahoo Japan Listing Ads , Yahoo Search Marketing , Yahoo Gemini , Baidu veya Comparison Shopping . |
özellik |
Engine type |
Evet |
campaign |
Kampanya adı. |
özellik |
String |
Evet |
campaignId |
DS kampanya kimliği. |
özellik |
ID |
Evet |
campaignStatus |
Bu öğeyi içeren kampanyanın durumu. |
özellik |
Status |
Evet |
adGroup |
Reklam grubu adı. |
özellik |
String |
Evet |
adGroupId |
DS reklam grubu kimliği. |
özellik |
ID |
Evet |
adGroupStatus |
Bu öğeyi içeren reklam grubunun durumu. |
özellik |
Status |
Evet |
engineRemarketingList |
Hedefle ilişkilendirilen yeniden pazarlama listesinin adı. |
özellik |
String |
Evet |
dynamicSearchAdsTargetConditions |
Dinamik reklam hedefinin, site alanı altındaki sayfaları hariç tutmak için kullandığı ölçütler. |
özellik |
String |
Hayır |
locationTargetName |
Konum hedefinin adı. |
özellik |
String |
Evet |
ageTargetAgeRange |
Yaş hedefinin yaş aralığı. |
özellik |
Age range |
Evet |
genderTargetGenderType |
Cinsiyet hedefinin cinsiyet türü: Erkek, Kadın, Bilinmiyor. |
özellik |
Gender type |
Evet |
negativeAdGroupTargetId |
DS'nin negatif reklam grubu hedefi için oluşturduğu kimlik. |
özellik |
ID |
Evet |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-29 UTC.
[null,null,["Son güncelleme tarihi: 2025-08-29 UTC."],[[["\u003cp\u003eThe Negative Ad Group Target report provides insights into configuration attributes for negative targets at the ad group level, including location, dynamic ad, remarketing list, and age/gender targets.\u003c/p\u003e\n"],["\u003cp\u003eThis report is accessible through an asynchronous request using the \u003ccode\u003eReports.request()\u003c/code\u003e method with \u003ccode\u003e"reportType": "negativeAdGroupTarget"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe report includes various filterable columns such as status, timestamps, agency/advertiser details, account information, campaign/ad group data, and target specifics like remarketing lists and location names.\u003c/p\u003e\n"],["\u003cp\u003eCertain targets may only be available in specific engine accounts and some columns, like \u003ccode\u003edynamicSearchAdsTargetConditions\u003c/code\u003e, are not filterable.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecolumnName\u003c/code\u003e parameter is used within the request to specify the desired data points for inclusion in the report output.\u003c/p\u003e\n"]]],["The content describes the \"negativeAdGroupTarget\" report, which details negative targets at the ad group level, such as location, dynamic ad, remarketing list, and age/gender targets. To retrieve this report, a `Reports.request()` method with `\"reportType\": \"negativeAdGroupTarget\"` must be sent. The request specifies `columnName`, `headerText`, `startDate`, and `endDate`. Various attributes can be returned or filtered, including target status, timestamps, agency/account details, campaign/ad group information, and target-specific details. The content also provides the definition of each column with details for filtering.\n"],null,["# Report Type: negativeAdGroupTarget\n\nConfiguration attributes for negative targets at the ad group level, which include location targets, dynamic ad targets, remarketing list targets and age/gender targets. Some targets are available only in specific types of engine accounts.\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\": \"negativeAdGroupTarget\"`.\n\n```text\n{\n...\n \"reportType\": \"negativeAdGroupTarget\",\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 ad group target: `Active`, `Paused`, or `Removed`. | attribute | `Status` | Yes |\n| `creationTimestamp` | Timestamp of the negative ad group target's creation, formatted in ISO 8601. | attribute | `Timestamp` | Yes |\n| `lastModifiedTimestamp` | Timestamp of the negative ad group target'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| `engineRemarketingList` | The name of the remarketing list associated with the target. | attribute | `String` | Yes |\n| `dynamicSearchAdsTargetConditions` | The criteria the dynamic ad target uses to exclude pages under the site domain. | attribute | `String` | No |\n| `locationTargetName` | The name of the location target. | attribute | `String` | Yes |\n| `ageTargetAgeRange` | The age range of age target. | attribute | `Age range` | Yes |\n| `genderTargetGenderType` | The gender type of gender target: Male, Female, Unknown. | attribute | `Gender type` | Yes |\n| `negativeAdGroupTargetId` | The ID DS generated for a negative ad-group target. | attribute | `ID` | Yes |"]]