Skip to content

Commit

Permalink
TDL-23940 added conversions fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Sep 18, 2023
1 parent fe75f39 commit a74a2d2
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _integration-schemas/facebook-ads/ads_insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ attributes:
- name: "clicks"
type: "integer"
description: "The number of clicks on your ads."

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down
10 changes: 10 additions & 0 deletions _integration-schemas/facebook-ads/ads_insights_age_and_gender.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ attributes:
type: "array"
description: "The total value of all conversions attributed to the ad."
subattributes: *action-values

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down
10 changes: 10 additions & 0 deletions _integration-schemas/facebook-ads/ads_insights_country.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ attributes:
type: "array"
description: "The total value of all conversions attributed to the ad."
subattributes: *action-values

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down
10 changes: 10 additions & 0 deletions _integration-schemas/facebook-ads/ads_insights_dma.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ attributes:
type: "array"
description: "The total value of all conversions attributed to the ad."
subattributes: *action-values

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@ attributes:
type: "array"
description: "The total value of all conversions attributed to the ad."
subattributes: *action-values

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down
10 changes: 10 additions & 0 deletions _integration-schemas/facebook-ads/ads_insights_region.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ attributes:
type: "array"
description: "The total value of all conversions attributed to the ad."
subattributes: *action-values

- name: "conversion_values"
type: "array"
description: ""
subattributes: *action-values

- name: "conversions"
type: "array"
description: ""
subattributes: *action-values

- name: "date_stop"
type: "date-time"
Expand Down

0 comments on commit a74a2d2

Please sign in to comment.