AdSet Collections
The AdSet Collections API is designed to retrieve a list of collections eligible for inclusion a AdSet for a given supplier and retailer combination within campaigns.
API Endpoint
Method: GET
URL: https://<PA_RM_END_POINT>/retail-media/suppliers/{supplierId}/retailers/{retailerId}/collections
info
Please refer to the Supplier API documentation for detailed instructions on how to retrieve the supplierId
and Retailer API for retailer.
Request Header
Name | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer ACCESS_TOKEN |
info
Please refer to the Authentication API documentation for bearer token.
Request Parameters
Parameter | Type | Description |
---|---|---|
retailerId | string | Get the retailer ID from the Retailer API |
supplierId | string | Get the supplier ID from the Supplier API |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
page | integer | The page number of the user list. Defaults to 1 if not specified. |
limit | integer | The number of users to return per page. Defaults to 10 but can be set as needed up to a maximum of 100 . |