Skip to content

Commit

Permalink
Analytics updates
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Oct 31, 2024
1 parent e23040b commit 70b6333
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 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,17 @@ 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.
example:
- http://my.list/of-videos
items:
format: uri
maxLength: 2048
type: string
type: array
type: object
x-is-deep-object: true
style: deepObject
Expand Down

0 comments on commit 70b6333

Please sign in to comment.