Facebook 营销 api 受众限制
Facebook marketing api audience limit
使用营销时api
关于这部分...
You can add an unlimited number of records to an audience, but only a
maximum of 10000 at a time. It may take up to 1 hour before Facebook
adds users to an audience, and up to 24 hours for deleting users from
an audience.
每小时将用户添加到受众群体是否有 10000 个限制?
或
打电话时
$emails = array(
'test1@example.com',
'test2@example.com',
'test3@example.com',
);
$audience>addUsers($emails,CustomAudienceTypes::EMAIL);
$emails 中每次调用有 10000 条数据的限制?
我似乎找不到明确的解释,并且已经通过 facebook 营销开发者社区组post,但仍然没有答案。
我目前的理解每次调用 $emails 中的数据限制为 10000。不过不确定。
你说得对,每次通话都是如此。我之前上传了大约 75,000 个,不得不使用多个调用。
使用营销时api
关于这部分...
You can add an unlimited number of records to an audience, but only a maximum of 10000 at a time. It may take up to 1 hour before Facebook adds users to an audience, and up to 24 hours for deleting users from an audience.
每小时将用户添加到受众群体是否有 10000 个限制?
或
打电话时
$emails = array(
'test1@example.com',
'test2@example.com',
'test3@example.com',
);
$audience>addUsers($emails,CustomAudienceTypes::EMAIL);
$emails 中每次调用有 10000 条数据的限制?
我似乎找不到明确的解释,并且已经通过 facebook 营销开发者社区组post,但仍然没有答案。
我目前的理解每次调用 $emails 中的数据限制为 10000。不过不确定。
你说得对,每次通话都是如此。我之前上传了大约 75,000 个,不得不使用多个调用。