diff --git a/packages/marko-web-identity-x/config.js b/packages/marko-web-identity-x/config.js index 498c6bb18..b4503e1af 100644 --- a/packages/marko-web-identity-x/config.js +++ b/packages/marko-web-identity-x/config.js @@ -110,7 +110,7 @@ class IdentityXConfiguration { return this.getAsArray('requiredServerFields'); } - getGTMUserFieldsData(user) { + getGTMUserData(user) { if (!user) return {}; const questions = this.getAsObject('gtmUserFields'); const userData = { user_id: user.id };