最近の検索
最近の検索はありません

Dan McDade
参加日2021年5月28日
·
前回のアクティビティ2021年10月27日
フォロー中
0
フォロワー
0
合計アクティビティ
4
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Dan McDade
Dan McDadeさんがコメントを作成しました:
It looks like the reason that HelpCenter.user.id does not work is because it is not available in the javascript object.
https://gist.github.com/skipjac/8186753
I can see that the HelpCenter.user.identifier is available but this seems like it might be some sort of a hashed id value. Is there any documentation anywhere that I can refer to to understand how this value is hashed to decrypt this value into my user ids?
コメントを表示 · 投稿日時:2017年5月12日 · Dan McDade
0
フォロワー
0
投票
0
コメント
Dan McDadeさんがコメントを作成しました:
I wanted to include user.id in what I am sending to google analytics, but for some reason it does not seem to be working. I went through the steps listed and created 3 dimensions, the user.role, user.locale, and user.id. I can see the user.role and user.locale being populated but user.id is not. Any reason this might be?
//Capture User Role
ga('send', 'event', 'Help Center', 'User', {
'dimension1': HelpCenter.user.role,
'dimension2': HelpCenter.user.locale,
'dimension3': HelpCenter.user.id,
nonInteraction: true
});
Thanks!
コメントを表示 · 投稿日時:2017年5月11日 · Dan McDade
0
フォロワー
0
投票
0
コメント