Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Target integration with AEM 6.5 via IMS

Avatar

Level 10

Hi everyone,

I have faced a challenge to integrate Adobe Target with AEM 6.5 via IMS. The IMS has been configured, the status is OK (Token retrieved successfully). However, when integrating Target either via "AEM Cloud Services Opt-In" dialog or via Cloud Services configuration an error message "Get mboxes request failed!" pops up.

Does anyone know the cause of this error?

---

aem-target-01.pngaem-target-02.png

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Andrey,

Please check if you have provided IMS Tenant ID as your client code, It is not same as the client code used for earlier integration.

Client code - IMS Tenant ID, can be obtained from Adobe Experience Cloud > Launch Target > Copy IMS teant id from the URL

Reference:

Adobe Experience Manager Help | Understanding Adobe Target Standard integration with AEM Sites

Thanks,

Amuthesan.

View solution in original post

15 Replies

Avatar

Level 10

Thank you for the links but they are irrelevant to the question above.

Avatar

Administrator

I was suggesting another way if in case it was bit urgent. I did via Adobe Launch integrations in Adobe I/O.



Kautuk Sahni

Avatar

Level 10

Thank you. The integration I am challenged by also leverages Adobe I/O (this is what I called IMS — IMS Configuration leverages Adobe I/O).

Look forward for other replies

Avatar

Employee Advisor

Setting up a DEBUG logger on the following classes should provide more details about the failure.

com.day.cq.personalization

com.day.cq.analytics.testandtarget

Avatar

Correct answer by
Level 2

Hi Andrey,

Please check if you have provided IMS Tenant ID as your client code, It is not same as the client code used for earlier integration.

Client code - IMS Tenant ID, can be obtained from Adobe Experience Cloud > Launch Target > Copy IMS teant id from the URL

Reference:

Adobe Experience Manager Help | Understanding Adobe Target Standard integration with AEM Sites

Thanks,

Amuthesan.

Avatar

Level 10

Amuthesan,

The Client code is always required and was set as needed. Do you have any insights about the error message I shared in the question?

Avatar

Level 2

Hi Andrey,

I ran in to the same error as you during my attempt at integration. While I trigger the health check AEM connects to Adobe IO to get mbox list. Please check the logs there should be clear information on to why it is failing for you.

If it helps, the error that I ran into,

From the logs I came to know that AEM was trying to connect to the Adobe IO via url,

https://mc.adobe.io/<clientcode>.experiencecloud/target/mboxes

Since the client code was incorrect it failed with message,

{"error_code":"502061","message":"Bad Gateway. No tenant associated with the user profile."}

Updating the client code as per the reference in my previous post, addressed the problem.

Thanks,

Amuthesan

Avatar

Employee

Ran into the same issue in AEM 6.5.2. As Amuthesan said, now the tenant ID is required

Avatar

Level 1

Do we have a fix for this yet? Same issue and my clientID is 100% correct. Looks like the integration might be broken.

Avatar

Employee

Yes we have a solution - you now have to use the "tenant id" where it asks for the "adobe id". The tenant id is part of the URL when you open target:

https://<<tenantid>>.experiencecloud.adobe.com/content/mac/<<tenantid>>/target/activities.html

Avatar

Level 1

It only provides you option to set the Client Code?

2019-10-02_13-01-26.png

Avatar

Employee

"Client Code" not "Adobe ID" - sorry.

But yes - this is the field. It says "Client Code" but you have to enter the "Tenant ID". I didn't use the wizard, though but created the Integration "manual" in the Cloud Configuration. But I would assume the wizard mixes up the labels, too.

Avatar

Employee Advisor

Anyone facing this issue should note that the "client code" expected in this dialog is actually the org id or the tenant id. For example if your cloud product URL is https://experience.adobe.com/#/@aes1448/target

or 

https://aes1448.experiencecloud.adobe.com/

 

Then your "client code" is "aes1448" for that dialog.

 

I have tested it works with that value.

Avatar

Level 1

In my particular case, solving this problem was a bit different.

As some of you were mentioning to look for the URL where the client code can be found, it was not obvious at first to me.

I assumed that I was able to just use the client code that was provided within:

  • Adobe Target > Administration > Implementation

Like down below:

CJAcolad_1-1695904520380.png

However for some reason, copying the client code from this page did not work.

As I was trying to figure out to solve this particular problem, I realized that with if the client code is available within the url like one of u suggested.

CJAcolad_2-1695904718739.png

Even though the client code presented within the URL is not equal to the client code presented within the screen,

I managed to make this work by using the client code from the URL!

 

Hopefully, this example might help someone else as well.

 

Have a good day!