如何通过 Facebook 见解 API 获得最终广告 url

How to get the Ad final url with the Facebook insights API

我正在尝试使用 python SDK 制作最终广告 url。

我尝试了所有字段,但找不到 returns 广告 url 的字段。目前我的领域是:

params = {'access_token':creds.refresh_token,
          'fields':'action_values, actions, ad_name, adset_name, objective, outbound_clicks, outbound_clicks_ctr,  call_to_action_clicks, campaign_name, cost_per_unique_click, cpc, cpm, spend, website_ctr, date_start, date_stop',
          'action_breakdowns':['action_link_click_destination'],
          'date_presets':'last_year',
        # 'time_range':" since:2017-06-01, until:2017-01-03}"
}
ad_insights = requests.get("https://graph.facebook.com/v2.10/{}/insights".format(ad['id']), params=params)

我知道有些广告不会有最终的 url,比如速推帖子,但很多广告只指向一个网站,我怎样才能得到 "call to action url"?

您必须为 AdInsights 报告的每个广告引入 adCreative。广告创意将包含出站 link.

看这里https://developers.facebook.com/docs/marketing-api/reference/ad-creative

您可能对以下字段感兴趣

  • object_url
  • url_tags