diff --git a/packages/sui-pde/src/adapters/optimizely/index.js b/packages/sui-pde/src/adapters/optimizely/index.js index ac62cf1d0..844061b7c 100644 --- a/packages/sui-pde/src/adapters/optimizely/index.js +++ b/packages/sui-pde/src/adapters/optimizely/index.js @@ -217,7 +217,10 @@ export default class OptimizelyAdapter { * @returns {object} */ getAllFeatureVariables({featureKey, attributes}) { - return this._optimizely.getAllFeatureVariables(featureKey, this._userId, attributes) + return this._optimizely.getAllFeatureVariables(featureKey, this._userId, { + ...this._applicationAttributes, + ...attributes + }) } updateConsents({hasUserConsents}) {