From 0e7a6518726dc385134793b6ee84065703a811a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Vald=C3=A9s?= <4valdes@gmail.com> Date: Thu, 5 Sep 2024 12:40:01 -0600 Subject: [PATCH 1/3] chore: metadata.yaml --- metadata.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index 9afce29..d6cfc87 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -16,7 +16,5 @@ homepage: "https://company.justia.com/" documentation: "https://github.com/justia/gtm-pii-url-cleaner-variable" versions: # Latest version - - sha: f0798f48c8ee049985690501a1d84764cce2af5e - changeNotes: Update Documentation - - sha: 40202c4e83c3adbb0a3ad3288bfae767c756e19e + - sha: 5191ee559766a50faedccbf99d92459097335ca9 changeNotes: Initial Version From 76469a18b11bb3bbe823409e730b4125507e68af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Vald=C3=A9s?= <4valdes@gmail.com> Date: Tue, 10 Sep 2024 01:41:27 -0600 Subject: [PATCH 2/3] docs: update correct domain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50d7e74..b076bb7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Note that `foo` was not matched; therefore, the original value was retained. **Full Match Keys**: Checked Redacted URL: -`https://www.jmbm.com/?first_name=[redacted]&cellphone=123-456-7890&&foo=bar` +`https://example.com/?first_name=[redacted]&cellphone=123-456-7890&&foo=bar` Note that `phone` was not matched since the key is `cellphone`; therefore, the original value was retained. @@ -52,4 +52,4 @@ Note that `phone` was not matched since the key is `cellphone`; therefore, the o Make sure to default the `false` value to the initial input, in case any error happens during the replacement of the URL. ## Contributing -See our [contributing guidelines](CONTRIBUTING.md). \ No newline at end of file +See our [contributing guidelines](CONTRIBUTING.md). From c828131794d10d2ceeeefbc075e711261534f220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Vald=C3=A9s?= <4valdes@gmail.com> Date: Mon, 16 Sep 2024 14:04:16 -0600 Subject: [PATCH 3/3] docs: add shields into oc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b076bb7..6a925c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Google Tag Manager 'PII - URL Cleaner' Variable Template +[![Template Status](https://img.shields.io/badge/Community%20Template%20Gallery%20Status-published-green)](https://tagmanager.google.com/gallery/#/owners/justia/templates/gtm-pii-url-cleaner-variable) ![Repo Size](https://img.shields.io/github/repo-size/justia/gtm-pii-url-cleaner-variable) ![License](https://img.shields.io/github/license/justia/gtm-pii-url-cleaner-variable) + +--- + ## Summary This repository contains a [Google Tag Manager Variable template](https://developers.google.com/tag-manager/templates) that makes it possible to clean up URLs to remove any personally identifiable information (PII) before sending them to analytics or third-party platforms.