Skip to content

Commit

Permalink
Merge pull request #104 from apivideo/analytics-updates
Browse files Browse the repository at this point in the history
Analytics updates
  • Loading branch information
bot-api-video authored Nov 6, 2024
2 parents e23040b + 58b12ff commit ddffa6e
Showing 1 changed file with 17 additions and 1 deletion.
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

0 comments on commit ddffa6e

Please sign in to comment.