コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

No match in backends for the given tenant id.

Avatar

Level 7

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
トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

API
1 受け入れられたソリューション

Avatar

正解者
Level 7

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.

元の投稿で解決策を見る

8 返信

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

Level 7

Thank you. 
However the ACS URL I use to access campaign is https://acsXXXus.campaign-sandbox.adobe.com/

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

正解者
Level 7

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 7

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 7

@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?

Avatar

Level 7