Skip to content

Commit

Permalink
[CPL-17915]: Restored date related segment fields
Browse files Browse the repository at this point in the history
  • Loading branch information
akoikelov committed Nov 29, 2024
1 parent 22e2cc9 commit 92dffcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tap_google_ads/report_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,14 @@
"metrics.video_view_rate",
"metrics.video_views",
"metrics.view_through_conversions",
"segments.date",
"segments.day_of_week",
"segments.hour",
"segments.month",
"segments.month_of_year",
"segments.quarter",
"segments.week",
"segments.year",
]
CAMPAIGN_PERFORMANCE_BY_AD_NETWORK_TYPE_REPORT_FIELDS = [
"bidding_strategy.name",
Expand Down

0 comments on commit 92dffcf

Please sign in to comment.