Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
Updated Target AT Property
  • Loading branch information
davenichols-DHLS authored Jun 10, 2024
1 parent e43492c commit 364942f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function decorateMain(main) {
// Adobe Taget ID
function targetPageParams() {
return {
'at_property': '7116743c-e3a2-ec5b-d624-96c83ba8b9df'
'at_property': '08436c44-3085-b335-a1c4-03f14ae5226a'
};
}

Expand Down Expand Up @@ -255,7 +255,7 @@ async function getAndApplyOffers() {
let atjsPromise = Promise.resolve();
if (getMetadata('target')) {
atjsPromise = initATJS('./at.js', {
at_property: '7116743c-e3a2-ec5b-d624-96c83ba8b9df',
at_property: '08436c44-3085-b335-a1c4-03f14ae5226a',
clientCode: 'danaher',
serverDomain: 'danaher.tt.omtrdc.net',
imsOrgId: '08333E7B636A2D4D0A495C34@AdobeOrg',
Expand Down

0 comments on commit 364942f

Please sign in to comment.