Предыдущий Search Ads 360 Reporting API выведен из эксплуатации. Теперь вы можете создавать свои отчеты с помощью нового Search Ads 360 Reporting API .
Обратите внимание, что методы get и getByCustomerId в Search Ads 360 Conversion API устарели в третьем квартале 2025 года. Чтобы продолжить доступ к данным о конверсиях, необходимо создать отчет с использованием ресурса конверсии с помощью нового Search Ads 360 Reporting API. Подробнее см. здесь.
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Новый API отчетов Search Ads 360 теперь доступен. Новый API обеспечивает повышенную гибкость для создания пользовательских отчетов и интеграции данных в ваши приложения и процессы отчетности. Узнайте больше о переходе и использовании нового API отчетов Search Ads 360 .
В торговых кампаниях вместо ключевых слов используются группы товаров, чтобы определить, когда показывать рекламу. Группы товаров отличаются от ключевых слов по нескольким причинам:
Показатели автоматически перемещаются из одной группы продуктов в другую по мере изменения формы дерева группы продуктов. Например, если рекламодатель разделит группу товаров "Все товары" на "Бренд = X" и "Все остальное", показатели переместятся из группы "Все товары" в новые дочерние группы.
В Search Ads 360 сохраняются только «активные» группы продуктов. Показатели удаляются из удаленных групп продуктов и переносятся в «активные» группы продуктов.
Идентификаторы групп продуктов могут измениться, даже если результирующее дерево не изменится. Например, если рекламодатель изменит настройку группы продуктов, чтобы исключить ее из ставок, идентификатор группы продуктов изменится.
В родительских группах товаров отображается сумма показателей дочерних групп товаров.
При составлении отчета по группам товаров выполните следующие действия:
Используйте столбец productGroup в отчете productGroup чтобы определить группу продуктов. В этом столбце содержатся критерии, которые использовались при создании группы продуктов, которые остаются постоянными, даже если идентификаторы групп продуктов изменяются.
Если вы агрегируете показатели, используйте фильтр , чтобы включить только те группы продуктов, которые являются конечными узлами. Это предотвращает двойной учет показателей, переносимых из дочерних групп в родительские. Обратите внимание, что фильтры указывают типы данных, которые вы хотите включить в отчет, поэтому ваш фильтр должен включать только те группы продуктов, которые не разделены . Например, включите в свой запрос этот фильтр:
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-11-08 UTC."],[[["\u003cp\u003eThe new Search Ads 360 Reporting API offers increased flexibility for creating custom reports and integrating data into reporting tools.\u003c/p\u003e\n"],["\u003cp\u003eShopping campaigns rely on product groups instead of keywords, with metrics dynamically shifting between product groups as the product-group tree evolves.\u003c/p\u003e\n"],["\u003cp\u003eWhen reporting on product groups, utilize the \u003ccode\u003eproductGroup\u003c/code\u003e column for identification and apply filters to aggregate metrics solely from leaf nodes, avoiding double-counting.\u003c/p\u003e\n"]]],["The Search Ads 360 Reporting API is available, offering flexibility for custom reports and data integration. Shopping campaigns use product groups, not keywords, to trigger ads. Product group metrics shift with tree changes; only \"Active\" groups are saved, and IDs can change. When reporting, use the `productGroup` column to identify groups. Filter to include only leaf nodes (not subdivided product groups) to prevent metric double-counting. Use the provided filter example.\n"],null,["# Product Groups\n\nThe new Search Ads 360 Reporting API is now available. The new API provides enhanced flexibility to build custom reports and integrate the data into your reporting applications and processes. Learn more about migrating to and using the [new Search Ads 360 Reporting\nAPI](https://developers.google.com/search-ads/reporting/overview).\n\nShopping campaigns use product groups instead of keywords to detemine when to show ads.\nProduct groups differ from keywords in several ways:\n\n- Metrics automatically float from one product group to another as the shape of the product-group tree changes. For example, if an advertiser subdivides the \"All products\" product group into \"Brand = X\" and \"Everything else\", metrics will move from \"All products\" to the new child groups.\n- Only \"Active\" product groups are saved in Search Ads 360. Metrics are removed from deleted product groups and floated onto \"Active\" product groups.\n- Product group IDs may change even though the resulting tree is unchanged. For example, if an advertiser changes a product group setting to exclude it from bidding, the product group's ID will change.\n- Parent product groups show the sum of metrics from their child product groups.\n\nWhen reporting on product groups, do the following:\n\n1. Use the `productGroup` column in the [`productGroup`](/search-ads/v2/report-types/productGroup) report to identify the product group. This column contains the criteria that were used create the product group, which remain constant even if product group IDs change.\n2. If you're aggregating metrics, [use a filter](/search-ads/v2/how-tos/reporting/filtered-reports) to include only those product groups that are leaf nodes. This prevents double-counting metrics that are rolled up from child to parent groups. Note that filters specify the types of data you want to **include** in the report, so your filter should include only those product groups that are **not subdivided** . For example, include this filter in your request: \n\n ```\n \"filters\": [\n {\n \"column\" : { \"columnName\": \"productGroupPartitionType\" },\n \"operator\" : \"notEquals\",\n \"values\" : [ \"Subdivided\" ]\n }\n ]\n ```"]]