Skip to content

Commit

Permalink
🐛 Source Google Ads: Add ignore fields for multiple fields (#34844)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored Feb 5, 2024
1 parent 53d71f9 commit df56dfe
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@ acceptance_tests:
- name: "keyword_view"
bypass_reason: "No data for this date range, tested in previous config"
ignored_fields:
account_performance_report:
- name: metrics.cross_device_conversions
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.all_conversions
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.all_conversions_from_interactions_rate
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.all_conversions_value
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.cost_per_all_conversions
bypass_reason: "Value can be updated by Google Ads"
ad_group:
- name: ad_group.url_custom_parameters
bypass_reason: "Value can be updated by Google Ads"
customer:
- name: customer.optimization_score_weight
bypass_reason: "Value can be updated by Google Ads"
Expand Down Expand Up @@ -87,6 +101,8 @@ acceptance_tests:
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.value_per_conversion
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.cross_device_conversions
bypass_reason: "Value can be updated by Google Ads"
campaign:
- name: campaign.optimization_score
bypass_reason: "Value can be updated by Google Ads"
Expand Down Expand Up @@ -119,6 +135,8 @@ acceptance_tests:
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.value_per_current_model_attributed_conversion
bypass_reason: "Value can be updated by Google Ads"
- name: metrics.cross_device_conversions
bypass_reason: "Value can be updated by Google Ads"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down

0 comments on commit df56dfe

Please sign in to comment.