mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-09 04:19:43 +00:00
19 lines
5.7 KiB
Markdown
19 lines
5.7 KiB
Markdown
# GetTopLinksRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
|
| `domain` | *string* | :heavy_minus_sign: | The domain of the short link. |
|
|
| `key` | *string* | :heavy_minus_sign: | The short link slug. |
|
|
| `interval` | [operations.GetTopLinksQueryParamInterval](../../models/operations/gettoplinksqueryparaminterval.md) | :heavy_minus_sign: | The interval to retrieve analytics for. |
|
|
| `country` | [operations.GetTopLinksQueryParamCountry](../../models/operations/gettoplinksqueryparamcountry.md) | :heavy_minus_sign: | The country to retrieve analytics for. |
|
|
| `city` | *string* | :heavy_minus_sign: | The city to retrieve analytics for. |
|
|
| `device` | *string* | :heavy_minus_sign: | The device to retrieve analytics for. |
|
|
| `browser` | *string* | :heavy_minus_sign: | The browser to retrieve analytics for. |
|
|
| `os` | *string* | :heavy_minus_sign: | The OS to retrieve analytics for. |
|
|
| `referer` | *string* | :heavy_minus_sign: | The referer to retrieve analytics for. |
|
|
| `url` | *string* | :heavy_minus_sign: | The URL to retrieve analytics for. |
|
|
| `excludeRoot` | *boolean* | :heavy_minus_sign: | Whether to exclude the root link from the response. |
|
|
| `tagId` | *string* | :heavy_minus_sign: | The tag ID to retrieve analytics for. | |