02-26-2025 12:55 AM
I’m trying to create a CPC model campaign using the eBay Marketing API via createCampaign and setupQuickCampaign. However, I encountered the following error:
errorId: 35089
“We are currently testing a premium ads product with a small invite-only group. We will share more information when we are ready to expand.”
I couldn’t find any official documentation explaining this error.
•Is CPC campaign creation currently restricted?
•Is there an alternative way to create a CPC model campaign via API?
•Where can I find more information about this issue?
here is payload with setipQuickCampaign
{
"campaignName": "Spring Sale",
"startDate": "2025-02-26T23:46:01.000Z",
"endDate": "2025-02-26T23:59:35.000Z",
"marketplaceId": "EBAY_US",
"budget": {
"daily": {
"amount": {
"value": "5.0",
"currency": "USD"
}
}
},
"listingIds": [
"xxxxxx"
]
}