Google Adwords CollectionSizeError.TOO_FEW Response Error

2021-08-10 Thread Gregory Gan
Hi Team, We're currently using the Google Adwords API to do mutations (i.e. inserts, updates and remove members) onto our audience lists, and have received an error back recently when attempting to remove an audience through an API request. The response back had a status code of 500 and the

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-06-10 Thread Gregory Gan
Hi Mitchell, I was wondering if the ability to retrieve all of the Size:Search, Size:Youtube, Size:Display and Size:Gmail information through the Google Adwords/Ads api is supported. As the document is indicating that we can only retrieve the Size:Display (i.e. SszeForDisplay) and the

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-05-07 Thread Gregory Gan
Hi Mitchell, I just wanted a clarification on the error 'CollectionSizeError.TOO_FEW' I'm getting when I'm running the REMOVE operator, for removing a member/s from my member list. I'm assuming its just the fact that my audience list doesn't have enough members in them to do the remove

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Michell, Would being on a test account be the reason also as to why the size doesn't change? Cheers, Greg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Mitchell, Just a follow up on the previous email, I'm trying to upload 1000+ members to my audience list with the SOAP:XML format: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, Also, with uploading a member list to an exisiting audience list with the Google Adwords API, it seems like it went through as the last upload date changed to the time and day I did the post my members list. However, the number of members size doesn't seem to change (as shown in

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, yeah in terms of using Google Adwords mutateMembers REMOVE operation to remove a specific member, would I instead of feeding the request a userID, I just feed in the sha256

Google Ads API: List all available userList in a customer account example?

2020-04-26 Thread Gregory Gan
Hi guys, I'm trying to list all available userLists within a customer account, and I was wondering if it were possible to retrieve using the Google Ads api. If so, would it be possible if someone were able to provide an example request url? I know its possible to retrieve all available

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-26 Thread Gregory Gan
Hi Mitchell, In the case, if the audience list I've uploaded are a 'crm_based_user_list', is there a way to delete only on specific members within the crm based user list? Or can I only do a delete on the whole member list and then upload a new one, that excludes the member I want to remove

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-20 Thread Gregory Gan
Hi Mitchell, I was able to figure out the SOAP:XML for mutating the members. But I was wondering if you could attach a userId (and perhaps a hashed first and last name of a member) alongside the hashed email, phone number per member. As currently from I'm trying to also addalongside the

Google Ads API JSON REST POST Request - MutateMembers

2020-04-16 Thread Gregory Gan
Hi guys, So I've successfully created a userList through formulating the following JSON for a POST request: Namespace: https://googleads.googleapis.com/v3/customers/74183x/userLists:mutate { "operations": [ { "create": { "readOnly": false,