图谱 API 版

Business

Represent a specific business on Facebook. Make the API call to the business ID.

To find the ID of a business, go to Business Manager > Business Settings > Business Info. There, you will see information about the business, including the ID.

读取

Represents a business on Facebook. Includes any specified properties and assets belonging to the business.

自 2021 年 9 月 14 日起,对于由缺少端点所需权限的应用发出的版本 12.0 及其以上的调用,以下字段会引发错误。从 2021 年 12 月 13 日起,此更改将应用于所有版本。

  • collaborative_ads_managed_partner_business_info

例子

Graph API Explorer
GET /v19.0/{business-id} HTTP/1.1
Host: graph.facebook.com
/* PHP SDK v5.0.0 */
/* make the API call */
try {
  // Returns a `Facebook\FacebookResponse` object
  $response = $fb->get(
    '/{business-id}',
    '{access-token}'
  );
} catch(Facebook\Exceptions\FacebookResponseException $e) {
  echo 'Graph returned an error: ' . $e->getMessage();
  exit;
} catch(Facebook\Exceptions\FacebookSDKException $e) {
  echo 'Facebook SDK returned an error: ' . $e->getMessage();
  exit;
}
$graphNode = $response->getGraphNode();
/* handle the result */
/* make the API call */
FB.api(
    "/{business-id}",
    function (response) {
      if (response && !response.error) {
        /* handle the result */
      }
    }
);
/* make the API call */
new GraphRequest(
    AccessToken.getCurrentAccessToken(),
    "/{business-id}",
    null,
    HttpMethod.GET,
    new GraphRequest.Callback() {
        public void onCompleted(GraphResponse response) {
            /* handle the result */
        }
    }
).executeAsync();
/* make the API call */
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
                               initWithGraphPath:@"/{business-id}"
                                      parameters:params
                                      HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
                                      id result,
                                      NSError *error) {
    // Handle the result
}];
如果你希望详细了解如何使用图谱 API,请阅读我们的图谱 API 指南

参数

这个端点不包含任何参数。

字段

字段描述
id
numeric string

The business account ID.

block_offline_analytics
bool

Specifies whether offline analytics for business is blocked.

collaborative_ads_managed_partner_business_info
ManagedPartnerBusiness

collaborative_ads_managed_partner_business_info

collaborative_ads_managed_partner_eligibility
BusinessManagedPartnerEligibility

collaborative_ads_managed_partner_eligibility

created_by
BusinessUser|SystemUser

The creator of this business.

created_time
datetime

The creation time of this business.

extended_updated_time
datetime

The update time of the extended credits for this business.

is_hidden
bool

If true, indicates the business is hidden.

link
string

URI for business profile page.

name
string

The name of the business.

payment_account_id
numeric string

The ID for the payment account of this business.

primary_page

The primary Facebook Page for this business.

profile_picture_uri
string

The profile picture URI of the business.

timezone_id
unsigned int32

This business's timezone.

two_factor_type
enum

The two factor type authentication used for this business.

updated_by
BusinessUser|SystemUser

The person's name who last updated this business.

updated_time
datetime

The time when this business was last updated.

verification_status
enum

Verification status for this business.

vertical
string

The vertical industry that this business associates with, or belongs to.

vertical_id
unsigned int32

The ID for the vertical industry.

连线

连线描述
Edge<AdStudy>

The studies this business has access to, such as any advertising lift studies or split testing studies.

Edge<AdNetworkAnalyticsSyncQueryResult>

Audience Network query for this publisher entity.

Edge<AdNetworkAnalyticsAsyncQueryResult>

Obtain the results of an asynchronous Audience Network query for this publisher entity.

Edge<AdsReportBuilderMMMReport>

Marketing mix modeling (MMM) reports generated for this business

Edge<AdsReportBuilderMMMReportScheduler>

Marketing mix modeling (MMM) reports schedulers for this business

Edge<AdsPixel>

The business has access to these pixels.

Edge<Business>

Agencies associated with this business.

Edge<AdPlacement>

Placements used by this Audience Network business.

Edge<BusinessAssetGroup>

Business asset groups owned by this business. The business can grant permissions to assets in this group.

Edge<OmegaCustomerTrx>

The extended credit invoices of this business.

Edge<BusinessUser>

Business users associated with this business. Includes employees and admins at the business.

Edge<Application>

This business has access to these client apps.

Edge<OffsiteSignalContainerBusinessObject>

The business has access to these client offsite signal container business objects

Edge<Page>

This business has access to these client pages.

Edge<AdsPixel>

This business has access to these client pixels.

Edge<ProductCatalog>

This business has access to these client product catalogs.

Edge<WhatsAppBusinessAccount>

WhatsApp business accounts that were shared to this business.

Edge<Business>

Clients of this business.

Edge<CPASCollaborationRequest>

All Collaborative Ads. collaboration requests initiated by the business.

Edge<CPASAdvertiserPartnershipRecommendation>

Collaborative Ads suggested partners for a business.

Edge<CommerceMerchantSettings>

Commerce Merchant Settings belonging to this business.

Edge<EventSourceGroup>

The business owns these event source groups. Includes various signals sources such as pixels.

Edge<ExtendedCredit>

Extended credits for this business.

Edge<BusinessAssetSharingAgreement>

The audience sharing requests initiated by this business.

Edge<InstagramUser>

This business has access to these Instagram accounts.

Edge<OpenBridgeConfiguration>

Get all the openbridge configurations associated to this business

Edge<Application>

This business owns these apps.

Edge<Business>

This business aggregates and manages these client businesses.

Edge<InstagramUser>

This business owns these Instagram accounts.

Edge<OffsiteSignalContainerBusinessObject>

owned_offsite_signal_container_business_objects

Edge<Page>

This business owns these pages.

Edge<AdsPixel>

This business owns these pixels.

Edge<ProductCatalog>

This business owns these product catalogs.

Edge<WhatsAppBusinessAccount>

This business owns these WhatsApp Business Accounts.

Edge<BusinessAdAccountRequest>

This business requested access to these client ad accounts and is pending approval.

Edge<BusinessApplicationRequest>

This business requested access to these client apps and is pending approval.

Edge<BusinessPageRequest>

This business requested access to these client pages and is pending approval.

Edge<BusinessAdAccountRequest>

This business requested ownership of these ad accounts and is pending approval.

Edge<BusinessPageRequest>

This business requested ownership of these pages and is pending approval.

Edge<OffsiteSignalContainerBusinessObject>

This business received sharing requests for these offsite signal container business objects and is pending for approval.

Edge<BusinessRoleRequest>

Admin for this business invited this user to the business. Pending user approval.

Edge<WhatsAppBusinessPreVerifiedPhoneNumber>

Edge to get list of all pre-created phone numbers for this business

Edge<BusinessAssetSharingAgreement>

The audience sharing requests received by this business.

Edge<ResellerGuidance>

Guidance for a China reseller business.

Edge<WhatsAppBusinessPartnerClientVerificationSubmission>

Business Service Providers can submit their client information for verification on WhatsApp Business Platform. This endpoint returns statuses, submitted info, and rejection reasons for the submissions.

Edge<SystemUser>

The business's system users.

错误代码

错误描述
104Incorrect signature
190Invalid OAuth 2.0 Access Token
368The action attempted has been deemed abusive or is otherwise disallowed
100Invalid parameter
200Permissions error
2635You are calling a deprecated version of the Ads API. Please update to the latest version.
2500Error parsing graph query
80004There have been too many calls to this ad-account. Wait a bit and try again. For more info, please refer to https://developers.facebook.com/docs/graph-api/overview/rate-limiting#ads-management.

创建

To create other Business Managers, your business needs to obtain BUSINESS_MANAGEMENT during the app review process. If your app is in development mode, you can surpass this requirement, but to create only two child businesses.

你可以通过下列路径向 china_business_onboarding_attributions 连线发出 POST 请求:
发布到这个连线会创建 a Business

参数

这个端点不包含任何参数。

返回类型

Struct {
id: numeric string,
link_with_id: string,
}

错误代码

错误描述
200Permissions error
你可以通过下列路径向 businesses 连线发出 POST 请求:
发布到这个连线会创建 a Business

参数

参数描述
child_business_external_id
string

child_business_external_id

email
string

The business email of the business admin

name
string

Username

必填
primary_page
numeric string

Primary Page ID

sales_rep_email
string

Sales Rep email address

survey_business_type
enum {AGENCY, ADVERTISER, APP_DEVELOPER, PUBLISHER}

Business Type

survey_num_assets
int64

Number of Assets in the business

survey_num_people
int64

Number of People that will work on the business

timezone_id
int64

Timezone ID

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

Vertical ID

必填

返回类型

这个端点支持先写后读,并会读取返回类型中 id 代表的节点。
Struct {
id: numeric string,
}

错误代码

错误描述
100Invalid parameter
368The action attempted has been deemed abusive or is otherwise disallowed
3947You are trying to create a Business Manager with the same name as one you are already a part of. Please pick a different name.
3974The name you chose for this Business Manager is not valid. Try a different name.
3913It doesn't look like you have permission to create a new Business Manager.
200Permissions error
3912There was a technical issue and the changes you made to your Business Manager weren't saved. Please try again.
3973The name you chose for this Business Manager is not valid. Please choose another.
你可以通过下列路径向 owned_businesses 连线发出 POST 请求:
发布到这个连线会创建 a Business

参数

参数描述
name
string

name

必填
page_permitted_tasks
array<enum {MANAGE, CREATE_CONTENT, MODERATE, MESSAGING, ADVERTISE, ANALYZE, MODERATE_COMMUNITY, MANAGE_JOBS, PAGES_MESSAGING, PAGES_MESSAGING_SUBSCRIPTIONS, READ_PAGE_MAILBOXES, VIEW_MONETIZATION_INSIGHTS, MANAGE_LEADS, PROFILE_PLUS_FULL_CONTROL, PROFILE_PLUS_MANAGE, PROFILE_PLUS_FACEBOOK_ACCESS, PROFILE_PLUS_CREATE_CONTENT, PROFILE_PLUS_MODERATE, PROFILE_PLUS_MODERATE_DELEGATE_COMMUNITY, PROFILE_PLUS_MESSAGING, PROFILE_PLUS_ADVERTISE, PROFILE_PLUS_ANALYZE, PROFILE_PLUS_REVENUE, PROFILE_PLUS_MANAGE_LEADS, CASHIER_ROLE}>

page_permitted_tasks

sales_rep_email
string

sales_rep_email

shared_page_id
numeric string

shared_page_id

survey_business_type
enum {AGENCY, ADVERTISER, APP_DEVELOPER, PUBLISHER}

survey_business_type

survey_num_assets
int64

survey_num_assets

survey_num_people
int64

survey_num_people

timezone_id
int64

timezone_id

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

vertical

必填

返回类型

这个端点支持先写后读,并会读取返回类型中 id 代表的节点。
Struct {
id: numeric string,
}

错误代码

错误描述
100Invalid parameter
200Permissions error
368The action attempted has been deemed abusive or is otherwise disallowed
3947You are trying to create a Business Manager with the same name as one you are already a part of. Please pick a different name.

更新

你可以向 /{business_id} 发出 POST 请求,以更新 a Business

参数

参数描述
entry_point
string

entry point of claiming BusinessClaimAssetEntryPoint

name
string

Business's name

primary_page
numeric string or integer

Primary page of this business

timezone_id
int64

Timezone id of this business

two_factor_type
enum{none, admin_required, all_required}

Two-factor type of the business

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

Vertical type of the business

返回类型

这个端点支持先写后读,并会读取返回类型中 id 代表的节点。
Struct {
id: numeric string,
}

错误代码

错误描述
3974The name you chose for this Business Manager is not valid. Try a different name.
3973The name you chose for this Business Manager is not valid. Please choose another.
3910You need permission to edit the details of your Business Manager. Please talk to one of your Business Manager admins about changing your role or editing the Business Manager details.
3911You need permission to set up a new Business Manager.
3947You are trying to create a Business Manager with the same name as one you are already a part of. Please pick a different name.
3918The Facebook Page you've tried to add is already owned by another Business Manager. You can still request access to this Page, but your request will need to be approved by the Business Manager that owns it.
3912There was a technical issue and the changes you made to your Business Manager weren't saved. Please try again.
100Invalid parameter
457The session has an invalid origin
368The action attempted has been deemed abusive or is otherwise disallowed
你可以向 /{business_id}/managed_businesses 发出 POST 请求,以更新 a Business

参数

参数描述
child_business_external_id
string

child_business_external_id

existing_client_business_id
numeric string

Existing client business id provided by the client

name
string

Client business name that's managed by the aggregator business

sales_rep_email
string

Email of sales representative of the business that's managed by the aggregator business

survey_business_type
enum {AGENCY, ADVERTISER, APP_DEVELOPER, PUBLISHER}

Business type of surveyed business that's managed by the aggregator business

survey_num_assets
int64

Number of assets surveyed of business that's managed by the aggregator business

survey_num_people
int64

Number of people surveyed of business that's managed by the aggregator business

timezone_id
int64

Timezone id of business that's managed by the aggregator business

vertical
enum {NOT_SET, ADVERTISING, AUTOMOTIVE, CONSUMER_PACKAGED_GOODS, ECOMMERCE, EDUCATION, ENERGY_AND_UTILITIES, ENTERTAINMENT_AND_MEDIA, FINANCIAL_SERVICES, GAMING, GOVERNMENT_AND_POLITICS, MARKETING, ORGANIZATIONS_AND_ASSOCIATIONS, PROFESSIONAL_SERVICES, RETAIL, TECHNOLOGY, TELECOM, TRAVEL, NON_PROFIT, RESTAURANT, HEALTH, LUXURY, OTHER}

Business vertical of business that's managed by the aggregator business

返回类型

这个端点支持先写后读,并会读取返回类型中 id 代表的节点。
Struct {
id: numeric string,
}

错误代码

错误描述
42004You couldn't create the client business on behalf your client successfully
100Invalid parameter
190Invalid OAuth 2.0 Access Token
200Permissions error

删除

你可以向 /{business_id}/agencies 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
business
numeric string or integer

The agency's business.

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter
你可以向 /{business_id}/clients 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
business
numeric string or integer

The client's business.

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
2635You are calling a deprecated version of the Ads API. Please update to the latest version.
你可以向 /{business_id}/pages 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
page_id
Page ID

Page ID.

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter
42001This Page can't be removed because it's already linked to an Instagram business profile. To remove this Page from Business Manager, go to Instagram and convert to a personal account or change the Page linked to your business profile.
3996The page does not belong to this Business Manager.
368The action attempted has been deemed abusive or is otherwise disallowed
190Invalid OAuth 2.0 Access Token
457The session has an invalid origin
415Two factor authentication required. User have to enter a code from SMS or TOTP code generator to pass 2fac. This could happen when accessing a 2fac-protected asset like a page that is owned by a 2fac-protected business manager.
200Permissions error
你可以向 /{business_id}/instagram_accounts 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
instagram_account
numeric string

Instagram account ID.

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter
457The session has an invalid origin
415Two factor authentication required. User have to enter a code from SMS or TOTP code generator to pass 2fac. This could happen when accessing a 2fac-protected asset like a page that is owned by a 2fac-protected business manager.
你可以向 /{business_id}/ad_accounts 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
adaccount_id
string

Ad account ID.

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter
368The action attempted has been deemed abusive or is otherwise disallowed
你可以向 /{business_id}/owned_businesses 发出 DELETE 请求,将 a Business 与 a Business 取消关联。

参数

参数描述
client_id
numeric string

client_id

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
3912There was a technical issue and the changes you made to your Business Manager weren't saved. Please try again.
100Invalid parameter
你可以向 /act_{ad_account_id}/agencies 发出 DELETE 请求,将 a Business 与 an AdAccount 取消关联。

参数

参数描述
business
numeric string

SELF_EXPLANATORY

必填

返回类型

Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter
368The action attempted has been deemed abusive or is otherwise disallowed
457The session has an invalid origin
你可以向 /{user_id}/businesses 发出 DELETE 请求,将 a Business 与 a User 取消关联。

参数

参数描述
business
numeric string or integer

Business ID

返回类型

Struct {
success: bool,
}

错误代码

错误描述
3914It looks like you're trying to remove the last admin from this Business Manager. At least one admin is required in Business Manager.
368The action attempted has been deemed abusive or is otherwise disallowed
190Invalid OAuth 2.0 Access Token
100Invalid parameter