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 following error 
message: 

Error message: Component [Received Unexpected HTTP 
Response:RECEIVED_UNEXPECTED_HTTP_RESPONSE2] finished with status ERROR. 
(In0: 1 recs) Didn't get valid response from POST: content: 
0005c922dfc2e6f403e7ec9b0d05e813AdwordsUserListServicemutateMembers1158
soap:Client[CollectionSizeError.TOO_FEW 

When diagnosing the error, we've found out that it was actually from a 
malformed request body where we've provided a JSON for the MemberLists 
object instead of the expected SOAP XML tag (i.e.   
 ):


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0" 
xmlns:ns1="https://adwords.google.com/api/adwords/rm/v201809";>
???-???-
ASDyeCacwnHAs5wd1369cQ
example.com:AudiencePost:V1.0
false
false



https://adwords.google.com/api/adwords/rm/v201809";>

https://adwords.google.com/api/adwords/cm/v201809";>REMOVE

??
false{"hashedEmail": 
"5514ff9d5c1bd7b78fd9d441147798c9d2cd821b98c9c65bb5ed757856e9d645" 
}



 

What we're wondering is why the error status code and message received does 
not indicate a malformed/invalid request (e.g. a status code of 400 
indicating a bad request) instead of the "CollectionSizeError.TOO_FEW " 
error message with status code 500.

Cheers,
Greg

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/23422ac1-e0b4-4332-9a85-a9521dd339b2n%40googlegroups.com.


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,
"name": "vector-test-audience",
"description": "A test audience post request",
"membership_status": "OPEN",
"membershipLifeSpan": 8,
"sizeRangeForDisplay": "LESS_THAN_FIVE_HUNDRED",
"sizeForSearch": "0",
"sizeRangeForSearch": "LESS_THAN_FIVE_HUNDRED",
"type": "CRM_BASED",
"accessReason": "OWNED",
"accountUserListStatus": "ENABLED",
"eligibleForSearch": true,
"eligibleForDisplay": true,
"crmBasedUserList": {
"uploadKeyType": "CONTACT_INFO",
"dataSourceType": "FIRST_PARTY"
}
}
}
]
} 

And what I want to do now is to post a list of members (customers to match) 
with the fields Email, First Name, Last Name and Phone Numbers. I'm not 
sure if I can add another field onto the JSON above to populate with a list 
of members when creating a new audience list, or if I have to make a new 
JSON with a different namespace format. I've pretty much looked into the 
Google Ads documentation, youtube videos and code examples, but I haven't 
been able to find a clear cut solution to what I want to do. I know that 
there's a mutateOperation, but I'm not sure how I can use that to achieve 
what I want to do. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cbcb69d9-725c-429f-9cbd-9c6c03f848b2%40googlegroups.com.


Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 Thread Gregory Gan


On Saturday, April 18, 2020 at 2:16:02 AM UTC+10, adsapiforumadvisor wrote:
>
> 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 an eye on our Developer 
> Blog  for information on future 
> releases.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UZYbxK:ref
>



Hi Mitchell,

Thank you for the reply back. I've been looking at the Google Adwords 
mutateMember as well, and there isn't an example or a clear explanation 
within the document  for how to structure the SOAP:XML request. I've manage 
to create the SOAP:XML POST request for creating a new Audience List 
(userList) as follows: 


  http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

  https://adwords.google.com/api/adwords/rm/v201809"; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0">
741-838-3580
RfVyeCacwnHAx5wd1369cQ
example.com:vectorAudiencePost:V1.0
false
false
  


https://adwords.google.com/api/adwords/rm/v201809";>

https://adwords.google.com/api/adwords/cm/v201809";>ADD
https://adwords.google.com/api/adwords/rm/v201809"; 
xsi:type="ns8:CrmBasedUserList">
1
vector-test-audience-adwords-POST
A list of dummy 
customers
OPEN
365
CONTACT_INFO






But I'm not sure as to whether I have to now create the mutateMembers 
SOAP:XML and whether to create an entirely new one or I can somehow append 
the operation into the SOAP:XML I've made above. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/24aed3a8-ab73-4c4a-bb2c-a432091b431a%40googlegroups.com.


Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 Thread Gregory Gan


On Saturday, April 18, 2020 at 2:16:02 AM UTC+10, adsapiforumadvisor wrote:
>
> 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 an eye on our Developer 
> Blog  for information on future 
> releases.
>
> Regards,
> Mitchell
> Google Ads API Team
>

Hi Mitchell,

Thank you for the reply back. I've been looking at the Google Adwords 
mutateMember as well, and there isn't an example or a clear explanation 
within the document  for how to structure the SOAP:XML request. I've manage 
to create the SOAP:XML POST request for creating a new Audience List 
(userList) as follows: 


  http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

  https://adwords.google.com/api/adwords/rm/v201809"; soapenv:actor="
http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0">
741-xxx-
RfVyeCacwnHA
example.com:vectorAudiencePost:V1.0
false
false
  


https://adwords.google.com/api/adwords/rm/v201809";>

https://adwords.google.com/api/adwords/cm/v201809";>ADD
https://adwords.google.com/api/adwords/rm/v201809"; 
xsi:type="ns8:CrmBasedUserList">
1
vector-test-audience-adwords-POST
A list of dummy 
customers
OPEN
365
CONTACT_INFO






But I'm not sure as to whether I have to now create the mutateMembers 
SOAP:XML and whether to create an entirely new one or I can somehow append 
the operation into the SOAP:XML I've made above. 

Cheers,
Greg  

>
> ref:_00D1U1174p._5001UZYbxK:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fd3c6a3-64f9-468b-a389-80a25569979b%40googlegroups.com.


Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-19 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 
hashed email and phone number, but running to an internal error 500. From 
the document it should be possible, but I've got a feeling it might be 
something to do with the userList type I've set mine as? 

Cheers,
Greg 

>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aa17c656-7a5a-48d0-9f7b-680868eb8cb9%40googlegroups.com.


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 specifically? Also, can an audience list share a member list? Such 
that I can use the same member list I've uploaded to one audience list for 
another audience list. 

Cheers,
Greg  

On Tuesday, April 21, 2020 at 2:38:46 AM UTC+10, adsapiforumadvisor wrote:
>
> 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
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a2bf9fd-8a61-4d3d-803a-dba93c4eee34%40googlegroups.com.


Re: Accessing User lists through a rest endpoint

2020-04-26 Thread Gregory Gan
Hi guys, 

I'm also trying to find a way to list all userLists within my customer 
account, through preferably using the JSON Google Ads api. I tried to use 
the Request URL as suggested in the above reply, but seems to now work for 
v3 and v2 of the google ads api. So I was wondering if you can provide a 
JSON example or if its not possible with google ads api, perhaps then an 
example in SOAP:XML for google adwords (if it's also possible with google 
adwords api).

Cheers,
Greg 

On Wednesday, February 12, 2020 at 2:02:37 AM UTC+10, adsapiforumadvisor 
wrote:
>
> Hello Vinod,
>
> Thank you for reaching out. Please find below the Google Ads API server 
> endpoint where all requests are sent. Please refer to this 
> 
>  
> guide for creating the  request URL to make API calls using the API 
> services. Attached the sample request URL below to get a list of available 
> user lists via API. For your other concern related to adding the members to 
> the user list, it is currently not possible to mutate the members of the 
> user lists via Google Ads API Beta. Our team is already aware of this 
> request. Please keep an eye on our blog post 
>  for updates related to this.
>
> End Point: https://googleads.googleapis.com
>
> Request URL: https://googleads.googleapis.com/v2/customers/{customer_id}/
> userLists:get
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV0Ode:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/067aaa2d-1c13-4972-9f02-73203bfe385d%40googlegroups.com.


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 customer accounts 
through: 
https://googleads.googleapis.com/v3/customers:listAccessibleCustomerslist. 
But cannot seem to find anything remotely similar in the documents for 
doing a get request to retrieve ALL available userLists. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a0b1b8e-4d87-450c-bc5f-48e8986497a7%40googlegroups.com.


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 email, phone etc for the member 
I want to remove? 

In terms of uploading the same list of members to multiple userLists, that 
makes sense and should be all good for what I'm doing. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/85986683-c79b-4359-a858-a32db739e16d%40googlegroups.com.


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 the attached 
image). Not sure if that's okay or not, as I would want to (if could) see 
if all my members in the list of members uploaded when through. 

Cheers,
Greg 

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b7a5994-fc6b-4f4e-8734-3d97999f6009%40googlegroups.com.


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";>

https://adwords.google.com/api/adwords/rm/v201809"; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0">
xxx-xxx-
R
example.com:Test:xxx
false
false



https://adwords.google.com/api/adwords/rm/v201809";>

https://adwords.google.com/api/adwords/cm/v201809";>ADD

xx


d480ad3fc4b40ae4361e4b26e223a0a5c0f04e3baf92a600ff42690d5576d136

4dc2b26583b308da70acbee670b5a5946dc37ca38ee71f9be023a0b093fa5b2b


0d2c690e7dd5f94780383e9dfa1f4def044319104ad16ab15e45eeb2a8dfc81b

b55d31756452520fc568e5981fdbb68185c8f9d38c9f91c15fe10afd2499f5c6
au
 4006 


779a43be8a05b79f0212b5aa6694f6e9f81de948b82cd5f9e2e2cbd14aa2f016

180d55631635a69f13578de3306e4a68b81804364c5a301cadb227831b7a054e


01621148306fc8fb7c2b95eeb5c37e375f90db53cf8313ea87c9c34c05b7e0e5

2a99130a5aa3403ae8b3723f4d66b190d3c4e7c4a202f6498e72a25d36f4
au
 4006 








Also, my audience list has the membership status as "OPEN" and when I put 
the request in postman, its getting a 200 status back with the last upload 
date changing. However, the size uploaded doesn't seem to change at all. 
Still saying there's 0 members in my audience list. Not sure if its because 
I'm on a test account or something else. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3d6c81c0-4db4-4193-ad69-2409d2b90c6d%40googlegroups.com.


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 received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c05bd974-6439-4576-9a47-3b2e40023a62%40googlegroups.com.


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 operation?

Cheers,
Greg   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4be2eebc-f0c4-4fe6-9b35-440d03eb7088%40googlegroups.com.


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 Size:Search 
(i.e. sizeForSearch). We're also getting inconsistencies, with the 
sizeForSearch figure against the Size:Search figure in the UI, and that the 
Size:Display for one of our audience list is significantly low (i.e. 0 ) 
and I'm not to sure as to why that is for certain. 

Cheers,
Greg 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b60781b6-dde7-4a09-ab36-ab4359866e6do%40googlegroups.com.