Skip to content
Snippets Groups Projects

PT で管理している属性値のグローバル変数出力する際のフォーマットを修正

Merged Ayumi Ishii requested to merge hotfix/nikkei-business-pt-global-var into master
Compare and
2 files
+ 6
6
Preferences
Compare changes
Files
2
@@ -15,7 +15,7 @@ function ptOnLoad() {
if (!isOptOut(context)) {
// オプトアウトされていなければサイトで扱う属性を更新する
updateLocalAttributes();
updateGlobalObject(context, context.ptGTMConfig.attributeKeys);
updateGlobalObject(context);
} else {
updateOptOutGlobalObject(context);
}