有没有办法获得所有可用的action_types?
Is there a way to get all available action_types?
根据https://developers.facebook.com/docs/marketing-api/reference/ads-action-stats/#Reading
有一个名为 action_type 的字段可以具有不同的自定义值(自定义应用程序事件、像素事件)
有什么方法可以获取此字段所有可能值的列表?
只要深入研究该文档,就会发现有两种类型的事件与 "action_type" 相关联。
"App Events"(所有可用事件):
https://developers.facebook.com/docs/marketing-api/app-event-api/v2.8
"Facebook Pixel"(所有可用事件);
https://developers.facebook.com/docs/marketing-api/facebook-pixel/conversion-tracking/v2.8
根据https://developers.facebook.com/docs/marketing-api/reference/ads-action-stats/#Reading 有一个名为 action_type 的字段可以具有不同的自定义值(自定义应用程序事件、像素事件) 有什么方法可以获取此字段所有可能值的列表?
只要深入研究该文档,就会发现有两种类型的事件与 "action_type" 相关联。
"App Events"(所有可用事件): https://developers.facebook.com/docs/marketing-api/app-event-api/v2.8
"Facebook Pixel"(所有可用事件); https://developers.facebook.com/docs/marketing-api/facebook-pixel/conversion-tracking/v2.8