You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
Copy file name to clipboardExpand all lines: docs/Models/Operations/ListEventsRequest.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,9 @@
33
33
|`limit`|*?float*|:heavy_minus_sign:| N/A ||
34
34
|`sortOrder`|[?Operations\QueryParamSortOrder](../../Models/Operations/QueryParamSortOrder.md)|:heavy_minus_sign:| The sort order. The default is `desc`. ||
35
35
|`sortBy`|[?Operations\QueryParamSortBy](../../Models/Operations/QueryParamSortBy.md)|:heavy_minus_sign:| The field to sort the events by. The default is `timestamp`. ||
36
-
|`order`|[?Operations\Order](../../Models/Operations/Order.md)|:heavy_minus_sign:| DEPRECATED. Use `sortOrder` instead. ||
36
+
|`order`|[?Operations\Order](../../Models/Operations/Order.md)|:heavy_minus_sign:| DEPRECATED. Use `sortOrder` instead. ||
37
+
|`utmSource`|*?string*|:heavy_minus_sign:| The UTM source of the short link. ||
38
+
|`utmMedium`|*?string*|:heavy_minus_sign:| The UTM medium of the short link. ||
39
+
|`utmCampaign`|*?string*|:heavy_minus_sign:| The UTM campaign of the short link. ||
40
+
|`utmTerm`|*?string*|:heavy_minus_sign:| The UTM term of the short link. ||
41
+
|`utmContent`|*?string*|:heavy_minus_sign:| The UTM content of the short link. ||
The parameter to group the analytics data points by. Defaults to `count` if undefined. Note that `trigger` is deprecated (use `triggers` instead), but kept for backwards compatibility.
3
+
The parameter to group the analytics data points by. Defaults to `count` if undefined.
0 commit comments