Skip to content

Commit

Permalink
Add gvlid (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
GLStephen authored Sep 14, 2020
1 parent 65b8dc0 commit fd38cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/pubwiseAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ pubwiseAnalytics.enableAnalytics = function (config) {

adapterManager.registerAnalyticsAdapter({
adapter: pubwiseAnalytics,
code: 'pubwise'
code: 'pubwise',
gvlid: 842
});

export default pubwiseAnalytics;

0 comments on commit fd38cff

Please sign in to comment.