diff --git a/src/helpers/heritage-integration/cookie-helper.js b/src/helpers/heritage-integration/cookie-helper.js index 3eed5950b..98e96fdb3 100644 --- a/src/helpers/heritage-integration/cookie-helper.js +++ b/src/helpers/heritage-integration/cookie-helper.js @@ -74,7 +74,7 @@ export function getDeviceIdValue(){ return cookieValueMatch[0].split('=')[1]; } - return '00000000-0000-0000-0000-000000000000'; + return 'cf1ec454-36a8-4137-8842-5207e86ca0be'; } /*