How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi :)

I wanna download all audiences under a account which has more than 220,000 
audiences. 

However, I can't use AdwordsUserListServiceInterface::get () since there is 
an limitation (SelectorError.START_INDEX_IS_TOO_HIGH).

Audience performance report does not work for me too because fields of 
UserList such as membershipLifeSpan, size etc are not available in the 
report.

Could you please give me any suggestion?

Thanks,

Yi Huang




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/08c50187-7666-4191-b2d9-785da689f641%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download an extremely large set of audiences?

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hello Yi,

You will need to implement Paging 

 whenever 
you use the AdwordsUserListService.get() for getting this many userlists in 
order to limit the number of results you retrieve per request and avoid 
encountering the error. Let me know if this helps.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ad5c0a6e-d4a2-4e2b-a80c-74a8729d6eca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi Peter,

The dilemma  here is the number of audience is more than 220,000 which 
could lead to a start index larger than 100,000. Then comes 
SelectorError.START_INDEX_IS_TOO_HIGH. This is the reason we cant use 
Paging.


On Monday, July 10, 2017 at 4:39:47 PM UTC+8, Peter Oliquino wrote:
>
> Hello Yi,
>
> You will need to implement Paging 
> 
>  whenever 
> you use the AdwordsUserListService.get() for getting this many userlists in 
> order to limit the number of results you retrieve per request and avoid 
> encountering the error. Let me know if this helps.
>
> Best regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/81d9f661-936f-429e-b617-3eb1fdb01383%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download an extremely large set of audiences?

2017-07-10 Thread 'Peter Oliquino' via AdWords API Forum
Hello Yi,

My apologies for the mistake. Another solution or workaround 
 would 
be to further break down the results by adding predicates and further 
grouping your queries by campaign or ad group. You may also resort to 
generating reports since most fields are also available in these reports 
such as the Audience Performance Report 

.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/33401764-6bee-48e3-88dd-f2713e3abfea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.