Get Audiences List via http request

2022-08-02 Thread Andrii Veretko
I need to get list of audience via REST interface. I haven't found any endpoint in v11 to make request like this. But I have found GAQL query to make requests like this. How can I perform it via http call? P. S.

Google Ads Rate Limits

2022-08-16 Thread Andrii Veretko
Hi, I'm trying to configure rate limits with API calls I'm doing and can't understand which type of requests I'm using. There is a list of requests: - POST https://www.googleapis.com/oauth2/v3/token ; - POST https://go

Remove users from UserList on specific date

2023-03-10 Thread Andrii Veretko
Hi, I'm looking for an approach to remove users from CRM based UserList on specific date. 1. Is it possible to implement using built-in Google Ads REST API methods? 2. Is it possible to set via REST API user custom attributes (like due_date or something) and then get all users by this custom att

Re: Remove users from UserList on specific date

2023-03-13 Thread Andrii Veretko
Thank you for answer. When I use customers.offlineUserDataJobs.addOperation method then I provide only 1 user attribute in operation: hashedEmail. Can I somehow add other custom attributes like: date_to_be_removed_from_list? If it isn't possible then is there any approaches to make specific use

API call failed with 429 status but apparently was successfully executed

2024-04-04 Thread Andrii Veretko
Hi, >From time to time I'm facing an issue with *POST* *customers.offlineUserDataJobs.run

Re: api call failed with 429 status but apparently was successfully executed

2024-04-05 Thread Andrii Veretko
Request IDs are provided in the initial message, response payloads also. Can't provide request payloads since it is sensetive information. I'm not using any libraries just a REST interface. Issue happens from time to time for different audiences. On Thursday, April 4, 2024 at 8:27:11 PM UTC+3

Re: api call failed with 429 status but apparently was successfully executed

2024-04-06 Thread Andrii Veretko
An issue is not that I'm receiving 429 RESOURCE_EXHAUSTED. I'm OK with it, since I can simply do a re-try in few seconds. An issue is that when I do the re-try Google Ads API responses me that Job has been already started but it shouldn't be started because you failed my request to start it. On

Audience poppulation dramatically dropped

2024-08-07 Thread Andrii Veretko
Hi, We spotted that a lot of Ads Accounts faced the issue with extremily user population drop at the end of April. From our side we only changed version of Google Ads API to v15 (we did it April 23). But for some Ads Accounts this drop happened even earlier than April 23. What can be a reason?

Some Audiences doesn't allow to create OfflineUserJob for them

2023-06-14 Thread Andrii Veretko
Hi, I'm facing an issue with creating OfflineUserDataJob for few of my Audiences. API call is POST /offlineUserDataJobs:create Response is { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [

OfflineUserDataJob populating takes a lot of tie for some Audiences

2023-06-22 Thread Andrii Veretko
Hi, Sometimes I'm facing an issue with OfflineUserDataJob. From time to time it takes a lot of time to proceed. It doesn't happens everytime. There is OfflineDataJobs which I'm referring to: - customers/3646965316/operations/CjRjdXN0b21lcnMvMzY0Njk2NTMxNi9vZmZsaW5lVXNlckRhdGFKb2JzLzMxNT

Re: offlineuserdatajob populating takes a lot of tie for some audiences

2023-06-23 Thread Andrii Veretko
"Populating" means the process on Google Ads side since client does OfflineUserDataJob:run API call. *> request* and *response* with *request-id *and *request header* Request: POST https://googleads.googleapis.com/v13/customers/3646965316/offlineUserDataJobs/31559275454:run Body: { "validateOnl

Re: offlineuserdatajob populating takes a lot of tie for some audiences

2023-06-27 Thread Andrii Veretko
Yes, it is *SUCCESS*. But it wasn't an original question. I need to know why it takes so much time and can I somehow decrease an execution time? On Monday, June 26, 2023 at 5:00:01 PM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thanks for getting back to us. > > I can see currently the

Re: some audiences doesn't allow to create offlineuserjob for them

2023-06-27 Thread Andrii Veretko
Do you have any update? On Monday, June 19, 2023 at 1:55:26 PM UTC+3 Google Ads API Forum Advisor wrote: > Hi Andrii, > > In order for us to check your concern further, could you please > provide the complete API *request* and *response* logs with *request-id* > and *login-customer-id *generat

Re: some audiences doesn't allow to create offlineuserjob for them

2023-06-27 Thread Andrii Veretko
For all new UserLists I created for this account OfflineUserDataJob:create works correct. It didn't only for those few I sent in ticket on the very begining. Do you maybe have logs for exact those UserLists? On Tuesday, June 27, 2023 at 1:51:17 PM UTC+3 Google Ads API Forum Advisor wrote: > He

Re: some audiences doesn't allow to create offlineuserjob for them

2023-06-27 Thread Andrii Veretko
Thank you for an update On Tuesday, June 27, 2023 at 8:26:52 PM UTC+3 Google Ads API Forum Advisor wrote: > Hello Anrii, > > Thank you for your clarification. > > Upon further investigation, the user_list with an ID of 7992219034 has a > membership status of ‘*Closed*’*. *This means that no new

Re: offlineuserdatajob populating takes a lot of tie for some audiences

2023-06-27 Thread Andrii Veretko
Thank you for an update On Tuesday, June 27, 2023 at 7:15:33 PM UTC+3 Google Ads API Forum Advisor wrote: > Hello Andrii, > > Thank you for getting back to us. > > Please note that, since it can take up to 24 hours for a list to be > populated with members, you might see an In Progress status i

The user list ID provided for the job is invalid

2023-07-06 Thread Andrii Veretko
Can't create OfflineUserDataJob for UserList. Error says The user list ID provided for the job is invalid. I was facing this issue before but support answered it was caused by membership status 'Closed'. There is old ticket: https://groups.google.com/g/adwords-api/c/UpFXhfO-t3I. Now it happens

Re: the user list id provided for the job is invalid

2023-07-07 Thread Andrii Veretko
I have no Idea how to create OfflineUserDataJob with GoogleAds UI. But I've tried to create it via Postman and facing the same error. Request and response provided in first message. There is also "requestId":" d90ESKXwG0VlYu0-58Ja0Q" On Thursday, July 6, 2023 at 6:53:45 PM UTC+3 Google Ads API

Re: the user list id provided for the job is invalid

2023-07-10 Thread Andrii Veretko
I have found this API in Documentation and I see that according doc *accessReason* is output only field. So I can't set it by myself via request. Also want to mention that we have a lot of accounts and a lot of UserLists. Absolute most of them are shared and doesn't face this error. We can't r

Re: the user list id provided for the job is invalid

2023-07-11 Thread Andrii Veretko
But I need to run Offline Job with exactly this UserList. What is the policy of *readOnly* property? Is there any default value? Why exactly this UserList is *readOnly: true*. Can I somehow configure default value in GoogleAds account? On Monday, July 10, 2023 at 4:40:42 PM UTC+3 Google Ads AP