Saltar al contenido principal

AnalyticsResponse

Analytics summary for the shop

periodDaysint32

Number of days covered

Example: 30
dateFromdate

Start date of the period

dateTodate

End date of the period

totals object

Aggregated totals for the period

searchesint32

Total searches

Example: 15234
impressionsint32

Total product impressions

Example: 98765
clicksint32

Total product clicks

Example: 4521
conversionsint32

Total attributed conversions

Example: 237
revenuenumber

Total attributed revenue

Example: 6771.49
currencystring

ISO 4217 currency code

Example: EUR
dailyTrends object[]

Daily breakdown (one entry per day)

  • Array [
  • daydate

    Date

    searchesint32

    Searches on this day

    Example: 508
    impressionsint32

    Impressions on this day

    Example: 3292
    clicksint32

    Clicks on this day

    Example: 151
    conversionsint32

    Conversions on this day

    Example: 8
    revenuenumber

    Revenue on this day

    Example: 225.72
  • ]
  • AnalyticsResponse
    {
    "periodDays": 30,
    "dateFrom": "2024-07-29",
    "dateTo": "2024-07-29",
    "totals": {
    "searches": 15234,
    "impressions": 98765,
    "clicks": 4521,
    "conversions": 237,
    "revenue": 6771.49,
    "currency": "EUR"
    },
    "dailyTrends": [
    {
    "day": "2024-07-29",
    "searches": 508,
    "impressions": 3292,
    "clicks": 151,
    "conversions": 8,
    "revenue": 225.72
    }
    ]
    }