Hi Team,
I followed the codelab tutorial to setup Customer Dashboard and it returns 0 profiles. The specific error in the console is :
"error": "missing parameter(s) 'tenant'"
We have followed the steps in the document and have entered the ACS tenant.
Our ACS Sandbox is of the following format : https://xxxxxxx.campaign-sandbox.adobe.com/
Can anyone please advise on why our tenant is not recognized?
S
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Add following in the .env file when the app is not running -
CAMPAIGN_STANDARD_TENANT=xxxxxxx.campaign-sandbox.adobe.com
Views
Replies
Total Likes
Views
Replies
Total Likes
hi @misterocean1112 - does the same call return profiles if you make a normal API call using the same tenant? For example:
curl -X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
Views
Replies
Total Likes
I had similar issue and tried as you mentioned @duypnguyen with Postman and got following error
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies