Skip to content

Commit

Permalink
🔧 chore: remove unused Google Tag Manager IDs from config files
Browse files Browse the repository at this point in the history
Removed unused Google Tag Manager (GTM) IDs from configuration files.
- Deleted GTM ID from project page, user page, and main configuration files.

Files affected:
- `_config-examples/project-page/_config.yml`
- `_config-examples/user-page/_config.yml`
- `_config.yml`
  • Loading branch information
chriskyfung committed Nov 30, 2024
1 parent fd068e8 commit d054b06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion _config-examples/project-page/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cse_id: 011006674894885990812:tjln7k0nyjx

# Analytics
ga4: 'G-HP4LN87NJE' # Google Analytics 4 Measurement ID
gtm: 'GTM-WQMQK3X' # Google Tag Manager ID

# Google Ads
adsense:
Expand Down
1 change: 0 additions & 1 deletion _config-examples/user-page/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cse_id: 011006674894885990812:tjln7k0nyjx

# Analytics
ga4: 'G-HP4LN87NJE' # Google Analytics 4 Measurement ID
gtm: 'GTM-WQMQK3X' # Google Tag Manager ID

# Google Ads
adsense:
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ cse_id: 011006674894885990812:tjln7k0nyjx

# Analytics
ga4: 'G-HP4LN87NJE' # Google Analytics 4 Measurement ID
gtm: 'GTM-WQMQK3X' # Google Tag Manager ID

# Google Ads
adstyle: true
Expand Down

0 comments on commit d054b06

Please sign in to comment.