Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntentIq ID & Analytics Modules: GDPR support and update documentation #12738

Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2109696
AGT-389: CMP data to module
dmytro-po Jan 17, 2025
eb87bc0
AGT-389: Analytics refactoring and changes after PR review
dmytro-po Jan 20, 2025
6c31104
AGT-389: Parameters description, some edits
dmytro-po Jan 21, 2025
02e5551
Merge branch 'master' into AGT-389-gdpr-in-modules-and-return-old-params
dmytro-po Jan 21, 2025
d46c22b
AGT-389: CMP data tests
dmytro-po Jan 23, 2025
9c3740b
Merge branch 'AGT-389-gdpr-in-modules-and-return-old-params' of https…
dmytro-po Jan 23, 2025
71fe93c
AGT-389: Tests fix, export fpd
dmytro-po Jan 27, 2025
faa91d2
AGT-389: Fix uh parameter encoding
dmytro-po Jan 27, 2025
2f0eaa8
AGT-389: Refactoring, test for new user
dmytro-po Jan 28, 2025
8766b6b
fix linter
DimaIntentIQ Jan 28, 2025
2ccffd6
AGT-389: Minor fixes
dmytro-po Jan 29, 2025
d207f11
Resolve merge conflicts
dmytro-po Jan 29, 2025
5a9a2f5
AGT-389: Fix getIntentIqConfig method
dmytro-po Jan 29, 2025
1ca581e
AGT-389: Gdpr detected tests, fix gdpr requests addresses
dmytro-po Feb 3, 2025
6ed023f
AGT-389: Removed functionality partner to provide cmp data
dmytro-po Feb 10, 2025
9348638
AGT-389: Clear extra comments, fix test
dmytro-po Feb 10, 2025
64193d7
AGT-389: Removed allow optons for cmpData
dmytro-po Feb 12, 2025
11f7896
AFT-399: Change getCmpData
dmytro-po Feb 21, 2025
69e2586
AFT-399: Change comment
dmytro-po Feb 21, 2025
851a7c6
AFT-399: Delete comment
dmytro-po Feb 21, 2025
ce12a7a
Merge branch 'master' into AGT-389-gdpr-in-modules-and-return-old-params
dmytro-po Feb 24, 2025
4929ccc
gdprApplies, refactoring, fix tests
dmytro-po Feb 25, 2025
da1daae
AGT-389: Refactoring storageUtils
dmytro-po Feb 25, 2025
bf0d917
AGT-389: Change version
dmytro-po Feb 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
AFT-399: Delete comment
  • Loading branch information
dmytro-po committed Feb 21, 2025
commit 851a7c6fd7a68a486d8d15939a112e68a46815ce
1 change: 0 additions & 1 deletion modules/intentIqIdSystem.js
Original file line number Diff line number Diff line change
@@ -208,7 +208,6 @@ export const intentIqIdSubmodule = {
let runtimeEids = { eids: [] };
const allowedStorage = defineStorageType(config.enabledStorageTypes);

// Get consent information from CMP
let rrttStrtTime = 0;
let partnerData = {};
let shouldCallServer = false;
Loading
Oops, something went wrong.