{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Analytics API", "version": "1.0.0" }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get Analytics Overview Endpoint", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/api/v1/merchants/:merchant_id/analytics/overview", "params": [ { "name": "merchant_id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Merchant-wide analytics for the hub page: catalog-wide totals (same\naggregate as per-collection metrics), top / declining collections with true\npage-level PLP traffic, and a pinned-vs-auto health rollup across\ncollections. Last 30 days vs the previous 30." } ] } ], "bundled": true }