Skip to content

Commit

Permalink
Google Ads #8331 - add segments.ad_network_type to click_view pk acco…
Browse files Browse the repository at this point in the history
…rding to PR review
  • Loading branch information
vitaliizazmic committed Feb 23, 2022
1 parent df1628c commit 8dfcfd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,6 @@ class ClickView(IncrementalGoogleAdsStream):
ClickView stream: https://developers.google.com/google-ads/api/reference/rpc/v8/ClickView
"""

primary_key = ["click_view.gclid", "segments.date"]
primary_key = ["click_view.gclid", "segments.date", "segments.ad_network_type"]
days_of_data_storage = 90
range_days = 1

0 comments on commit 8dfcfd5

Please sign in to comment.