Create Custom Criteria
To create custom criteria using the Create Custom Criteria API, the syntax is:
POST https://mc.adobe.io/{{TENANT_ID}}/target/recs/criteria/custom
Only proceed with the following steps after you have read the warning above and are comfortable creating new custom criteria that cannot subsequently be deleted from the UI.
-
Verify
TENANT_ID
andAPI_KEY
for Create custom criteria reference the Postman environment variables established earlier. Use the image below for comparison. -
Add your Body as raw JSON that defines the location of your custom criteria CSV file. Use the example provided in the Create Custom Criteria API documentation as a template, supplying your
environmentId
and other values as necessary. For this example, we use LAST_PURCHASED as the key. -
Send the request and observe the response, which contains the details of the custom criteria you just created.
-
To verify your custom criteria has been created, navigate within Adobe Target to Recommendations > Criteria and search for your criteria by name, or use the List Custom Criteria API in the next step.
In this case, we have an error. Let’s investigate the error by examining the custom criteria more closely, using the List Custom Criteria API.