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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,25 @@ 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
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:
|`actions`| The total number of actions people took that are attributed to your ads. |
142
+
|`actions_values`| The total value of all conversions attributed to your ads. |
143
+
|`unique_actions`| The total number of unique actions attributed to your ads. |
144
+
|`video_p25_watched_actions`| The number of times your video was played at 25% of its length, including plays that skipped to this point. |
145
+
|`video_p50_watched_actions`| The number of times your video was played at 50% of its length, including plays that skipped to this point. |
146
+
|`video_p75_watched_actions`| The number of times your video was played at 75% of its length, including plays that skipped to this point. |
147
+
|`video_p95_watched_actions`| The number of times your video was played at 95% of its length, including plays that skipped to this point. |
148
+
|`video_p100_watched_actions`| The number of times your video was played at 100% of its length, including plays that skipped to this point. |
149
+
|`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 was played, including any time spent replaying the video for a single impression. |
151
+
152
+
For more information, view [Meta's Insights documentation](https://developers.facebook.com/docs/marketing-api/reference/ads-insights/){:target="_blank"}.
153
+
135
154
## Adding Destinations
136
155
137
156
Currently, Warehouses are the only supported destination for object-cloud sources.
0 commit comments