Skip to content

Commit

Permalink
fix: update GTM tag to new version (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored Sep 16, 2019
1 parent 6e3584b commit 92fa199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/utils/analytics/gtm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface EventOptions {
export const GTM_ID = GTM_CONFIG.ID;

export const GTM_URL = [
`https://www.googletagmanager.com/gtag/js?id=${GTM_CONFIG.ID}`,
`https://www.googletagmanager.com/gtm.js?id=${GTM_CONFIG.ID}`,
GTM_CONFIG.AUTH && `gtm_auth=${GTM_CONFIG.AUTH}`,
GTM_CONFIG.PREVIEW && `gtm_preview=${GTM_CONFIG.PREVIEW}`,
GTM_CONFIG.COOKIES_WIN && `gtm_cookies_win=${GTM_CONFIG.COOKIES_WIN}`,
Expand Down

0 comments on commit 92fa199

Please sign in to comment.