Hello!
I'm trying to get my feed items by using code bellow:
$feedItemService = $user->GetService('FeedItemService', 'v201506');
$page = $feedItemService->query('SELECT AttributeValues WHERE '
. 'Status = "ENABLED" AND FeedId = '.$feedId.'');
As a result I obtain 10000 items but my feed contains over than 10000
items. I try to use something like this:
$feedItemService = $user->GetService('FeedItemService', 'v201506');
$page = $feedItemService->query('SELECT AttributeValues WHERE '
. 'Status = "ENABLED" AND FeedId = '.$feedId.'*LIMIT 10000,100*');
but get error message like this:
[QueryError{reason=PARSING_FAILED, message=}] ...
Could you please tell me, how can I obtain *all* items of my feed?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/fb352efc-15d1-4474-94ba-7a88de821a29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.