如何仅从Facebook Graph API获取Instagram广告系列,而不是所有广告系列。
这是我到目前为止尝试过的。
var url = https://graph.facebook.com/v3.3/"+ad_account_id+"/insights?fields=spend,
clicks,impressions,account_currency,actions&breakdowns=publisher_platform
当我请求上述URL时,我将获得所有Campaigns数据。如何创建仅请求Instagram广告活动的URL?