So, the value of result depend on campaign objectives.
I found the document about objective-based-campaigns
And I also refer an old post at Campaign “Results” in API?
So, Can I understand like this?
Depend on value of Objective -> We can fetch Result by below structure
-
Objective = APP_ENGAGEMENTS -> Result = app_clicks
-
Objective = APP_INSTALLS -> Result = app_clicks
-
Objective = AWARENESS -> Result = impressions
-
Objective = FOLLOWERS -> Result = follows
-
Objective = TWEET_ENGAGEMENTS -> Result = engagements
-
Objective = VIDEO_VIEWS -> Result = video_total_views
-
Objective = VIDEO_VIEWS_PREROLL -> Result = video_total_views
-
Objective = VIDEO_VIEWS_MIDROLL -> Result = video_total_views
-
Objective = WEBSITE_CLICKS -> Result = url_clicks
Is this structure correct?