Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

d1g1
d1g1
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by d1g1
Customize the badges you want to showcase on your profile
Workspace Histogram: Counting Method - Adobe Analytics 07-04-2020
Hello Everyone, I like the histogram very much; however, with the current implementation it is not very helpful for our business units and their requests. What I think of to improve it: Allow custom counting methods, i.e. based on eVars. The concrete use case is that I would rather like to use pseudonymized customer IDs instead of Unique Visitors. Almost all requests are on customer level, not on device level/Visitor ID. I understand that there are potential issues like consistency or custom exp...

Views

867

Likes

0

Replies

0
Re: JWT access token: How can I change the expiration? - Adobe Analytics 25-03-2020
I'm also having trouble getting this to work correctly. Following Adobe's guidelines, 'exp' should be set as POSIX time (seconds since the Epoch).That can be implemented in Javascript like this: const thirtyMinutesFromNowInSeconds = (Date.now() / 1000) + 30 * 60; However, changing the seconds affects the access token response very little. It seems that no matter what I enter, I get expires_in: 86399995 as the response.Building on this, I think the 'expires_in' parameter returned in the access to...

Views

29.7K

Likes

0

Replies

0