Понимание рынка

Вы можете использовать отчеты по анализу рынка , чтобы просмотреть данные о розничной торговле от Google, которые помогут вам понять текущую ситуацию на рынке. Эти данные включают в себя:

  • Самые продаваемые товары и бренды
  • Конкурентоспособные цены
  • Предложения по ценам продажи
  • Информация о конкурентной среде в вашей отрасли.

Your account must meet minimum eligibility requirements, and you must ensure that your use, or any third party's use, of Market Insights data exported from your Merchant Center account complies with the Merchant Center terms and conditions .

Определите бестселлеры

Вы можете использовать отчеты о бестселлерах, чтобы увидеть текущие самые продаваемые товары и бренды в Google, а также узнать, есть ли они в вашем товарном фиде.

This popularity data is grouped by Google product category and country to help you decide which new products and brands to stock. It can help you pinpoint seasonal trends with the use of historical data, and identify the products and brands that would benefit from increased budgets or bids.

Продукты

Чтобы просмотреть самые продаваемые товары в Google, выполните запрос best_sellers_product_cluster_view .

Чтобы просмотреть самые продаваемые товары, передайте методу accounts.reports.search следующее выражение на языке запросов Merchant API :

SELECT
  report_date,
  report_granularity,
  report_country_code,
  report_category_id,
  rank,
  previous_rank,
  relative_demand,
  previous_relative_demand,
  relative_demand_change,
  title,
  brand,
  category_l1,
  category_l2,
  category_l3,
  variant_gtins,
  inventory_status,
  brand_inventory_status
FROM best_sellers_product_cluster_view
WHERE report_date = '2022-10-10'
  AND report_granularity = 'WEEKLY'
  AND report_country_code = 'US'
  AND report_category_id = 166
ORDER BY rank

Вы можете изменить значения в предложении WHERE , чтобы настроить отчет для других дат, уровней детализации, стран и категорий .

Вот пример ответа на предыдущий запрос:

{
  "results": [
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "1",
        "previousRank": "1",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "title": "Ugg Shoes Ugg Tasman",
        "brand": "UGG",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00737872992873", "00737872992880", "00737872992866"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "NOT_IN_INVENTORY"
      }
    },
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "2",
        "previousRank": "8",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "RISER",
        "title": "UGG Women's s Classic Mini",
        "brand": "UGG",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00194715081314", "00194715081246", "00194715081321"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "NOT_IN_INVENTORY"
      }
    },
    {
      "bestSellersProductClusterView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "3",
        "previousRank": "2",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "title": "Crocs Classic",
        "brand": "Crocs",
        "categoryL1": "Apparel & Accessories",
        "categoryL2": "Shoes",
        "categoryL3": "",
        "variantGtins":
            ["00887350811209", "00191448903852", "00191448769090"],
        "inventoryStatus": "NOT_IN_INVENTORY",
        "brandInventoryStatus": "OUT_OF_STOCK"
      }
    }
  ]
}

Для получения дополнительной информации о полях, доступных для запроса, см. раздел «Поля в таблице bestSellersProductClusterView .

Бренды

Для просмотра списка самых продаваемых брендов в Google используйте запрос best_sellers_brand_view .

Для просмотра самых продаваемых брендов передайте методу accounts.reports.search следующее выражение на языке запросов API продавца :

SELECT
  report_date,
  report_granularity,
  report_country_code,
  report_category_id,
  rank,
  previous_rank,
  relative_demand,
  previous_relative_demand,
  relative_demand_change,
  brand
FROM best_sellers_brand_view
WHERE report_date = '2022-10-10'
  AND report_granularity = 'WEEKLY'
  AND report_country_code = 'US'
  AND report_category_id = 166
ORDER BY rank

Вы можете изменить значения в предложении WHERE , чтобы настроить отчет для других дат, уровней детализации, стран и категорий .

Вот пример ответа на предыдущий запрос:

{
  "results": [
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "1",
        "previousRank": "1",
        "relativeDemand": "VERY_HIGH",
        "previousRelativeDemand": "VERY_HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "Nike"
      }
    },
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "2",
        "previousRank": "2",
        "relativeDemand": "HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "SHEIN"
      }
    },
    {
      "bestSellersBrandView": {
        "reportDate": "2022-10-10",
        "reportGranularity": "WEEKLY",
        "reportCountryCode": "US",
        "reportCategoryId": "166",
        "rank": "3",
        "previousRank": "4",
        "relativeDemand": "HIGH",
        "previousRelativeDemand": "HIGH",
        "relativeDemandChange": "FLAT",
        "brand": "adidas"
      }
    }
  ]
}

Для получения более подробной информации о полях, доступных для запроса, см. раздел «Поля в таблице bestSellersBrandView .

Конкурентоспособные цены

Вы можете использовать отчет о ценовой конкурентоспособности , чтобы увидеть, как другие розничные продавцы устанавливают цены на те же товары, которые продаете вы.

Чтобы ознакомиться с рекомендациями по ценообразованию вашей продукции на основе прогнозируемых показателей, см. раздел «Улучшение ценообразования» .

Запросите price_competitiveness_product_view чтобы узнать, как другие розничные продавцы устанавливают цены на те же товары, которые продаете вы.

Для просмотра данных о ценовой конкурентоспособности передайте методу accounts.reports.search следующее выражение на языке запросов API продавца :

SELECT
  id,
  title,
  brand,
  price,
  report_country_code,
  benchmark_price
FROM price_competitiveness_product_view

Вот пример ответа на предыдущий запрос:

{
  "results": [
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12345",
        "title": "UGG Women's s Classic Mini",
        "brand": "UGG",
        "price" {
          "amountMicros": "124990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "119922291",
          "currencyCode": "USD"
        }
      }
    },
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12346",
        "title": "Nike React Infinity Run Flyknit 2",
        "brand": "Nike",
        "price" {
          "amountMicros": "119990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "173436840",
          "currencyCode": "USD"
        }
      }
    },
    {
      "priceCompetitivenessProductView": {
        "id": "en~US~12347",
        "title": "New Balance 327 White Trainers",
        "brand": "New Balance",
        "price" {
          "amountMicros": "84990000",
          "currencyCode": "USD"
        },
        "reportCountryCode": "US",
        "benchmarkPrice" {
          "amountMicros": "85459050",
          "currencyCode": "USD"
        }
      }
    }
  ]
}

Для получения дополнительной информации о полях, доступных для запроса, см. раздел «Поля в таблице priceCompetitivenessProductView .