Hi there,
I am having an odd issue where only "User Management" is available as an Integration service via the Adobe Target I/O API. I need "Adobe Target" available. Is there something that needs to be configured to make this available?
Thanks in advance!
Brian
Solved! Go to Solution.
Brian,
I'm the PM for the Target API. It is a bug where the Target option got removed for new integrations on the console. There is no configuration required. If you are an admin on that marketing cloud account, you will start seeing Target in the drop down once we roll out the fix. The fix should be live before the end of this week or early next week. Sorry about the inconvenience. I will reply on this thread once it goes live.
Thanks
Ram
Any thoughts on this?
Views
Replies
Total Likes
Brian,
I'm the PM for the Target API. It is a bug where the Target option got removed for new integrations on the console. There is no configuration required. If you are an admin on that marketing cloud account, you will start seeing Target in the drop down once we roll out the fix. The fix should be live before the end of this week or early next week. Sorry about the inconvenience. I will reply on this thread once it goes live.
Thanks
Ram
Many thanks Ram! Appreciate the follow up on this.
Views
Replies
Total Likes
Hi Ram,
Thanks again for the review here. Curious if the patch has been rolled out yet?
Cheers,
Brian
Views
Replies
Total Likes
Brian,
Sorry, it hasn't. We tested this on our staging today. I am expecting the fix to rollout to production tomorrow by end of day.
Thanks,
Ram
Views
Replies
Total Likes
Brian,
The bug was fixed. You should now be seeing 'Adobe Target' as an integration service in the Adobe.io console. Please don't hesitate to reach out to me if you need any help with the APIs.
Thanks,
Ram
Views
Replies
Total Likes
Awesome! Many thanks Ram! Look forward to connecting at Summit!
Views
Replies
Total Likes
Hi Ram,
I am not able to generate JWT token using private key. Will be great if will provide me the steps to trigger below two curl commands.
Request
curl -X POST \
https://ims-na1.adobelogin.com/ims/exchange/v1/jwt \
-H 'cache-control: no-cache' \
-H 'content-type: application/x-www-form-urlencoded' \
-d 'jwt_token={encoded-jwt}&client_id={client-id}&client_secret={client-secret}'
From above curl command I will get your-bearer-token
with the access token that generate with JWT
curl -X GET \
'https://mc.adobe.io/<your-tenant-name>/target/offers?limit=10' \
-H 'authorization: Bearer <your-bearer-token>' \
-H 'cache-control: no-cache' \
-H 'content-type: application/vnd.adobe.target.v1+json' \
-H 'x-api-key: <your-api-token>'
@Note - I have api-token , Tenant but struggling with <your-bearer-token> and <jwt_token>
Thanks in advance
Pankaj K Sarkar
Views
Replies
Total Likes
Hi Pankaj. Please check this forum thread where I have provided detailed steps to generate the JWT token. Adobe Target Admin API error code:403003, API key is invalid
If you still have issues please reach out to the Adobe IO team by submitting a support ticket. Here's the link .
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies