フィールドaction_values
とactions
で利用できる「ウェブサイトのコンバージョン」データ。 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
出典
2017-12-15 06:11:42
Ben
私はすでにアクションとaction_valuesフィールドを持っていますが、データはFB UIと一致しません。 –
あなたのリクエストは何ですか? APIのリクエスト方法を表示できますか? – Ben
とにかく問題を整理しました。ここでの問題は、UIに何が表示されているのか、APIが返すのかという大きな混乱があります。FBのUIのコンバージョンを確認すると、デフォルトの帰属表示ウィンドウは28日クリックスルー、しかしAPI 1日ビュースルーと28日クリックスルーのデフォルトアトリビューションウィンドウでデータを返します。誰でも簡単に混乱します –