At what endpoint is the at.js retrieved by AEM? | Community
Skip to main content
Level 2
October 27, 2020
Solved

At what endpoint is the at.js retrieved by AEM?

  • October 27, 2020
  • 1 reply
  • 1020 views

I am encountering issues in integrating AEM with Target.

 

After creating a functioning IMS Configuration in Target, I have created the following Target configuration using my IMS Configuration:


But when I try to Connect to Adobe Target, I receive the following result:

 

I then proceeded to go and look at the logs, and it seems the end point that gets called is the following (the red part is the client code):

 

So basically https://mc.adobe.io/[client_code]/target/mboxes.
Which returns an error. Now I have verified that the client code is correct, so I am now wondering whether the whole endpoint might be wrong.

I have verified as well that the /target/mboxes part is hardcoded, so it's not like I can change it... but I am still wondering if there's a clear mistake I am making with this integration.


Thank you always for you support,

Parag.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vanegi

Hi Parag,

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 tenant id from the URL

 

Reference:

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

 

Thanks!!

1 reply

vanegi
Adobe Employee
vanegiAdobe EmployeeAccepted solution
Adobe Employee
October 27, 2020

Hi Parag,

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 tenant id from the URL

 

Reference:

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

 

Thanks!!

Level 2
October 28, 2020
Thank you, this was it. I was convinced the team responsible for Target had given me the correct informations, but it seems there had been a misunderstanding. Thank you again for prompting me to check back with them.