Re: Update MaxCPC Problem

2022-08-10 Thread Werner Reyneke
Good day May I please have an update on my query below? Thanks Werner Reyneke On Thu, 28 Jul 2022, 09:25 Werner Reyneke, wrote: > Good day > > The list of keywords we'd like to update are simply a selected set of > keywords(criterionid's) manually selected that we would like to update. >

Re: Update MaxCPC Problem

2022-07-28 Thread Werner Reyneke
Good day The list of keywords we'd like to update are simply a selected set of keywords(criterionid's) manually selected that we would like to update. However these ones don't appear in the GAQL query. What could be the reason that they don't come through in the query? Kind regards Werner On

Re: Update MaxCPC Problem

2022-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, I’ve tried to use your GAQL and it seems it’s returning correct data. With regards to your statement “There are matches on the add campaign platform and it's a live campaign, but the Google Ads API doesn't return Criterion IDs even with that wide date range.”, could you help us to

Re: Update MaxCPC Problem

2022-07-25 Thread Werner Reyneke
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

Re: Update MaxCPC Problem

2022-07-22 Thread Werner Reyneke
Good day So I was using this query below to find a matching keyword to update its MaxCPC: 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

Re: Update MaxCPC Problem

2022-07-21 Thread Werner Reyneke
Hi there Here is the header output. Does this help in troubleshooting as to why the customer id and keywords don't match up? [image: image.png] On Fri, Jul 15, 2022 at 6:00 AM Google Ads API Forum Advisor wrote: > Hi Werner, > > Thank you for posting your concern. Allow me provide support to

RE: Update MaxCPC Problem

2022-07-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, Thank you for posting your concern. Allow me provide support to your concern. To investigate the issue and to address it, please provide the complete request and response logs with request ID and request header generated on your end. You can provide it via Reply privately to author

Update MaxCPC Problem

2022-07-14 Thread Werner Reyneke
Good day, I'm using this query below to find a matching keyword to update its MaxCPC: 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