If the test status just says something empty like this, does this mean nothing went through to the action?
Test status
{1 item
"instances" : [0 items ]
}
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Start with this tutorial - https://www.adobe.io/apis/experienceplatform/home/data-ingestion/data-ingestion-services.html#!api-s...
Create a profile schema that has testProfile in it. Then update that profile using postman to mark your ECID as testProfile = true
Views
Replies
Total Likes
Start with this tutorial - https://www.adobe.io/apis/experienceplatform/home/data-ingestion/data-ingestion-services.html#!api-s...
Create a profile schema that has testProfile in it. Then update that profile using postman to mark your ECID as testProfile = true
Views
Replies
Total Likes
Hi @RussLewis,
Is there a way to check if a specific profile has been marked as testProfile correctly? I'm facing problems to test a journey and I need to check this out to find the issue.
This is the schema in which I'm streaming data via Postman, I added the TestProfile attribute by creating a mixin. I also added a "Orchestration eventID" mixin as required.
And this is an example of the request with the testProfile attribute set to True:
Thanks in advance!
Views
Replies
Total Likes
@josel49165863 - You can validate a test profile is marked appropriately by doing a lookup on AEP to validate the boolean is set (testProfile=true). I've attached a file that has a cURL to do this as a sample. You need to replace the values to match your instance.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @RussLewis, thanks for your prompt response.
I did a lookup on AEP via Postman and testProfile is not set as I suspected (it does not even exist):
Are there any requirements in the schema for the testProfile attribute? As I shown you in my last message, "testProfile" is inserted into the schema in the "_merkleemeahubptrsd" object with a mixin. Is this correct or "testProfile" needs to be at the same level than "identityMap" (in the first level)?
Thanks in advance,
Jose
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies