Skip to content

Commit

Permalink
fix: Correctly Set eVar30
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu committed Apr 15, 2024
1 parent 4f0b58f commit fff1173
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion aemeds/blocks/blog-list/blog-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
formatDate,
getLocaleInfo,
serviceNowDefaultOrigin,
getAnalyticsSiteName,
analyticsGlobalClickTrack,
analyticsCanonicStr,
} from '../../scripts/scripts.js';
Expand Down
1 change: 0 additions & 1 deletion aemeds/blocks/blog-topics/blog-topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
BLOG_FILTERS,
analyticsCanonicStr,
analyticsGlobalClickTrack,
getAnalyticsSiteName,
} from '../../scripts/scripts.js';
import { p, a } from '../../scripts/dom-helpers.js';

Expand Down
1 change: 0 additions & 1 deletion aemeds/blocks/blogheader/blogheader.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
BLOG_QUERY_INDEX,
analyticsCanonicStr,
analyticsGlobalClickTrack,
getAnalyticsSiteName,
getLocale,
getLocaleInfo,
} from '../../scripts/scripts.js';
Expand Down
1 change: 0 additions & 1 deletion aemeds/blocks/cards/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
getTopicTags,
getTemplate,
BLOG_QUERY_INDEX,
getAnalyticsSiteName,
analyticsGlobalClickTrack,
analyticsCanonicStr,
} from '../../scripts/scripts.js';
Expand Down
1 change: 0 additions & 1 deletion aemeds/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export function analyticsGlobalClickTrack(digitalData, event) {
event,
};


window.appEventData.push(data);
// eslint-disable-next-line no-console
console.log(JSON.stringify(data, undefined, 4));
Expand Down

0 comments on commit fff1173

Please sign in to comment.