2017-12-15 38 views
0

私はマーケティングのAPI V2.11経由広告InsightsのAPIウェブサイトの変換が利用できない

APIエンドポイントのFacebook広告Insightsのデータを取得しています:XXXXXXXは広告アカウントID

ですが、私https://graph.facebook.com/v2.11/act_XXXXXXX/insights

を「ウェブサイトのコンバージョン」データを取得できません。また、このフィールドはインサイトフィールドのリストに表示されません。https://developers.facebook.com/docs/marketing-api/insights/fields/v2.11

このデータをapi経由で取得するにはどうすればよいですか。

ありがとうございます!

答えて

0

フィールドaction_valuesactionsで利用できる「ウェブサイトのコンバージョン」データ。 action_typeとvalueのリストを含むlist<AdsActionStats>を返します。

// extracts of action_type 

offsite_conversion.add_to_cart: Adds to Cart 
offsite_conversion.checkout: Checkouts 
offsite_conversion.custom.<custom_conv_id>: Custom Conversions defined by the advertiser 
offsite_conversion.fb_pixel_add_payment_info: Adds Payment Info 
offsite_conversion.fb_pixel_add_to_cart: Adds To Cart 
offsite_conversion.fb_pixel_add_to_wishlist: Adds To Wishlist 
offsite_conversion.fb_pixel_complete_registration: Completed Registration 
offsite_conversion.fb_pixel_custom: Custom pixel events defined by the advertiser 
offsite_conversion.fb_pixel_initiate_checkout: Initiates Checkout 
offsite_conversion.fb_pixel_lead: Leads 
offsite_conversion.fb_pixel_purchase: Purchases 
offsite_conversion.fb_pixel_search: Searchs 
offsite_conversion.fb_pixel_view_content: Views Content 
offsite_conversion.key_page_view: Key Page Views 
offsite_conversion.lead: Leads 
offsite_conversion.other: Other Website Conversions 
offsite_conversion.registration: Registrations 
onsite_conversion.flow_complete: On-Facebook Workflow Completions 
onsite_conversion.messaging_block: Blocked Messaging Conversations 
onsite_conversion.messaging_first_reply: New Messaging Conversations 
onsite_conversion.messaging_reply: Messaging Replies 
onsite_conversion.purchase: On-Facebook Purchases 
+0

私はすでにアクションとaction_valuesフィールドを持っていますが、データはFB UIと一致しません。 –

+0

あなたのリクエストは何ですか? APIのリクエスト方法を表示できますか? – Ben

+0

とにかく問題を整理しました。ここでの問題は、UIに何が表示されているのか、APIが返すのかという大きな混乱があります。FBのUIのコンバージョンを確認すると、デフォルトの帰属表示ウィンドウは28日クリックスルー、しかしAPI 1日ビュースルーと28日クリックスルーのデフォルトアトリビューションウィンドウでデータを返します。誰でも簡単に混乱します –

関連する問題