Re: [OfflineUserDataJob] Getting RESOURCE_EXHAUSTED

2022-11-21 Thread Nicholas Edwards
We are also getting the same error when trying to update customer lists... Working fine for the last few months up until today. I've checked our GCP logs and we are well within the daily quotas. Have you had any response back from Google? Thanks On Monday, November 21, 2022 at 3:04:44 PM UTC n

Migrate your OAuth out-of-band flow to an alternative method

2022-05-06 Thread Nicholas Edwards
Hi, We are using the OOB flow for authentication. Our app is an "internal" app only. Can we continue to use OOB flow for internal apps? Thanks, Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: Application for Standard Access Denied

2021-11-12 Thread Nicholas Edwards
Thanks Matt! On Thursday, November 11, 2021 at 1:11:37 PM UTC adsapi wrote: > Hi Nicholas, > > Thanks for reaching out. The second option, creation/management, makes the > most sense here. However, for clarifications on this application, please > reach out to adwordsa...@google.com, as their te

Application for Standard Access Denied

2021-11-11 Thread Nicholas Edwards
Hi, We applied for standard access for the Google Ads API and were denied with the following reason: *You did not include enough information as to what type of API calls you will* * be making. Specifically, you must clarify which of the following calls you plan on making 1) Reporting 2) Creati

Re: Customer Match Telephone Format

2021-03-05 Thread Nicholas Edwards
Thank you for your reply - makes sense. On Wednesday, March 3, 2021 at 4:39:55 AM UTC adsapiforumadvisor wrote: > Hi Nicholas, > > Thank you for posting your concern. > > Based on the documents below, whether you are using AdWords API or Google > Ads API for uploading customer match, a phone n

Customer Match Telephone Format

2021-03-02 Thread Nicholas Edwards
Hi, I would like confirmation on the format of the tel number when uploading via API for customer match According to documentation it should follow E.164 format. Please can you confirm if this should include the + sign at the beginning? For example:0735347 would be +44735347

Google Ads API Policies

2020-11-11 Thread Nicholas Edwards
I am struggling to understand these two policies (see below) from here: https://support.google.com/adspolicy/answer/6169371?hl=en They seem to contradict one another? Although I might be reading it wrong One is saying if you provide a tool to third party clients, you can't require them to appl

Customer Match - userId

2020-10-15 Thread Nicholas Edwards
The documentation regarding userID uploads says: Note: Uploading members based on userId is only available to allowlisted customers. Is an allowedlisted customer the same as a customer who has access to use customer match? Or this different to customer match criteria? Thanks -- -- =~=~=~=~=

Re: User List ID

2020-10-10 Thread Nicholas Edwards
Found it - very straightforward - it's directly within the UI On Sat, Oct 10, 2020 at 2:16 PM Nicholas Edwards wrote: > Hi, > > I know it's possible to grab the user list ID via the API service > ('AdwordsUserListService') > > Is it possible to get th

User List ID

2020-10-10 Thread Nicholas Edwards
Hi, I know it's possible to grab the user list ID via the API service ('AdwordsUserListService') Is it possible to get this ID through the Google Ads UI? Or by looking at the network traffic via the browser? This is for non technical users to provide IDs for a solution we are working on. Than

Re: user list service - status of upload

2020-10-10 Thread Nicholas Edwards
Great - thanks. I will try that out On Thu, Oct 8, 2020 at 8:08 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Nick, > > Thank you for reaching out. You could try to use > AdwordsUserListService.get() >

user list service - status of upload

2020-10-08 Thread Nicholas Edwards
Hi, Firstly can I say it's great to see a forum where the developers actually reply! I have a python script that uploads or removes hashed emails to a user list Adwords_client.GetService('AdwordsUserListService', 'v201809') mutate_members_operation = { 'operand': { ': google, 'membersList': h

Re: User_ID customer match

2020-08-07 Thread Nicholas Edwards
Thanks for your help - ill take a look On Friday, August 7, 2020 at 6:39:52 PM UTC+1 adsapiforumadvisor wrote: > Hi Nick, > > Thank you for providing the logs! They were very helpful. Upon > investigating the logs, I noticed that you were pulling conversions with a > trackingCodeType of WEBPAGE

Re: User_ID customer match

2020-08-06 Thread Nicholas Edwards
Thanks - i emailed you the details. On Thursday, August 6, 2020 at 8:10:38 PM UTC+1 adsapiforumadvisor wrote: > Hi Nick, > > Can you please provide your customerClientId as well as the complete > detailed logs of the request and response so that I can deeper investigate > why this conversion is

Re: Offline Conversion Upload (Python) - Empty Response

2020-08-06 Thread Nicholas Edwards
Check this out - as you are using external attribution model you need to add additional parameters when you load the offline data in. On Thursday, August 6, 2020 at 6:56:28

Re: User_ID customer match

2020-08-06 Thread Nicholas Edwards
Hi, Thanks for getting back to me. So the first step I have done is to pull back the conversion trackers on the account so I can get the offline conversion ID. However, the response I get back doesn't include all conversions. Here is my code: user_list_service = client.GetService('ConversionT

User_ID customer match

2020-08-05 Thread Nicholas Edwards
Hi, What are the requirements to be able to upload user_ids through customer match? I would like to stitch together the GAd cookie with our CRM data so that we can get a better match rate on the audiences - but it looks like this is only available for US whitelisted customers? My other quest