sitelink descriptions and FeedMappings

2013-07-08 Thread james.by...@247realmedia.com
Hi, Looking at implementing enhanced sitelinks using the Feed*Services. In the Adwords UI, we can enter description lines for the sitelink. These descriptions do come back in FeedItemService::get as expected. But the FeedMappingService::get does not return mappings for the two description att

Re: CampaignCriterionService::get paging error totalNumEntries

2012-03-14 Thread james.by...@247realmedia.com
Thanks for getting to the bottom of this. Not something we had anticipated. We have scheduled the release of a workaround. Thanks On Saturday, March 3, 2012 8:30:23 AM UTC+11, Kevin Winter wrote: > Hi, > Our production monitoring has been seeing an increased amount of traffic > associated

Re: CampaignCriterionService::get paging error totalNumEntries

2012-02-22 Thread james.by...@247realmedia.com
Hi Kevin, This is in the production environment, in a live client account. This is the only instance we are aware of which has this behaviour. Quite possibly the only instance where it occurs. But it happens consistently (every time) for this campaign. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

CampaignCriterionService::get paging error totalNumEntries

2012-02-14 Thread james.by...@247realmedia.com
Hi, We have a SOAP request for campaign criterion. We reuest with a page size of 5000, the response comes back with 45 criterion, but says there are 47 in total. So our paging logic then makes a second request for 5000 items with a startIndex of 45. The response comes back with 0 records, but still

Re: Does the API support gzip compression on SOAP data

2011-04-19 Thread james.by...@247realmedia.com
Thanks Heaps Eric. That works well On Apr 16, 8:24 am, Eric Koleda wrote: > Hi James, > > In order for the response to be gzipped you also need to ensure that the > User-Agent HTTP header includes the words "gzip".  This isn't well > documented at the moment, but I'll work on improving that. > >

Re: Does the API support gzip compression on SOAP data

2011-04-12 Thread james.by...@247realmedia.com
Oops, forgot to mention. This is with version v201101 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Does the API support gzip compression on SOAP data

2011-04-11 Thread james.by...@247realmedia.com
Hi We are using perl as our client language (with SOAP::Lite). I am investigating ways to improve our performance. So idecided to try and compress the SOAP XML exchanged between our application and the server. Compressing our requests and setting the Content-Encoding: gzip http header is working.