Skip to content

Commit

Permalink
AB2D-6408/BlastX team fix Tealium issues (#69)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/AB2D-6408

## 🛠 Changes

Issue: The utag.sync.js code snippet is currently loading the
cms-innovation profile.
Fix: Update the utag.sync.js code snippet to: <script
src="https://tealium-tags.cms.gov/cms-ab2d/prod/utag.sync.js"></script>

## ℹ️ Context

The BlastX team discovered a few issues with the Tealium code snippets
on the [ab2d.cms.gov](http://ab2d.cms.gov/) subdomain in multiple
environments.

## 🧪 Validation
dev: https://d2mq0f9b7t054b.cloudfront.net/
<img width="891" alt="Screenshot 2024-11-13 at 3 54 16 PM"
src="https://github.com/user-attachments/assets/4153a565-6997-4b84-9927-7e6ba18259d9">
impl: https://dyx9tyg1h7v8p.cloudfront.net/
<img width="882" alt="Screenshot 2024-11-13 at 3 55 29 PM"
src="https://github.com/user-attachments/assets/8a59bf14-80a4-43d1-bf31-290412536cfa">
  • Loading branch information
smirnovaae authored Nov 13, 2024
1 parent 1037636 commit bba20d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<!-- Within <head> of document below DataLayer snippet .
The utag.sync.js script should run as early as possible -->
<script src="https://tealium-tags.cms.gov/cms-innovations/prod/utag.sync.js"></script>
<script src="https://tealium-tags.cms.gov/cms-ab2d/prod/utag.sync.js"></script>

<!-- Loading utag.js script asynchronously -->
<script type="text/javascript">
Expand Down

0 comments on commit bba20d8

Please sign in to comment.