ShopReportDTO
shopIdstring
shopNamestring
typestring
period object
startDatedate-time
endDatedate-time
revenue object
totalRevenuenumber
totalConversionsint32
deltaPercentdouble
currencystring
kpis object
searches object
labelstring
currentdouble
previousdouble
deltaPercentdouble
visitors object
labelstring
currentdouble
previousdouble
deltaPercentdouble
successRate object
labelstring
currentdouble
previousdouble
deltaPercentdouble
avgResponseTime object
labelstring
currentdouble
previousdouble
deltaPercentdouble
topConvertingQueries object[]
Array [
querystring
searchesint32
conversionsint32
conversionRatedouble
revenuenumber
]
conversations object
totalConversationsint32
avgMessagesPerConversationdouble
productDiscovery object
topProducts object[]
Array [
productNamestring
imageUrlstring
appearancesint32
clicksint32
]
productsWithoutViewsint32
opportunities object[]
Array [
querystring
searchCountint32
]
planUsage object
searchesUsedint32
searchesLimitint32
productsIndexedint32
productsLimitint32
planNamestring
ShopReportDTO
{
"shopId": "string",
"shopName": "string",
"type": "string",
"period": {
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z"
},
"revenue": {
"totalRevenue": 0,
"totalConversions": 0,
"deltaPercent": 0,
"currency": "string"
},
"kpis": {
"searches": {
"label": "string",
"current": 0,
"previous": 0,
"deltaPercent": 0
},
"visitors": {
"label": "string",
"current": 0,
"previous": 0,
"deltaPercent": 0
},
"successRate": {
"label": "string",
"current": 0,
"previous": 0,
"deltaPercent": 0
},
"avgResponseTime": {
"label": "string",
"current": 0,
"previous": 0,
"deltaPercent": 0
}
},
"topConvertingQueries": [
{
"query": "string",
"searches": 0,
"conversions": 0,
"conversionRate": 0,
"revenue": 0
}
],
"conversations": {
"totalConversations": 0,
"avgMessagesPerConversation": 0
},
"productDiscovery": {
"topProducts": [
{
"productName": "string",
"imageUrl": "string",
"appearances": 0,
"clicks": 0
}
],
"productsWithoutViews": 0
},
"opportunities": [
{
"query": "string",
"searchCount": 0
}
],
"planUsage": {
"searchesUsed": 0,
"searchesLimit": 0,
"productsIndexed": 0,
"productsLimit": 0,
"planName": "string"
}
}