File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 32
32
"gender_view" ,
33
33
"geographic_view" ,
34
34
"keyword_view" ,
35
+ "label" ,
35
36
"landing_page_view" ,
36
37
"managed_placement_view" ,
37
38
"search_term_view" ,
Original file line number Diff line number Diff line change 5
5
BIDDING_STRATEGY_FIELDS = []
6
6
ACCESSIBLE_BIDDING_STRATEGY_FIELDS = []
7
7
CAMPAIGN_BUDGET_FIELDS = []
8
+ LABEL_FIELDS = []
8
9
ACCOUNT_PERFORMANCE_REPORT_FIELDS = [
9
10
"customer.auto_tagging_enabled" ,
10
11
"customer.currency_code" ,
626
627
"campaign.experiment_type" ,
627
628
"campaign.final_url_suffix" ,
628
629
"campaign.id" ,
630
+ "campaign.labels" ,
629
631
"campaign.manual_cpc.enhanced_cpc_enabled" ,
630
632
"campaign.maximize_conversion_value.target_roas" ,
631
633
"campaign.name" ,
Original file line number Diff line number Diff line change @@ -582,6 +582,12 @@ def initialize_core_streams(resource_schema):
582
582
resource_schema ,
583
583
["id" ],
584
584
),
585
+ "labels" : BaseStream (
586
+ report_definitions .LABEL_FIELDS ,
587
+ ["label" ],
588
+ resource_schema ,
589
+ ["id" ],
590
+ ),
585
591
}
586
592
587
593
You can’t perform that action at this time.
0 commit comments