Skip to content

Commit

Permalink
feat: audio and viewability support (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
peku33 authored Sep 24, 2024
1 parent fdfd279 commit 2e0545c
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 112 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v13.0.0
- [breaking change] current `viewability` metric has been renamed to `ssp_viewability`. We are leaving compatibility layer in the api until 2024-12-31.
- added audio related metrics: `audio_complete_listens`, `ecpl`, `acr`.
- added viewability related metrics: `viewability_measurability`, `viewability_viewability`, `evcpm`.
- added visits related metrics: `visits_count`, `cpvisit`.

# v12.0.0
- [breaking change] Stats (`schema.Stats`, returned from `get_rtb_stats` and `get_summary_stats`) metrics: `imps_count`, `clicks_count`, `conversions_count`, `video_complete_views` are now represented as float type, to reflect actual api responses. Fractional metrics may appear in certain scenarios, eg. for custom grouping and/or as a result of manual adjustment.

Expand Down
Loading

0 comments on commit 2e0545c

Please sign in to comment.