Skip to content

Commit

Permalink
Update template for GTM v4
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Nov 27, 2024
1 parent e2b4d42 commit e7e0c8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Google may provide), as modified from time to time.
___INFO___

{
"displayName": "Snowplow v3 Ecommerce",
"description": "Instrument your Snowplow Ecommerce tracking with Snowplow JavaScript tracker library (v3).",
"displayName": "Snowplow Ecommerce",
"description": "Instrument your Snowplow Ecommerce tracking with Snowplow JavaScript tracker library.",
"__wm": "VGVtcGxhdGUtQXV0aG9yX1Nub3dwbG93QW5hbHl0aWNzVjNUYWctU2ltby1BaGF2YQ\u003d\u003d",
"securityGroups": [],
"categories": [
Expand Down Expand Up @@ -696,7 +696,7 @@ const templateStorage = require('templateStorage');
const SNOWPLOW_WINDOW_NAMESPACE = 'GlobalSnowplowNamespace';
const SNOWPLOW_TRACKER_LIST = 'snowplow_tracker_list';
const SNOWPLOW_GLOBAL_NAME = 'snowplow';
const ERROR_LOG_PREFIX = '[ERROR GTM / Snowplow v3 Ecommerce] ';
const ERROR_LOG_PREFIX = '[ERROR GTM / Snowplow Ecommerce] ';
const PLUGIN_PKG = '@snowplow/browser-plugin-snowplow-ecommerce@';
const PLUGIN_DIST = '/dist/index.umd.min.js';
const JSDELIVR = 'https://cdn.jsdelivr.net/npm/';
Expand Down Expand Up @@ -2398,3 +2398,5 @@ setup: |-
___NOTES___

Created on 16/10/2023, 09:46:49


0 comments on commit e7e0c8e

Please sign in to comment.