Conversion Analysis (Site level) - All Traffic

Understand how effective websites are at converting visits. The Conversion Analysis dataset reveals key performance metrics such as converted visits and conversion rates, helping you benchmark competitors and optimize your digital strategy.


Using Conversion Analysis in the Batch API allows you to uncover valuable insights, such as:

  • Benchmark Conversion Rates Across Industries or Domains: Compare how well different websites convert traffic across various industries or specific competitors
  • Track Conversion Trends Over Time: Analyze how conversion performance evolves month-over-month to identify seasonality, campaign impact, or optimization opportunities.

Note

This dataset provides All traffic metrics at the domain level only. It does not support analysis of specific site sections within a domain.

Sample Requests

{
  "delivery_information": {
    "response_format": "csv"
  },
  "report_query": {
    "tables": [
      {
        "vtable": "site_conversion",
        "granularity": "monthly",
        "latest": true,
        "filters": {
          "countries": [
            "US"
          ],
          "domains": [
            "aliexpress.com"
          ]
        },
        "metrics": [
          "site_sector",
          "total_site_visits",
          "total_site_converted_visits",
          "total_site_conversion_rate"
        ],
        "paging": {"limit": 10}
      }
    ]
  }
}


Dataset: Conversion Analysis (Site level) - All Traffic

Metric NameDescriptionSupported GranularityType
site_sectorThe sector to which the domain belongsMonthlyString
total_site_visitsAll traffic visits to the whole siteMonthlyDouble
total_site_converted_visitsAll traffic visits that ended up on a ‘Thank You’ pageMonthlyDouble
total_site_conversion_ratePercentage that refers to the number of All traffic visits that ended up on a ‘Thank You’ page divided by the number of All traffic visits to the whole siteMonthlyDouble
  • Filters and Parameters:
FiltersTypeDescription
domainslistList of websites of interest.
countrieslistList of countries of interest.