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'];