INVALID_CUSTOMER_FOR_CLICK on uploading offline conversion

2022-07-22 Thread Walter Bodwell
I'm trying to upload an offline conversion. I'm using a manager account to make the changes (9567076910). The conversion action has an owner_customer of "customers/6141913992". That's the customer_id I'm using. Here is the customer.conversion_tracking_setting: customer { resource_name:

Re: Trouble getting partial failures

2022-04-11 Thread Walter Bodwell
Thanks for your response. I am checking the code after getting the partial_failure_error. The problem is that the partial_failure_error is None (i.e., not present). Thanks, Walter On Thursday, April 7, 2022 at 9:15:34 PM UTC-5 adsapi wrote: > Hi Walter, > > Thank you for raising this

Trouble getting partial failures

2022-04-07 Thread Walter Bodwell
I'm uploading offline conversions. Most are successful (and I can see them in the Google Ads UI). Some are not. I'm having difficulty getting an error message for the unsuccessful ones. Here's my Python code: # create conversion click_conversion = client.get_type("ClickConversion")

Re: Request is missing required authentication credential

2022-02-07 Thread Walter Bodwell
-6 Walter Bodwell wrote: > I have two Google OAuth applications. One is used for testing and hits a > sandbox account. The other just got verified for production use and is > hitting our production account. > > The sandbox version is working just fine. The same code fails on th

Request is missing required authentication credential

2022-02-07 Thread Walter Bodwell
I have two Google OAuth applications. One is used for testing and hits a sandbox account. The other just got verified for production use and is hitting our production account. The sandbox version is working just fine. The same code fails on the production version. When I try to call the

Finding Google Oauth Application

2021-12-15 Thread Walter Bodwell
We're having issues finding our Oauth application from within our various Google accounts (looking at https://console.cloud.google.com/apis/credentials for each project of each account that we're aware of). Is there an easy way to determine which account it is in (say an email) given a client