AnalyticsResponse
Analytics summary for the shop
periodDaysint32
Number of days covered
Example:
30dateFromdate
Start date of the period
dateTodate
End date of the period
totals object
Aggregated totals for the period
searchesint32
Total searches
Example:
15234impressionsint32
Total product impressions
Example:
98765clicksint32
Total product clicks
Example:
4521conversionsint32
Total attributed conversions
Example:
237revenuenumber
Total attributed revenue
Example:
6771.49currencystring
ISO 4217 currency code
Example:
EURdailyTrends object[]
Daily breakdown (one entry per day)
Array [
daydate
Date
searchesint32
Searches on this day
Example:
508impressionsint32
Impressions on this day
Example:
3292clicksint32
Clicks on this day
Example:
151conversionsint32
Conversions on this day
Example:
8revenuenumber
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
}
]
}