Customer Product Details By Campaign

Returns an array of customer IDs and recommended Product IDs for each customer targeted by a particular product recommendation campaign.

Sample Request

https://apiX.optimove.net/current/customers/GetCustomerProductDetailsByCampaign?CampaignID=271&ProductAttributes="color,style"

Sample Response

[
  {"CustomerID":"231342","ProductID":"jeans12","ProductAttributes":["blue","skinny"]},
  {"CustomerID":"624542","ProductID":"jeans12","ProductAttributes":["grey","relaxed"]}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!