Skip to content

Commit

Permalink
Revert "[MWPW-145131] Send locale and language code to analytics" (#2661
Browse files Browse the repository at this point in the history
)

Revert "[MWPW-145131] Send locale and language code to analytics (#2600)"

This reverts commit 04e687f.
  • Loading branch information
mokimo authored Jul 31, 2024
1 parent 30426d1 commit 8232146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/martech/martech.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const loadMartechFiles = async (config) => {
setDeep(
window,
'alloy_all.data._adobe_corpnew.digitalData.page.pageInfo.language',
{ locale: config.locale.prefix.replace('/', ''), langCode: config.locale.ietf },
config.locale.ietf,
);
setDeep(window, 'digitalData.diagnostic.franklin.implementation', 'milo');

Expand Down

0 comments on commit 8232146

Please sign in to comment.