Skip to content

Commit

Permalink
Added GVLID to Media.net Analytics Adapter (#5789)
Browse files Browse the repository at this point in the history
Co-authored-by: monis.q <[email protected]>
  • Loading branch information
monis0395 and monisq authored Sep 25, 2020
1 parent 7aff389 commit 0fd7205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/medianetAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,8 @@ medianetAnalytics.enableAnalytics = function (configuration) {

adapterManager.registerAnalyticsAdapter({
adapter: medianetAnalytics,
code: 'medianetAnalytics'
code: 'medianetAnalytics',
gvlid: 142,
});

export default medianetAnalytics;

0 comments on commit 0fd7205

Please sign in to comment.