mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 12:27:48 +00:00
7.3 KiB
7.3 KiB
GetCityAnalyticsRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
domain |
string | ➖ | The domain of the short link. |
key |
string | ➖ | The short link slug. |
interval |
operations.GetCityAnalyticsQueryParamInterval | ➖ | The interval to retrieve analytics for. |
country |
operations.GetCityAnalyticsQueryParamCountry | ➖ | The country to retrieve analytics for. |
city |
string | ➖ | The city to retrieve analytics for. |
device |
string | ➖ | The device to retrieve analytics for. |
browser |
string | ➖ | The browser to retrieve analytics for. |
os |
string | ➖ | The OS to retrieve analytics for. |
referer |
string | ➖ | The referer to retrieve analytics for. |
url |
string | ➖ | The URL to retrieve analytics for. |
tagId |
string | ➖ | The tag ID to retrieve analytics for. |
qr |
boolean | ➖ | Filter for QR code scans. If true, filter for QR codes only. If false, filter for links only. If undefined, return both. |
root |
boolean | ➖ | Filter for root domains. If true, filter for domains only. If false, filter for links only. If undefined, return both. |