Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

No match in backends for the given tenant id.

Avatar

Level 6

Trying to send a POST request to the Campaign API, I'm getting the following error,
"No match in backends for the given tenant id."

The campaign instance I'm using is a sandbox instance whose URL is https://acsXXXus.campaign-sandbox.adobe.com/ and the URL I'm trying to send the POST is 

https://mc.adobe.io/acsXXXus/campaign/mcAdobe/EVTcartAbandonment. I also tried changing the organization to acsXXXus.campaign-sandbox and acsXXXus.campaign-sandbox.adobe
But still I'm getting the same error. Any insights into this would be helpful. 

Thank you
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

API
1 Accepted Solution

Avatar

Correct answer by
Level 6

Thank you @SatheeskannaK I have been using Adobe I/O for the API interaction. After some exploration, I managed to uncover the root of the issue. Specifically, when dealing with sandbox instances, it's important to utilize the complete URL, such as acsXXXus.campaign-sandbox.adobe.com, as the organization ID. The issue is now resolved.

View solution in original post

8 Replies

Avatar

Level 6

Hi @jezwn ;

 

org ID would be your ACS url that you use to access and login to the application.

 

E.g. https://ABC.campaign.adobe.com/ 
https://ABC-mkt-stage1.campaign.adobe.com/

 

The values of ABC must be provided in place of Org ID in post request.

 

You org ID would be:- 

 

https://mc.adobe.io/ABC/campaign/profileAndServices/service/

 

Also make sure you got the right headers of the authorization and x-api-key etc. 

 

Regards

Abhishek

Avatar

Community Advisor

@jezwn, If you have to interact with ACS through API will have to use Adobe I/O. Take a look at this documentation page,

https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/troubleshooting.ht...

Thanks, Sathees

Avatar

Correct answer by
Level 6

Thank you @SatheeskannaK I have been using Adobe I/O for the API interaction. After some exploration, I managed to uncover the root of the issue. Specifically, when dealing with sandbox instances, it's important to utilize the complete URL, such as acsXXXus.campaign-sandbox.adobe.com, as the organization ID. The issue is now resolved.

Avatar

Level 6

However on a different note I'm facing some delivery issue with my transactional email. 
Below is a screenshot of the overall email delivery associated with my Real Time event.

Screenshot 2023-08-07 at 2.39.59 PM.png
But on checking the sending logs, below is what I see and I've not received any emails in my inbox as well.

Screenshot 2023-08-07 at 2.42.08 PM.png

Avatar

Community Advisor

@jezwn, the status will change from Pending to Sent after a few mins. Did you check the junk folder? What's the current status now?

Going forward, if you could open a separate thread for different issues would be great.

Thanks, Sathees

Avatar

Level 6

@SatheeskannaK Surely, will open a separate thread. Till now, the status remains 'pending'. I have taken the initiative to review my junk/spam folder, yet no deliveries have surfaced. Furthermore, I conducted an experiment by generating a new event and encountered the identical outcome. Could you kindly guide me through the steps to troubleshoot this situation?