-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.tpl
More file actions
390 lines (366 loc) · 11.4 KB
/
template.tpl
File metadata and controls
390 lines (366 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
___TERMS_OF_SERVICE___
By creating or modifying this file you agree to Google Tag Manager's Community
Template Gallery Developer Terms of Service available at
https://developers.google.com/tag-manager/gallery-tos (or such other URL as
Google may provide), as modified from time to time.
___INFO___
{
"type": "MACRO",
"id": "cvt_temp_public_id",
"version": 1,
"securityGroups": [],
"displayName": "Exclude or Whitelist Query String Parameters",
"description": "Exclude or Whitelist Query String Parameters from page_location or any Variable with a valid URL-parameter. Parameters can be Removed or Redacted. Output can be with or without URL/Path.",
"categories": [
"UTILITY",
"TAG_MANAGEMENT",
"ANALYTICS"
],
"containerContexts": [
"SERVER"
]
}
___TEMPLATE_PARAMETERS___
[
{
"type": "SELECT",
"name": "urlInput",
"displayName": "Page URL",
"macrosInSelect": true,
"selectItems": [
{
"value": "urlInputDefault",
"displayValue": "page_location"
}
],
"simpleValueType": true,
"defaultValue": "urlInputDefault",
"help": "Enter a URL variable. \u003cstrong\u003epage_location\u003c/strong\u003e is predefined, but you can choose any variable with a valid URL.",
"alwaysInSummary": true
},
{
"type": "GROUP",
"name": "outputGroup",
"displayName": "Output Result",
"groupStyle": "NO_ZIPPY",
"subParams": [
{
"type": "SELECT",
"name": "outputResult",
"displayName": "Parameter Output Result",
"selectItems": [
{
"value": "url",
"displayValue": "Page URL with Parameters"
},
{
"value": "path",
"displayValue": "Page Path with Parameters"
},
{
"value": "paramq",
"displayValue": "Parameters with Question Mark"
},
{
"value": "param",
"displayValue": "Parameters without Question Mark"
},
{
"value": "urlwoq",
"displayValue": "Page URL without Parameters"
}
],
"simpleValueType": true,
"defaultValue": "url",
"help": "Output Result can be:\u003cbr/\u003e\n \u003cb\u003ePage URL with Parameters\u003c/b\u003e (https://domain.com/path?query\u003dsomething).\n\u003cbr /\u003e \u003cb\u003ePage Path with Query\u003c/b\u003e (/path?query\u003dsomething).\n \u003cbr /\u003e\u003cb\u003eParameters with Question Mark\u003c/b\u003e (?query\u003dsomething). \n\u003cbr /\u003e\u003cb\u003eParameters without Question Mark\u003c/b\u003e (query\u003dsomething).\n\u003cbr /\u003e \u003cb\u003ePage URL without Parameters\u003c/b\u003e (https://domain.com/path).",
"alwaysInSummary": true
},
{
"type": "CHECKBOX",
"name": "paramLowerCase",
"checkboxText": "Lowercase Parameters",
"simpleValueType": true,
"help": "Parameter matching is by default \u003cb\u003eCase Sensitive\u003c/b\u003e. By ticking this box, all incoming parameters will be \u003cb\u003elowercased\u003c/b\u003e.",
"alwaysInSummary": true,
"enablingConditions": [
{
"paramName": "outputResult",
"paramValue": "urlwoq",
"type": "NOT_EQUALS"
}
]
},
{
"type": "CHECKBOX",
"name": "redactEmail",
"checkboxText": "Redact Email Adresses",
"simpleValueType": true,
"help": "Redacts possible email adresses independent of the Parameter matching. \u003cbr/\u003e\u003cbr/\u003e\nAlso \u003cstrong\u003eWhitelisted parameteres\u003c/strong\u003e will be checked.\u003cbr/\u003e\u003cbr/\u003e If an email is found, the email adress will be replaced with \u003cstrong\u003e[EMAIL REDACTED]\u003c/strong\u003e.",
"alwaysInSummary": true,
"enablingConditions": [
{
"paramName": "outputResult",
"paramValue": "urlwoq",
"type": "NOT_EQUALS"
}
]
}
]
},
{
"type": "GROUP",
"name": "groupChoice",
"groupStyle": "NO_ZIPPY",
"subParams": [
{
"type": "RADIO",
"name": "paramInputChoice",
"displayName": "Whitelist or Exclude Query Parameters",
"radioItems": [
{
"value": "paramWhitelist",
"displayValue": "Whitelist Parameters"
},
{
"value": "paramExclude",
"displayValue": "Exclude Parameters"
}
],
"simpleValueType": true,
"defaultValue": "paramWhitelist",
"help": "Choose if the Parameters you add should be \u003cb\u003eWhitelisted\u003c/b\u003e (included) or \u003cb\u003eExcluded\u003c/b\u003e."
},
{
"type": "SELECT",
"name": "removeRedactChoice",
"displayName": "Remove or Redact Parameter Value",
"macrosInSelect": false,
"selectItems": [
{
"value": "paramRedact",
"displayValue": "Redact"
},
{
"value": "paramRemove",
"displayValue": "Remove"
}
],
"simpleValueType": true,
"subParams": [
{
"type": "TEXT",
"name": "paramRedactText",
"displayName": "Redact Replacement Text",
"simpleValueType": true,
"enablingConditions": [
{
"paramName": "removeRedactChoice",
"paramValue": "paramRedact",
"type": "EQUALS"
}
],
"defaultValue": "[REDACTED]",
"help": "Select which text to use to \u003cstrong\u003ereplace\u003c/strong\u003e the redacted parameter \u003cstrong\u003evalue\u003c/strong\u003e. As standard \u003cstrong\u003e[REDACTED]\u003c/strong\u003e is used."
}
],
"help": "Choose if Parameters should be \u003cb\u003eRemoved\u003c/b\u003e, or if the Parameter value should be \u003cb\u003eRedacted\u003c/b\u003e."
},
{
"type": "LABEL",
"name": "excludeInfo",
"displayName": "Add \u003cb\u003eQuery Parameters\u003c/b\u003e for \u003cb\u003eExclusion\u003c/b\u003e",
"enablingConditions": [
{
"paramName": "paramInputChoice",
"paramValue": "paramExclude",
"type": "EQUALS"
}
]
},
{
"type": "LABEL",
"name": "whitelistInfo",
"displayName": "Add \u003cb\u003eQuery Parameters\u003c/b\u003e for \u003cb\u003eWhitelisting\u003c/b\u003e",
"enablingConditions": [
{
"paramName": "paramInputChoice",
"paramValue": "paramWhitelist",
"type": "EQUALS"
}
]
},
{
"type": "SELECT",
"name": "inputMethod",
"displayName": "Select Add Parameter Input",
"macrosInSelect": false,
"selectItems": [
{
"value": "table",
"displayValue": "Add Parameters to Table"
},
{
"value": "textfield",
"displayValue": "Add Parameters to Text Field"
}
],
"simpleValueType": true
},
{
"type": "SIMPLE_TABLE",
"name": "queryParamTable",
"displayName": "Parameter Table",
"simpleTableColumns": [
{
"defaultValue": "",
"displayName": "",
"name": "queryParam",
"type": "TEXT",
"valueValidators": [
{
"type": "NON_EMPTY"
}
]
}
],
"newRowButtonText": "Add Parameter",
"valueValidators": [
{
"type": "NON_EMPTY"
}
],
"enablingConditions": [
{
"paramName": "inputMethod",
"paramValue": "textfield",
"type": "NOT_EQUALS"
}
]
},
{
"type": "TEXT",
"name": "queryParamText",
"displayName": "Parameter Text Field",
"simpleValueType": true,
"valueValidators": [
{
"type": "NON_EMPTY"
}
],
"textAsList": true,
"help": "Add \u003cstrong\u003eone\u003c/strong\u003e parameter per line.",
"enablingConditions": [
{
"paramName": "inputMethod",
"paramValue": "textfield",
"type": "EQUALS"
}
],
"alwaysInSummary": true,
"lineCount": 10
}
],
"enablingConditions": [
{
"paramName": "outputResult",
"paramValue": "urlwoq",
"type": "NOT_EQUALS"
}
]
}
]
___SANDBOXED_JS_FOR_SERVER___
const decodeUri = require('decodeUri');
const getEventData = require('getEventData');
const parseUrl = require('parseUrl');
let urlInput = parseUrl(data.urlInput === 'urlInputDefault' ? getEventData('page_location') : data.urlInput);
if(urlInput) {
const fullURL = decodeUri(urlInput.href);
if(data.outputResult === 'urlwoq') {
return fullURL.split("?")[0];
} else {
let urlSplit = fullURL.split("?");
let queryStringNew = [];
if(fullURL.indexOf("?") > -1) {
let queryURL = data.paramLowerCase ? urlSplit[1].toLowerCase() : urlSplit[1] ;
queryURL = queryURL.split("&");
const redactText = data.paramRedactText;
const emailRegEx = '[aA-zZ0-9._]+@[aA-zZ0-9.-]+.[aA-zZ][&?]|[aA-zZ0-9._]+@[aA-zZ0-9.-]+.[aA-zZ]';
const paramQuery = data.queryParamText ? data.queryParamText.map(x => x) : data.queryParamTable.map(x => x.queryParam);
for(var query of queryURL){
if(data.redactEmail) {
const emailMatch = query.match(emailRegEx);
if(emailMatch) {
query = query.replace(emailMatch,'[EMAIL REDACTED]');
}
}
if(data.paramInputChoice === "paramWhitelist"){
if(paramQuery.indexOf(query.split("=")[0]) > -1){
queryStringNew.push(query);
} else if(data.removeRedactChoice === "paramRedact"){
queryStringNew.push(query.split("=")[0] + "=" + redactText);
}
} else if(data.paramInputChoice === "paramExclude"){
if(paramQuery.indexOf(query.split("=")[0]) === -1){
queryStringNew.push(query);
} else if(data.removeRedactChoice === "paramRedact"){
queryStringNew.push(query.split("=")[0] + "=" + redactText);
}
} else {
queryStringNew(urlSplit[1]);
}
}
}
const questionMark = queryStringNew != '' ? '?' : '';
switch (data.outputResult) {
case 'url':
return urlSplit[0]+questionMark+queryStringNew.join('&');
case 'path':
return urlInput.pathname+questionMark+queryStringNew.join('&');
case 'paramq':
return questionMark+queryStringNew.join('&');
case 'param':
return queryStringNew.join('&');
}
}
}
___SERVER_PERMISSIONS___
[
{
"instance": {
"key": {
"publicId": "read_event_data",
"versionId": "1"
},
"param": [
{
"key": "keyPatterns",
"value": {
"type": 2,
"listItem": [
{
"type": 1,
"string": "page_location"
}
]
}
},
{
"key": "eventDataAccess",
"value": {
"type": 1,
"string": "specific"
}
}
]
},
"clientAnnotations": {
"isEditedByUser": true
},
"isRequired": true
}
]
___TESTS___
scenarios: []
___NOTES___
Created on 8/14/2021, 6:18:55 PM