Account stats from the API differ from the ones on the GAds UI

2021-10-28 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Hello, I ran this GAQL to get stats for an account for Oct 26th 2021. However, I see different numbers in Google-Ads UI for the same date and account. How come? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Duplicate GAds account automation

2021-10-01 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks for your email. "The Ads API does not support a method that for duplicating accounts" Even indirectly? Meaning creating a fresh account with Ads API and then duplicating campaigns from old account to the new one? On Sat, Oct 2, 2021 at 12:16 AM Google Ads API Forum Advisor wrote: >

RemoteDisconnected('Remote end closed connection without response'))

2021-09-13 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Hi, I'm calling the G-Ads API (python) and then I'm writing some results to the BQ table. When another client runs my python code on an MCC tree with many sub accounts he gets this error: Got an error message in the large scale run, the only error I was able to retrieve is the following:

Re: Bulk remove ads

2021-09-08 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thank you so much for your help. Please allow me to hune on my questions: 1) What are the ways to send a bulk mutate request: Batch processing (RPC only? async only?) Bulk mutates (REST only? sync only?) Other? 2) Can you please help me verify my code uses batch-processing correctly (design /

Ads API to get headline+description of different ad types

2021-08-31 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Hello, I want to audit the mandatory fields of a few ads from different types (text ads, extended-text ads, responsive text ads). How would you do this (python 3.8 compatible)? I see my select clause should fetch a few fields. How would you switch case the ad type while making sure my code

Re: Cannot fetch more AdWords entities from iterator

2021-08-20 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks, I attach a screenshot: [image: image.png] On Fri, Aug 20, 2021 at 1:39 PM Google Ads API Forum Advisor wrote: > Hi, > > Thank you for posting your concern. > > I am afraid that our team could not access the link you provided. With > this, to take a closer look at the issue, could you

Re: "conversion action" report

2021-07-07 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks, I ran the query and got no result: Even though the UI shows there *has been an action* in the last 30 days. BTW, I prolonged the date range and have gotten only one result row with "undefined" values. var query = "SELECT conversion_action.firebase_settings.event_name,

Re: "conversion action" report

2021-07-06 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks, I will give it a try. WDYT about this comment in SOF? On Tue, Jul 6, 2021 at 6:26 PM Pete Lavetsky (AdWords API Guru) <

Re: "conversion action" report

2021-07-06 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks, I actually created it with the tool, so it's supposed to be syntactically correct. However, I don't get the logic. If I see in the GAds UI view that there are some conversion actions, but the query returns an empty result set - then how can I bridge that gap? Intuitively I could have