This page gives guidance on which sellers to onboard into managed partner ads, as well as how to check eligibility. You may begin onboarding any eligible seller, but consider prioritizing sellers with a higher average purchase value, such sellers tend to have better return on ad spend.
Before you check the eligibility of a seller, make sure you have completed these steps:
A seller is considered eligible based on the following criteria:
Note: Sellers with an higher average purchase value tend to have better return on ad spend and may be a better partner to onboard. You can download a list of your eligible and recommended sellers from the Discover page in Collaboration Center.
To call the Seller Eligibility API, you will need the following permissions:
curl -X GET \ "https://graph.facebook.com/v<API_VERSION>/<Business_ID>?fields=collaborative_ads_managed_partner_eligibility.vendor_id(<INSERT_VENDOR_ID>).catalog_id(<INSERT_CATALOG_ID>)&access_token=<ACCESS_TOKEN>"
Name | Description |
---|---|
numeric string | Required. |
string | Required. |
string | Required. |
{ "is_eligible": bool, "reason_code": "enum string", "reason_description": "enum string", }
Name | Description |
---|---|
bool | Indicates whether the seller is eligible. |
enum string | The reason code about the seller eligibility. |
enum string | The reason description about the seller eligibility. |
Error Code | Error Subcode | Description |
---|---|---|
1800000 | 2310114 | Complete the managed partner ads onboarding process in Collaboration Center. |
1800012 | 2310173 | Check the marketplace you entered ({marketplace_id}). If it's the correct ID, ask someone with full control to go to Business settings in Business Manager to give you admin access. Once assigned, retry the request. |
1800101 | 2310116 | Your business {business_id} does not manage the catalog ID you entered {catalog_id}. Enter a catalog ID that your business manages. |