Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MailChimp API v1.3 构建自定义统计面板,但在 API 中找不到活动的 Facebook 点赞总数。是可用的么?
您可以使用该campaignStats()方法来获取您的广告系列中 Facebook 喜欢的数量。
campaignStats()
$campaignStats = $mailChimpAPI->campaignStats($campaignId); $facebookLikes = $campaignStats['facebook_likes'];