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

WARNING
Custom criteria created using the Create Custom Criteria API, as described in this exercise, will appear in the UI, where they will persist. You will not be able to edit or delete them from the UI. You may edit or delete them via API, but either way, they will continue to appear in the Target UI. To maintain the option of editing or deleting from the UI, create the custom criteria using the UI per the documentation, as opposed to using the Create Custom Criteria API.

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.

  1. Verify TENANT_ID and API_KEY for Create custom criteria reference the Postman environment variables established earlier. Use the image below for comparison.

    CreateCustomCriteria1

  2. 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.

    CreateCustomCriteria2

  3. Send the request and observe the response, which contains the details of the custom criteria you just created.

    CreateCustomCriteria3

  4. 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.

    CreateCustomCriteria4

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.