Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics updates #104

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,10 @@ components:
\ the browser used by the viewers. Response values can include `chrome`, `firefox`,\
\ `edge`, `opera`.\n- `tag`: Returns analytics for videos using this tag.\
\ This filter only accepts a single value and is case sensitive. Read more\
\ about tagging your videos [here](https://docs.api.video/vod/tags-metadata).\n"
\ about tagging your videos [here](https://docs.api.video/vod/tags-metadata).\n\
- `referrer`: Filters data based on the URL where the view is originating\
\ from. Accepts an empty string as a value to filter view events where no\
\ referrer is available.\n"
example: filterBy[country]=FR&filterBy[operatingSystem]=windows&filterBy[browser][]=firefox&filterBy[browser][]=chrome&filterBy[tag]=Cool
videos
explode: true
Expand Down Expand Up @@ -927,6 +930,19 @@ components:
your videos [here](https://docs.api.video/vod/tags-metadata).
example: Cool videos
type: string
referrer:
description: |-
Filters data based on the URL where the view is originating from. This filter parameter accepts an empty string to filter view events where no referrer is available.

- The API filters for exact matches. Include the trailing `/` characters if needed.
- The URLs you add must be URL encoded.
example:
- https%3A%2F%2Fmy-awesome-videos.com
items:
format: uri
maxLength: 2048
type: string
type: array
type: object
x-is-deep-object: true
style: deepObject
Expand Down
Loading