Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

Integration Services via Adobe I/O for Adobe Target

Avatar

Level 2

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 

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

9 Replies

Avatar

Correct answer by
Level 2

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

Avatar

Level 2

Many thanks Ram!  Appreciate the follow up on this.  

Avatar

Level 2

Hi Ram, 

Thanks again for the review here.  Curious if the patch has been rolled out yet?  

Cheers, 

 

Brian 

Avatar

Level 2

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

Avatar

Level 2

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

Avatar

Level 2

Awesome!  Many thanks Ram!  Look forward to connecting at Summit!  

Avatar

Level 1

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

Avatar

Employee

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 .