Skip to content

Commit

Permalink
Yandex Analytics Adapter: added ad rendering analytics (prebid#11374)
Browse files Browse the repository at this point in the history
  • Loading branch information
enovikov11 committed Apr 24, 2024
1 parent f9fa9b4 commit be66a45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/yandexAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const {
BIDDER_DONE,
AUCTION_END,
BID_TIMEOUT,
AD_RENDER_FAILED,
AD_RENDER_SUCCEEDED,
BIDDER_ERROR,
} = EVENTS;

export const EVENTS_TO_TRACK = [
Expand All @@ -42,6 +45,9 @@ export const EVENTS_TO_TRACK = [
BIDDER_DONE,
AUCTION_END,
BID_TIMEOUT,
AD_RENDER_FAILED,
AD_RENDER_SUCCEEDED,
BIDDER_ERROR,
];

const yandexAnalytics = Object.assign(buildAdapter({ analyticsType: 'endpoint' }), {
Expand Down

0 comments on commit be66a45

Please sign in to comment.