Hello
I'm trying to get a similar to Adwords API report for keywords containing all labels attached to them for a specific period.
In Adwords API I was selecting 'Id', 'Criteria', 'Status', 'LabelIds', 'Labels' with a date range.
With Google Ads API I can only "select fields from parent resources all the way up to customer from a criteria view".
So I can select fields from ad_group_criterion, ad_group, campaign and customer, but not from ad_group_criterion_label.
I could select FROM ad_group_criterion_label directly and go up the tree to ad_group_criterion, but then I can't specify the segments.date and other metrics for the keywords.
Is there a way to achieve this task without doing 2 requests and querying each time ALL the labels for every keyword?
Thank you