Skip to content

Commit 346929a

Browse files
committed
Add Breakdowns table
1 parent e3a0b50 commit 346929a

File tree

1 file changed

+19
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/facebook-ads

1 file changed

+19
-0
lines changed

src/connections/sources/catalog/cloud-apps/facebook-ads/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,25 @@ The following tables outline the properties included in collections.
132132
| unique_impressions | Deprecated in favor of `reach` . You can continue to query `unique_impressions` for this metric, but zero-values will now be `null`. |
133133
| 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. |
134134

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:
138+
139+
| Property Name | Description |
140+
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
141+
| `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+
135154
## Adding Destinations
136155

137156
Currently, Warehouses are the only supported destination for object-cloud sources.

0 commit comments

Comments
 (0)