Good day
Thanks for your reply.
Ok, so basically we have a list of keywords IDs (AdGroupCriterion.CriterionId) for which we need to update the CpcBidMicros values.
The problem is that when I use the GAQL query below, which in theory is supposed to return a bunch of criterion id's that would match at least some of the criterion id's in our list, there are no matching ones returned, which is impossible.
I am using this GAQL query below:
select segments.date,
ad_group.id,ad_group.status,ad_group_criterion.status,
campaign.id, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text from keyword_view where segments.date between '2021-06-15' and '2022-07-15'
I hope the explanation is now more clear?
Kind regards,
Werner