Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de37d78

Browse files
authored
Merge pull request segmentio#5166 from segmentio/facebook-ads-update
Update Facebook Ads Action Stats
2 parents 5226427 + 4ada2e6 commit de37d78

File tree

1 file changed

+11
-9
lines changed
  • src/connections/sources/catalog/cloud-apps/facebook-ads

1 file changed

+11
-9
lines changed

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

+11-9
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,24 @@ 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
135+
#### Additional Insights fields
136136

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.
138138

139-
| Property Name | Description |
139+
The following table lists the Ads Action Stats that Segment supports:
140+
141+
| Field | Description |
140142
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
141143
| `actions` | The total number of actions people took that are attributed to your ads. |
142144
| `actions_values` | The total value of all conversions attributed to your ads. |
143145
| `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. |
149151
| `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. |
151153

152154
For more information, view [Meta's Insights documentation](https://developers.facebook.com/docs/marketing-api/reference/ads-insights/){:target="_blank"}.
153155

0 commit comments

Comments
 (0)