Tipo de informe: negativeCampaignTarget
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Atributos de configuración de las orientaciones negativas a nivel de la campaña, que incluyen las orientaciones geográficas (ubicación geográfica, proximidad y extensión de ubicación), las orientaciones dinámicas del anuncio, las orientaciones por listas de remarketing y las orientaciones por edad y género. Algunos objetivos solo están disponibles en tipos específicos de cuentas de motor.
Este informe solo puede mostrarse a través de una solicitud asíncrona (es decir, mediante el
Reports.request()).
Solicitar extracto
Enviar un
Reports.request()
de la solicitud, pero especifica "reportType": "negativeCampaignTarget"
.
{
...
"reportType": "negativeCampaignTarget",
"columns": [
{
"columnName": string,
"headerText": string,
"startDate": string,
"endDate": string
}
],
"filters": [
{
"column": {
"columnName": string,
},
...
},
...
],
...
}
Para cada columna que quieras que se muestre o se filtre en el informe,
especifica los columnName
que se indican en la siguiente tabla.
También puedes especificar
headerText
startDate,
y endDate.
Ten en cuenta que algunas columnas no se pueden filtrar. consulta "Filtrable" en la siguiente tabla.
columnName | Descripción | Comportamiento | Tipo | Filtrable |
status |
El estado del objetivo de la campaña: Active , Paused o Removed . |
atributo |
Status |
Sí |
creationTimestamp |
Marca de tiempo de la creación del objetivo negativo de la campaña, con el formato ISO 8601. |
atributo |
Timestamp |
Sí |
lastModifiedTimestamp |
Marca de tiempo de la modificación más reciente del objetivo negativo de la campaña, con el formato ISO 8601. |
atributo |
Timestamp |
Sí |
agency |
Nombre de la agencia. |
atributo |
String |
Sí |
agencyId |
Es el ID de la agencia de DS. |
atributo |
ID |
Sí |
advertiser |
Es el nombre del anunciante. |
atributo |
String |
Sí |
advertiserId |
ID del anunciante de DS. |
atributo |
ID |
Sí |
account |
Nombre de la cuenta de buscador. |
atributo |
String |
Sí |
accountId |
ID de la cuenta de motor de DS. |
atributo |
ID |
Sí |
accountEngineId |
ID de la cuenta de la cuenta de motor externa. |
atributo |
String |
Sí |
accountType |
Tipo de cuenta de motor: Google AdWords , Bing Ads , Yahoo Japan Listing Ads , Yahoo Search Marketing , Yahoo Gemini , Baidu o Comparison Shopping . |
atributo |
Engine type |
Sí |
campaign |
Nombre de la campaña. |
atributo |
String |
Sí |
campaignId |
ID de la campaña de DS. |
atributo |
ID |
Sí |
campaignStatus |
El estado de la campaña que contiene este elemento. |
atributo |
Status |
Sí |
engineRemarketingList |
Indica el nombre de la lista de remarketing asociada con la orientación. |
atributo |
String |
Sí |
dynamicSearchAdsTargetConditions |
Son los criterios que utiliza la segmentación dinámica del anuncio para excluir páginas del dominio del sitio. |
atributo |
String |
No |
locationTargetName |
Es el nombre de la ubicación de segmentación. |
atributo |
String |
Sí |
ageTargetAgeRange |
Es el rango de edad objetivo. |
atributo |
Age range |
Sí |
genderTargetGenderType |
El tipo de género de orientación por género: Masculino, Femenino, Desconocido. |
atributo |
Gender type |
Sí |
negativeCampaignTargetId |
El ID DS generado para una orientación de campaña negativa. |
atributo |
ID |
Sí |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-08-29 (UTC)
[null,null,["Última actualización: 2025-08-29 (UTC)"],[[["\u003cp\u003eThis report details negative campaign target configuration attributes, including location, dynamic ad, remarketing list, and age/gender targets.\u003c/p\u003e\n"],["\u003cp\u003eThe report is accessible via an asynchronous Reports.request() method with "reportType" specified as "negativeCampaignTarget".\u003c/p\u003e\n"],["\u003cp\u003eIt provides insights into target status, timestamps, associated accounts and campaigns, and specific target criteria.\u003c/p\u003e\n"],["\u003cp\u003eCertain targets may only be available in specific engine accounts, and the report allows filtering by various attributes.\u003c/p\u003e\n"],["\u003cp\u003eColumn details like \u003ccode\u003ecolumnName\u003c/code\u003e, description, behavior, type, and filterability are provided for comprehensive understanding and utilization of the report.\u003c/p\u003e\n"]]],["This document outlines the configuration and retrieval of negative campaign targets via the `Reports.request()` method using `\"reportType\": \"negativeCampaignTarget\"`. The report includes details on location, dynamic ad, remarketing list, and age/gender targets. Key actions involve specifying `columnName` for data fields within the request body, including attributes such as status, timestamps, agency/account details, campaign information, target names, and IDs. Filters can be applied to most columns, excluding `dynamicSearchAdsTargetConditions`.\n"],null,["# Report Type: negativeCampaignTarget\n\nConfiguration attributes for negative targets at the campaign level, which include location targets (geo-location, proximity, and location extension), 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\": \"negativeCampaignTarget\"`.\n\n```text\n{\n...\n \"reportType\": \"negativeCampaignTarget\",\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 campaign target: `Active`, `Paused`, or `Removed`. | attribute | `Status` | Yes |\n| `creationTimestamp` | Timestamp of the negative campaign target's creation, formatted in ISO 8601. | attribute | `Timestamp` | Yes |\n| `lastModifiedTimestamp` | Timestamp of the negative campaign 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| `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| `negativeCampaignTargetId` | The ID DS generated for a negative campaign target. | attribute | `ID` | Yes |"]]