Re: customer_client.status

2023-06-14 Thread Eric Nagel
Putting this out there publicly, but I sent further details in private: 9 months later, and this bug still exists. All customer clients are coming back as enabled, even suspended ones. On Thursday, September 8, 2022 at 10:35:27 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi Eric, > > Thank

Re: Setting a Tracking Template w/out setting Final URLs

2023-01-03 Thread Eric Nagel
Hi Nirmita, I'm using the rest transport, not gRPC, in the PHP library. How can I get you the logs that you need? On Friday, December 30, 2022 at 1:08:04 PM UTC-5 adsapi wrote: > Hi Eric, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further,

Re: Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread Eric Nagel
Hello, Here is the error when setting a Tracking Template but not a Final URL: [image: image (11).png] I also did not see this in the API documentation, which is why I'm confused of this requirement. I'm not concerned with the TOO_SHORT error as that makes sense to me. I was just eliminating

Setting a Tracking Template w/out setting Final URLs

2022-12-30 Thread Eric Nagel
Hello, Yesterday I tried setting a Tracking Template on a keyword via the API without setting the Final URLs and the call failed. Then I asked a coworker to try via the web, and that failed. Then, she tried via the Editor and IT WORKED. When I downloaded the keyword via the API, the Final

Re: customer_client.status

2022-09-08 Thread Eric Nagel
Hello - trying to get the logs led me down a rabbit hole, which I'm still heading down. We use rest transport, which doesn't support logging. So I either need to install and convert my code to use gRPC or figure out another way to get you the logs. On Thursday, September 8, 2022 at 10:01:22

customer_client.status

2022-09-08 Thread Eric Nagel
customer_client.status is returning 2 ("ENABLED") for a suspended account. I'm expecting it to return 4 ("SUSPENDED"). My query, SELECT customer_client.resource_name, customer_client.client_customer, customer_client.hidden, customer_client.level, customer_client.time_zone,

customer_client.status

2022-09-06 Thread Eric Nagel
Why is customer_client.status always coming back as 2 ("ENABLED") for me? I'm pulling info from an account that I know is suspended, so I expect 4 ("SUSPENDED") but instead I'm getting 2. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: