apps-sdk 1.0.166 → 1.0.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/libraries/AdJust.js +1 -0
package/package.json
CHANGED
package/src/libraries/AdJust.js
CHANGED
|
@@ -113,6 +113,7 @@ class AdJust {
|
|
|
113
113
|
Session.setAdjustAttribution(attribution);
|
|
114
114
|
if (MixPanel.isMixpanelInitialized()) {
|
|
115
115
|
for (let key in attribution) {
|
|
116
|
+
config.DEBUG_MODE && console.log('MixPanel Setting key: ' + key + ' with value: ' + attribution[key]);
|
|
116
117
|
MixPanel.mixpanel.getPeople().set(key, attribution[key]);
|
|
117
118
|
}
|
|
118
119
|
}
|