Skip to content

Commit

Permalink
Pass through accountId in site level GAM.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 authored and B77Mills committed Oct 15, 2024
1 parent 61a50a8 commit 634eedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/truckersnews.com/config/gam.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const configureGAM = require('@randall-reilly/package-global/config/gam-tn');
const configureGAM = require('@randall-reilly/package-global/config/gam');

const config = configureGAM({ basePath: 'TruckersNews' });
const config = configureGAM({ basePath: 'TruckersNews', accountId: '313639551' });

config
.setAliasAdUnits('default', [
Expand Down

0 comments on commit 634eedd

Please sign in to comment.