You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/facebook-ads/index.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -132,22 +132,24 @@ The following tables outline the properties included in collections.
132
132
| unique_impressions | Deprecated in favor of `reach` . You can continue to query `unique_impressions` for this metric, but zero-values will now be `null`. |
133
133
| reach | The number of people who saw your ads at least once. Reach is different from impressions, which may include multiple views of your ads by the same people. |
134
134
135
-
#### Insights Breakdowns
135
+
#### Additional Insights fields
136
136
137
-
Segment also supports Breakdowns for Insights. Breakdowns are not enabled by default; [reach out to Segment support](https://segment.com/help/contact/){:target="_blank"} to enable them. Segment supports the following properties:
137
+
Segment supports both [Breakdowns for Insights](https://developers.facebook.com/docs/marketing-api/insights/breakdowns){:target="_blank"} and [Ads Actions Stats](https://developers.facebook.com/docs/marketing-api/reference/ads-action-stats/){:target="_blank"}. Breakdowns and Ads Action Stats are not enabled by default; [reach out to Segment support](https://segment.com/help/contact/){:target="_blank"} to enable them.
138
138
139
-
| Property Name | Description |
139
+
The following table lists the Ads Action Stats that Segment supports:
|`actions`| The total number of actions people took that are attributed to your ads. |
142
144
|`actions_values`| The total value of all conversions attributed to your ads. |
143
145
|`unique_actions`| The total number of unique actions attributed to your ads. |
144
-
|`video_p25_watched_actions`| The number of times your video played at 25% of its length, including plays that skipped to this point. |
145
-
|`video_p50_watched_actions`| The number of times your video played at 50% of its length, including plays that skipped to this point. |
146
-
|`video_p75_watched_actions`| The number of times your video played at 75% of its length, including plays that skipped to this point. |
147
-
|`video_p95_watched_actions`| The number of times your video played at 95% of its length, including plays that skipped to this point. |
148
-
|`video_p100_watched_actions`| The number of times your video played at 100% of its length, including plays that skipped to this point. |
146
+
|`video_p25_watched_actions`| The number of times your video played at 25% of its length, including plays that skipped to this point. |
147
+
|`video_p50_watched_actions`| The number of times your video played at 50% of its length, including plays that skipped to this point. |
148
+
|`video_p75_watched_actions`| The number of times your video played at 75% of its length, including plays that skipped to this point. |
149
+
|`video_p95_watched_actions`| The number of times your video played at 95% of its length, including plays that skipped to this point. |
150
+
|`video_p100_watched_actions`| The number of times your video played at 100% of its length, including plays that skipped to this point. |
149
151
|`video_30_sec_watched_actions`| The number of times your video played for at least 30 seconds, or for nearly its total length if it's shorter than 30 seconds. |
150
-
|`video_avg_time_watched_actions`| The average time a video played, including any time spent replaying the video for a single impression. |
152
+
|`video_avg_time_watched_actions`| The average time a video played, including any time spent replaying the video for a single impression. |
151
153
152
154
For more information, view [Meta's Insights documentation](https://developers.facebook.com/docs/marketing-api/reference/ads-insights/){:target="_blank"}.
0 commit comments