RE: Google Ads API JSON REST POST Request - MutateMembers

2020-06-11 Thread Google Ads API Forum Advisor Prod
Hi Greg, You are correct that only size:Display and size:Search are available in the API. I have created a feature request for the others on your behalf so please keep an eye on our Developer Blog for information on future releases. In terms of the discrepancy you're seeing, please share your

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-08 Thread Google Ads API Forum Advisor Prod
Hi Greg, As explained here, the membersList of members to remove needs to contain at least 1 member in order for the operation to run successfully. The size of the user list shouldn't cause this error. If you are specifying at least 1 member in the membersList and are still getting the error,

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-29 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Yes, that is correct. As explained here, user lists are not supported in test accounts and will close upon creation. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZYbxK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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 Google Ads API Forum Advisor Prod
Hi Gregory, To answer your first question, you need to feed it the list of members you want to remove. The members should be the same as they are in the UserList. For your other questions, it can take up to 12 hours to show the updated UserList as explained here. If you added more than 1000

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

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greg, You can only do this through AdWords API using mutateMembers REMOVE operation. You specify the members you want to delete in the MutateMembersOperand membersList. You can also delete the entire list by setting removeAll to true. You can upload the same list of members to multiple

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 Google Ads API Forum Advisor Prod
Hi Gregory, Unfortunately, it is not possible to upload multiple types for a crm_based_user_list as explained here. For example, if you use userId then you can't use contact_info (phone number, email, etc.) and vice versa. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZYbxK:ref

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

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-17 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for reaching out. Unfortunately, there is no way to add members to a UserList using Google Ads API at this moment. You will have to use mutateMembers from AdWords API or use the UI for now. Our team is aware of this feature request and the importance of it. You can keep