Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-26 Thread Joanna
Hello Daniel,
Thank you for a fast response. I see campaignId and adGroupId are not 
included with zero impression results :/ Is there a report that I could 
extract this information (something corresponding to the 
campaignfeedservice/adgroupfeedservice)?
Best regards,
Joanna

W dniu czwartek, 25 września 2014 13:16:11 UTC+2 użytkownik Danial Klimkin 
napisał:

 Hello Joanna,


 Thank you for bringing this to our attention. We've recently switched from 
 report-level zero-impression compatibility to column-level. See the 
 Supports Zero Impressions column.

 As long as you only request columns marked as compatible, the report will 
 return zero rows.

 I'll get our documentation updated.


 -Danial, AdWords API Team.


 On Thursday, September 25, 2014 11:27:42 AM UTC+4, Joanna wrote:

 Hi Daniel,
 I need to get feed items (to get enhanced sitelinks) and I came the 
 SelectorError.START_INDEX_IS_TOO_HIGH  problem. I see the report does not 
 support zero impression items 
 https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item.
  
 What can I do in this case when I want to get over 100 000 feed items that 
 may have zero impressions?
 Best regards,
 Joanna


 W dniu wtorek, 1 kwietnia 2014 13:22:39 UTC+2 użytkownik Danial Klimkin 
 napisał:

 Hello,


 Reporting does not support paging but it supports predicates. You can 
 split report by dates or campaign IDs, for example.


 -Danial, AdWords API Team.


 On Monday, March 31, 2014 11:02:28 PM UTC+4, ddofborg wrote:

 Is there a way to limit the size of the AdHoc report? I'd like to 
 download is in parts and not as a whole.

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large 
 set of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make 
 it available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to 
 narrow down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html
  
 .

 So if the size of the result is large, please use adhoc reports or 
 try to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional 
 Request ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com 
 wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage 
 objects we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages 
 we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi 
 Hagikura (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind 
 wrote:

 Hi all,
 since 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-26 Thread Danial Klimkin
Hello Joanna,


Correct. Adding campaign ID w/zero impression potentially results in 
number_of_campaigns * number_of_feed_items rows (due to use of matching 
function).

Feed and Feed Item IDs are zero-compatible though, you can retrieve those 
and map on the client side.


-Danial, AdWords API Team.



On Friday, September 26, 2014 12:44:49 PM UTC+4, Joanna wrote:

 Hello Daniel,
 Thank you for a fast response. I see campaignId and adGroupId are not 
 included with zero impression results :/ Is there a report that I could 
 extract this information (something corresponding to the 
 campaignfeedservice/adgroupfeedservice)?
 Best regards,
 Joanna

 W dniu czwartek, 25 września 2014 13:16:11 UTC+2 użytkownik Danial Klimkin 
 napisał:

 Hello Joanna,


 Thank you for bringing this to our attention. We've recently switched 
 from report-level zero-impression compatibility to column-level. See the 
 Supports Zero Impressions column.

 As long as you only request columns marked as compatible, the report will 
 return zero rows.

 I'll get our documentation updated.


 -Danial, AdWords API Team.


 On Thursday, September 25, 2014 11:27:42 AM UTC+4, Joanna wrote:

 Hi Daniel,
 I need to get feed items (to get enhanced sitelinks) and I came the 
 SelectorError.START_INDEX_IS_TOO_HIGH  problem. I see the report does not 
 support zero impression items 
 https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item.
  
 What can I do in this case when I want to get over 100 000 feed items that 
 may have zero impressions?
 Best regards,
 Joanna


 W dniu wtorek, 1 kwietnia 2014 13:22:39 UTC+2 użytkownik Danial Klimkin 
 napisał:

 Hello,


 Reporting does not support paging but it supports predicates. You can 
 split report by dates or campaign IDs, for example.


 -Danial, AdWords API Team.


 On Monday, March 31, 2014 11:02:28 PM UTC+4, ddofborg wrote:

 Is there a way to limit the size of the AdHoc report? I'd like to 
 download is in parts and not as a whole.

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large 
 set of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make 
 it available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to 
 narrow down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 
 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html
  
 .

 So if the size of the result is large, please use adhoc reports or 
 try to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional 
 Request ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com 
 wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage 
 objects we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages 
 we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi 
 Hagikura (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included 
 in the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-25 Thread Joanna
Hi Daniel,
I need to get feed items (to get enhanced sitelinks) and I came the 
SelectorError.START_INDEX_IS_TOO_HIGH  problem. I see the report does not 
support zero impression items 
https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item.
 
What can I do in this case when I want to get over 100 000 feed items that 
may have zero impressions?
Best regards,
Joanna


W dniu wtorek, 1 kwietnia 2014 13:22:39 UTC+2 użytkownik Danial Klimkin 
napisał:

 Hello,


 Reporting does not support paging but it supports predicates. You can 
 split report by dates or campaign IDs, for example.


 -Danial, AdWords API Team.


 On Monday, March 31, 2014 11:02:28 PM UTC+4, ddofborg wrote:

 Is there a way to limit the size of the AdHoc report? I'd like to 
 download is in parts and not as a whole.

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords 
 API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large set 
 of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html
  
 .

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com 
 wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




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

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-25 Thread Danial Klimkin
Hello Joanna,


Thank you for bringing this to our attention. We've recently switched from 
report-level zero-impression compatibility to column-level. See the 
Supports Zero Impressions column.

As long as you only request columns marked as compatible, the report will 
return zero rows.

I'll get our documentation updated.


-Danial, AdWords API Team.


On Thursday, September 25, 2014 11:27:42 AM UTC+4, Joanna wrote:

 Hi Daniel,
 I need to get feed items (to get enhanced sitelinks) and I came the 
 SelectorError.START_INDEX_IS_TOO_HIGH  problem. I see the report does not 
 support zero impression items 
 https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item.
  
 What can I do in this case when I want to get over 100 000 feed items that 
 may have zero impressions?
 Best regards,
 Joanna


 W dniu wtorek, 1 kwietnia 2014 13:22:39 UTC+2 użytkownik Danial Klimkin 
 napisał:

 Hello,


 Reporting does not support paging but it supports predicates. You can 
 split report by dates or campaign IDs, for example.


 -Danial, AdWords API Team.


 On Monday, March 31, 2014 11:02:28 PM UTC+4, ddofborg wrote:

 Is there a way to limit the size of the AdHoc report? I'd like to 
 download is in parts and not as a whole.

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large 
 set of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html
  
 .

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com 
 wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage 
 objects we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages 
 we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi 
 Hagikura (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even 
 though there 
 are more AdParams existing. These errors usually start appearing 
 at an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-04-01 Thread Danial Klimkin
Hello,


Reporting does not support paging but it supports predicates. You can split 
report by dates or campaign IDs, for example.


-Danial, AdWords API Team.


On Monday, March 31, 2014 11:02:28 PM UTC+4, ddofborg wrote:

 Is there a way to limit the size of the AdHoc report? I'd like to download 
 is in parts and not as a whole.

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords 
 API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large set 
 of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-03-31 Thread ddofborg
Is there a way to limit the size of the AdHoc report? I'd like to download 
is in parts and not as a whole.

On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords 
API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large set 
 of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data whose 
 start index is past 5 (the maximum number increased to 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try to 
 narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-01-20 Thread Danial Klimkin
Hello Paris,


Unfortunately, AdParams can not now be retrieved via reports. I will log 
this as a feature request.

You can use predicates to limit the size of the resulting set.


-Danial, AdWords API Team.


On Friday, January 17, 2014 3:51:42 AM UTC+4, Paris Theofanidis wrote:

 Hi all,

 AdHoc reports are actually preferable since they are much faster so I do 
 prefer them in general. However, I can't seem to find any way to get the 
 AdParams through report. Any suggestion?

 Best,
 Paris

 On Friday, 11 October 2013 03:45:00 UTC+2, Takeshi Hagikura (AdWords API 
 Team) wrote:

 Hi Peter,

 At this moment, we can't tell the maximum number is increased. 
 Please consider one of the following: 

 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 Best,
 - Takeshi, AdWords API Team


 On Thursday, October 10, 2013 1:13:50 AM UTC+9, CSPeter wrote:

 Hi Takeshi -

 Thanks for the correction.

 Is there any consideration being made to increasing this number?  We 
 have clients with single campaigns containing more than 100,000 keywords 
 now.  Having to split this call into many smaller calls is counter to the 
 other recommendations that encourage bulk processing.

 An increase to 200,000 would be a great improvement.

 Thank you,
 Peter

 On Wednesday, October 9, 2013 3:19:30 AM UTC-4, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi Peter,

 The number hasn't changed recently. 
 Sorry, in my previous post on September 8, the wrong number was stated. 
 It should have been 100,000. 

 Please see this blog post for the right number. 

 http://googleadsdeveloper.blogspot.jp/2013/09/a-reminder-retrieving-large-result-sets.html
 (Also fixed my previous post)

 Best,
 - Takeshi, 

 On Wednesday, October 9, 2013 2:48:15 AM UTC+9, CSPeter wrote:

 Hi Takeshi,

 Was this number reduced from 1,000,000 to 100,000 recently?

 Either way, why does this limitation exist?  I retrieve keywords by 
 campaign in order to reduce the number of queries made to the API.  If I 
 go 
 back to having to pull by AdGroup, the number of queries required is 
 multiplied by tens, hundreds, or even thousands for some clients.  

 Can this restriction please be set back to the value you stated, 
 1,000,000?

 Thanks,
 Peter

 On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 
 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or 
 try to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional 
 Request ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, 
 fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage 
 objects we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages 
 we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi 
 Hagikura (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-01-16 Thread Paris Theofanidis
Hi all,

AdHoc reports are actually preferable since they are much faster so I do 
prefer them in general. However, I can't seem to find any way to get the 
AdParams through report. Any suggestion?

Best,
Paris

On Friday, 11 October 2013 03:45:00 UTC+2, Takeshi Hagikura (AdWords API 
Team) wrote:

 Hi Peter,

 At this moment, we can't tell the maximum number is increased. 
 Please consider one of the following: 

 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 Best,
 - Takeshi, AdWords API Team


 On Thursday, October 10, 2013 1:13:50 AM UTC+9, CSPeter wrote:

 Hi Takeshi -

 Thanks for the correction.

 Is there any consideration being made to increasing this number?  We have 
 clients with single campaigns containing more than 100,000 keywords now. 
  Having to split this call into many smaller calls is counter to the other 
 recommendations that encourage bulk processing.

 An increase to 200,000 would be a great improvement.

 Thank you,
 Peter

 On Wednesday, October 9, 2013 3:19:30 AM UTC-4, Takeshi Hagikura (AdWords 
 API Team) wrote:

 Hi Peter,

 The number hasn't changed recently. 
 Sorry, in my previous post on September 8, the wrong number was stated. 
 It should have been 100,000. 

 Please see this blog post for the right number. 

 http://googleadsdeveloper.blogspot.jp/2013/09/a-reminder-retrieving-large-result-sets.html
 (Also fixed my previous post)

 Best,
 - Takeshi, 

 On Wednesday, October 9, 2013 2:48:15 AM UTC+9, CSPeter wrote:

 Hi Takeshi,

 Was this number reduced from 1,000,000 to 100,000 recently?

 Either way, why does this limitation exist?  I retrieve keywords by 
 campaign in order to reduce the number of queries made to the API.  If I 
 go 
 back to having to pull by AdGroup, the number of queries required is 
 multiplied by tens, hundreds, or even thousands for some clients.  

 Can this restriction please be set back to the value you stated, 
 1,000,000?

 Thanks,
 Peter

 On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 
 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage 
 objects we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages 
 we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi 
 Hagikura (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even 
 though there 
 are more AdParams existing. These errors usually start appearing 
 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-10-10 Thread Takeshi Hagikura (AdWords API Team)
Hi Peter,

At this moment, we can't tell the maximum number is increased. 
Please consider one of the following: 

- narrow the query as much as possible with predicates 
or 
- Use Adhoc reports 

Best,
- Takeshi, AdWords API Team


On Thursday, October 10, 2013 1:13:50 AM UTC+9, CSPeter wrote:

 Hi Takeshi -

 Thanks for the correction.

 Is there any consideration being made to increasing this number?  We have 
 clients with single campaigns containing more than 100,000 keywords now. 
  Having to split this call into many smaller calls is counter to the other 
 recommendations that encourage bulk processing.

 An increase to 200,000 would be a great improvement.

 Thank you,
 Peter

 On Wednesday, October 9, 2013 3:19:30 AM UTC-4, Takeshi Hagikura (AdWords 
 API Team) wrote:

 Hi Peter,

 The number hasn't changed recently. 
 Sorry, in my previous post on September 8, the wrong number was stated. 
 It should have been 100,000. 

 Please see this blog post for the right number. 

 http://googleadsdeveloper.blogspot.jp/2013/09/a-reminder-retrieving-large-result-sets.html
 (Also fixed my previous post)

 Best,
 - Takeshi, 

 On Wednesday, October 9, 2013 2:48:15 AM UTC+9, CSPeter wrote:

 Hi Takeshi,

 Was this number reduced from 1,000,000 to 100,000 recently?

 Either way, why does this limitation exist?  I retrieve keywords by 
 campaign in order to reduce the number of queries made to the API.  If I go 
 back to having to pull by AdGroup, the number of queries required is 
 multiplied by tens, hundreds, or even thousands for some clients.  

 Can this restriction please be set back to the value you stated, 
 1,000,000?

 Thanks,
 Peter

 On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 
 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we 
 then supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we 
 get the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll 
 gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-10-09 Thread Takeshi Hagikura (AdWords API Team)
Hi Peter,

The number hasn't changed recently. 
Sorry, in my previous post on September 8, the wrong number was stated. It 
should have been 100,000. 

Please see this blog post for the right number. 
http://googleadsdeveloper.blogspot.jp/2013/09/a-reminder-retrieving-large-result-sets.html
(Also fixed my previous post)

Best,
- Takeshi, 

On Wednesday, October 9, 2013 2:48:15 AM UTC+9, CSPeter wrote:

 Hi Takeshi,

 Was this number reduced from 1,000,000 to 100,000 recently?

 Either way, why does this limitation exist?  I retrieve keywords by 
 campaign in order to reduce the number of queries made to the API.  If I go 
 back to having to pull by AdGroup, the number of queries required is 
 multiplied by tens, hundreds, or even thousands for some clients.  

 Can this restriction please be set back to the value you stated, 1,000,000?

 Thanks,
 Peter

 On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data whose 
 start index is past 5 (the maximum number increased to 100 though
 ).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try to 
 narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-10-09 Thread CSPeter
Hi Takeshi -

Thanks for the correction.

Is there any consideration being made to increasing this number?  We have 
clients with single campaigns containing more than 100,000 keywords now. 
 Having to split this call into many smaller calls is counter to the other 
recommendations that encourage bulk processing.

An increase to 200,000 would be a great improvement.

Thank you,
Peter

On Wednesday, October 9, 2013 3:19:30 AM UTC-4, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi Peter,

 The number hasn't changed recently. 
 Sorry, in my previous post on September 8, the wrong number was stated. It 
 should have been 100,000. 

 Please see this blog post for the right number. 

 http://googleadsdeveloper.blogspot.jp/2013/09/a-reminder-retrieving-large-result-sets.html
 (Also fixed my previous post)

 Best,
 - Takeshi, 

 On Wednesday, October 9, 2013 2:48:15 AM UTC+9, CSPeter wrote:

 Hi Takeshi,

 Was this number reduced from 1,000,000 to 100,000 recently?

 Either way, why does this limitation exist?  I retrieve keywords by 
 campaign in order to reduce the number of queries made to the API.  If I go 
 back to having to pull by AdGroup, the number of queries required is 
 multiplied by tens, hundreds, or even thousands for some clients.  

 Can this restriction please be set back to the value you stated, 
 1,000,000?

 Thanks,
 Peter

 On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 
 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-10-08 Thread CSPeter
Hi Takeshi,

Was this number reduced from 1,000,000 to 100,000 recently?

Either way, why does this limitation exist?  I retrieve keywords by 
campaign in order to reduce the number of queries made to the API.  If I go 
back to having to pull by AdGroup, the number of queries required is 
multiplied by tens, hundreds, or even thousands for some clients.  

Can this restriction please be set back to the value you stated, 1,000,000?

Thanks,
Peter

On Sunday, September 8, 2013 1:06:11 AM UTC-4, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data whose 
 start index is past 5 (the maximum number increased to 100 though
 ).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try to 
 narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we 
 get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just 
 throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-09 Thread Dorian Kind
Many thanks for the clarification and workarounds, Takeshi. Is there any 
timeline for the availability of ad params in adhoc reporting?

Cheers,
Dorian

On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords 
API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large set 
 of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data whose 
 start index is past 5 (the maximum number increased to 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try to 
 narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-09 Thread Takeshi Hagikura (AdWords API Team)
Hi Dorlan, 

Unfortunately, we don't have a specific timeline on that. 

Best,
- Takeshi, AdWords API Team

On Monday, September 9, 2013 5:41:41 PM UTC+9, Dorian Kind wrote:

 Many thanks for the clarification and workarounds, Takeshi. Is there any 
 timeline for the availability of ad params in adhoc reporting?

 Cheers,
 Dorian

 On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords 
 API Team) wrote:

 To follow up on this, 
 As mentioned in the blog post, the recommended way to retrieve large set 
 of result is 
 - narrow the query as much as possible with predicates 
 or 
 - Use Adhoc reports 

 If there is any fields missing in adhoc reports, we're going to make it 
 available in adhoc reports. 
 (e.g. ad params) 

 Before it's available in adhoc reports, please use predicates to narrow 
 down results.

 Best,
 - Takeshi, AdWords API Team

 On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data 
 whose start index is past 5 (the maximum number increased to 100 
 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try 
 to narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of 
 paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects 
 we get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in 
 the soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at 
 an 
 offset of around 12. The campaign in question currently has 
 148124 
 AdParams set as indicated by the totalNumEntries of the 
 returned pages that are working; entries beyond a specifc offset 
 however 
 just throw a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all 
 to retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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 

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-08 Thread Takeshi Hagikura (AdWords API Team)
To follow up on this, 
As mentioned in the blog post, the recommended way to retrieve large set of 
result is 
- narrow the query as much as possible with predicates 
or 
- Use Adhoc reports 

If there is any fields missing in adhoc reports, we're going to make it 
available in adhoc reports. 
(e.g. ad params) 

Before it's available in adhoc reports, please use predicates to narrow 
down results.

Best,
- Takeshi, AdWords API Team

On Sunday, September 8, 2013 2:06:11 PM UTC+9, Takeshi Hagikura wrote:

 Hi Dorian,

 This was an expected behavior. 
 In the first place, AdWords API does not allow you to retrieve data whose 
 start index is past 5 (the maximum number increased to 100 though).
 Please see 
 http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html.

 So if the size of the result is large, please use adhoc reports or try to 
 narrow the query with predicates. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a 
 workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request 
 ID's if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.comwrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we 
 get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this 
 thread. If any request IDs or SOAP logs would be of help, I'll gladly 
 provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just 
 throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-07 Thread Takeshi Hagikura
Hi Dorian,

This was an expected behavior. 
In the first place, AdWords API does not allow you to retrieve data whose 
start index is past 5 (the maximum number increased to 100 though).
Please see 
http://googleadsdeveloper.blogspot.jp/2012/02/adwords-api-retrieving-large-result.html
 
.

So if the size of the result is large, please use adhoc reports or try to 
narrow the query with predicates. 

Best,
- Takeshi, AdWords API Team

On Friday, September 6, 2013 3:50:11 AM UTC+9, Dorian Kind wrote:

 Hi Takeshi,

 thanks for your answer, however I am not sure I understand your 
 suggestion. Removing paging.startIndex works fine, but how are we then 
 supposed to fetch results beyond the maximum value of paging.numberResults? 
 In my test, I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
 error when raising numberResults beyond approximately 10'000.

 Cheers,
 Dorian

 On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura (AdWords 
 API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request ID's 
 if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we 
 get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get 
 the start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. 
 If any request IDs or SOAP logs would be of help, I'll gladly provide 
 them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see 
 SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just 
 throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-05 Thread Takeshi Hagikura (AdWords API Team)
Hi everyone, 

Thanks for sharing requestIds. 
Looks like the limit for paging.startIndex was changed. 

Can you please try removing startIndex to see if it works as a workaround?

Best,
- Takeshi, 

On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request ID's 
 if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we 
 get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get the 
 start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. 
 If any request IDs or SOAP logs would be of help, I'll gladly provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just 
 throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-05 Thread Dorian Kind
Hi Takeshi,

thanks for your answer, however I am not sure I understand your suggestion. 
Removing paging.startIndex works fine, but how are we then supposed to 
fetch results beyond the maximum value of paging.numberResults? In my test, 
I received a SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED error when raising 
numberResults beyond approximately 10'000.

Cheers,
Dorian

On Thursday, September 5, 2013 8:42:19 PM UTC+2, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi everyone, 

 Thanks for sharing requestIds. 
 Looks like the limit for paging.startIndex was changed. 

 Can you please try removing startIndex to see if it works as a workaround?

 Best,
 - Takeshi, 

 On Thursday, September 5, 2013 12:20:05 PM UTC+9, mm wrote:

 FWIW, we are also seeing this error - can supply additional Request ID's 
 if that is useful

 Thanks -
 mm

 On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we 
 get from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get the 
 start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the 
 soap response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. 
 If any request IDs or SOAP logs would be of help, I'll gladly provide 
 them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though 
 there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just 
 throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-04 Thread mm
FWIW, we are also seeing this error - can supply additional Request ID's if 
that is useful

Thanks -
mm

On Tuesday, September 3, 2013 9:35:16 AM UTC-5, fr...@bgenius.com wrote:

 Hi Takeshi,

 We also seem to be experiencing this issue. 
 We have a client account that, according to the AdParamPage objects we get 
 from the adparamservice, contains 
 402856 ad params. After succesfully retrieving a number of pages we 
 get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


 Request ID: 0004e57b8f9aa3680ae5500a660d


 Thank you for looking into this matter.


 Kind regards,

 Jaap-Jan Frans 
 bGenius



 0004e57b6dc1b4c00ae599cb65dd

 For example we have an account that has 402856 ad params, and we get the 
 start index too high message when we reach start index 
 Example request ID: 

 Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
 (AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the soap 
 response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. If 
 any request IDs or SOAP logs would be of help, I'll gladly provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-03 Thread Dorian Kind
Hi Takeshi, thanks for your reply.

Request ID 0004e575769593380ae55dd213fc is an example. It 
returned SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'105000' even 
though there happen to be 106107 Adparams in that specific campaign.

Best regards,
Dorian

On Monday, September 2, 2013 2:39:59 PM UTC+2, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the soap 
 response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. If 
 any request IDs or SOAP logs would be of help, I'll gladly provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-03 Thread frans
Hi Takeshi,

We also seem to be experiencing this issue. 
We have a client account that, according to the AdParamPage objects we get 
from the adparamservice, contains 
402856 ad params. After succesfully retrieving a number of pages we 
get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'19']


Request ID: 0004e57b8f9aa3680ae5500a660d


Thank you for looking into this matter.


Kind regards,

Jaap-Jan Frans 
bGenius



0004e57b6dc1b4c00ae599cb65dd

For example we have an account that has 402856 ad params, and we get the 
start index too high message when we reach start index 
Example request ID: 

Op maandag 2 september 2013 14:39:59 UTC+2 schreef Takeshi Hagikura 
(AdWords API Team):

 Hi Dorlan,

 Thanks for the report. 
 Could you please tell us the example requestId (It's included in the soap 
 response)? 
 I'll look into that.

 Best,
 - Takeshi, AdWords API Team

 On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. If 
 any request IDs or SOAP logs would be of help, I'll gladly provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned 
 pages that are working; entries beyond a specifc offset however just throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-02 Thread Dorian Kind
Hello,

as this issue is affecting us quite heavily, I'm bumping this thread. If 
any request IDs or SOAP logs would be of help, I'll gladly provide them.

Many thanks and best regards,
Dorian

On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned pages 
 that are working; entries beyond a specifc offset however just throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Dorlan,

Thanks for the report. 
Could you please tell us the example requestId (It's included in the soap 
response)? 
I'll look into that.

Best,
- Takeshi, AdWords API Team

On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote:

 Hello,

 as this issue is affecting us quite heavily, I'm bumping this thread. If 
 any request IDs or SOAP logs would be of help, I'll gladly provide them.

 Many thanks and best regards,
 Dorian

 On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote:

 Hi all,
 since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
 errors when fetching all AdParams for a given campaign, even though there 
 are more AdParams existing. These errors usually start appearing at an 
 offset of around 12. The campaign in question currently has 148124 
 AdParams set as indicated by the totalNumEntries of the returned pages 
 that are working; entries beyond a specifc offset however just throw 
 a START_INDEX_IS_TOO_HIGH error.
 I'd be grateful for any hints as we have currently no way at all to 
 retrieve a complete list of AdParams for that specific campaign.
 Best regards,
 Dorian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-08-29 Thread Dorian Kind
Hi all,
since yesterday, we started to see SelectorError.START_INDEX_IS_TOO_HIGH 
errors when fetching all AdParams for a given campaign, even though there 
are more AdParams existing. These errors usually start appearing at an 
offset of around 12. The campaign in question currently has 148124 
AdParams set as indicated by the totalNumEntries of the returned pages 
that are working; entries beyond a specifc offset however just throw 
a START_INDEX_IS_TOO_HIGH error.
I'd be grateful for any hints as we have currently no way at all to 
retrieve a complete list of AdParams for that specific campaign.
Best regards,
Dorian


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.