Get Customizations Summary
GETOverview
Section titled “Overview”Retrieve a high-level summary of all customizations for the tracker, including counts per recommender model and the list of unique tags used across customizations.
Request parameters
Section titled “Request parameters”Path parameters
Section titled “Path parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
TRACKER_ID | string | ✓ | Your unique tracker identifier. |
Request headers
Section titled “Request headers”| Header | Value | Description |
|---|---|---|
Content-Type | application/json; charset=utf-8 | Required. |
Date | HTTP date | Required for HMAC. |
Authorization | ApiAuth {TRACKER_ID}:{SIGNATURE} | Required for HMAC. |
How to Make a Request
Section titled “How to Make a Request”- Build the HMAC string from the method, content type, date, and request path.
- Generate the signature with your private key.
- Send the request with
Date,Content-Type, andAuthorization.
Response structure
Section titled “Response structure”The response contains counts by model and a list of unique user tags.
Response attributes
Section titled “Response attributes”| Attribute | Type | Description |
|---|---|---|
scope_counts | object | Map of model names to customization counts. |
user_tags | array | List of all unique tags found in customizations. |
Error handling
Section titled “Error handling”| HTTP Status | Description |
|---|---|
200 OK | Success. |
401 Unauthorized | Missing or invalid authentication. |
404 Not Found | Tracker not found. |
Was this page helpful?
Thanks.