최근 검색


최근 검색 없음

Dan McDade's Avatar

Dan McDade

가입한 날짜: 2021년 5월 28일

·

마지막 활동: 2021년 10월 27일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Dan McDade

Dan McDade님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

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님이 에 댓글을 입력함

커뮤니티 댓글 Discussion - Tips and best practices from the community

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

댓글