---
title: "Customer Product Details By Campaign"
method: GET
path: "/Customers/GetCustomerProductDetailsByCampaign"
tags: ["Customers"]
---

# Customer Product Details By Campaign

`GET /Customers/GetCustomerProductDetailsByCampaign`

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

## Query parameters

- `CampaignId` integer, required
- `ProductAttributes` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerProductAttributes[]
  - `CustomerID` string, nullable
  - `ProductId` string, nullable
  - `ProductAttributes` string[], nullable

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/versions/fc55c5b1bec5/schema)
