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

keremkulak
keremkulak
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
7

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by keremkulak
Customize the badges you want to showcase on your profile
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
Re: Getting Error while generating Access Token (ACS- API) - Adobe Campaign Standard 29-10-2019
I was also receiving an error and for me when I changed to x-www-form-urlencoded It worked just fine.

Views

8.3K

Likes

0

Replies

0
Re: Using search clause in reporting API and sorting data by metric - Adobe Analytics 03-05-2019
"dimension": "variables/page" this statement saved my whole week.Thank you

Views

1.3K

Likes

0

Replies

0