KEYWORDLESS_QUERY_REPORT returns no data

2020-01-21 Thread Data DataSem
I was trying to pull information from the KEYWORDLESS_QUERY_REPORT, I was able to pass the function, however the date returned is blank: def main(client): # Initialize appropriate service. report_downloader = client.GetReportDownloader(version='v201809') # Create report query. report_que

Re: How to paused keywords with Google Ads API and python

2020-01-04 Thread Data DataSem
Hey... thanks for the answer... was exactly what I was looking for. On Friday, January 3, 2020 at 10:43:29 AM UTC-6, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. In order to pause a keyword, you can follow > the example you posted however instead of updating the bidding str

How to paused keywords with Google Ads API and python

2020-01-02 Thread Data DataSem
I was trying to change the status of keyword from enable to paused in googles ads using the API. I found the following documentation however it only mention how to update a the bid for the keyword https://developers.google.com/adwords/api/docs/samples/python/basic-operations#update-a-keyword ho