Re: MarginalCpc Using getCriterionBidLandscape

2015-08-12 Thread Anthony Madrigal
Hi Uttam, The error INVALID_FIELD_NAME is occurring because the field *MarginalCpc *was deprecated in v201502 . Unfortunately, there is no workaround to get this field's data. Regards, Anthony AdWords API Team -- -- =~=~=~=~

MarginalCpc Using getCriterionBidLandscape

2015-08-12 Thread uttam mohanty
Hi I am trying to get the marginalCpc using the getCriterionBidLandscape service. I am making soap call to the service. *Request :* SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506";>

Re: getCriterionBidLandscape Paging Problem

2014-05-21 Thread Josh Radcliff (AdWords API Team)
api/docs/reference/v201402/DataService#getCriterionBidLandscape>, adding: In the result, the returned LandscapePoints are grouped into > CriterionBidLandscape<https://developers.google.com/adwords/api/docs/reference/v201402/DataService.CriterionBidLandscape.html>s > > b

Re: getCriterionBidLandscape Paging Problem

2013-11-01 Thread gabriel . klestorny
request's *paging* element you will get back all of the results in a > single response/page. > > Thanks, > Josh, AdWords API Team > > On Monday, October 28, 2013 5:07:22 PM UTC-4, gabriel@gmail.com wrote: >> >> Hi guys, >> >> Thanks for your replie

Re: getCriterionBidLandscape Paging Problem

2013-10-30 Thread Josh Radcliff (AdWords API Team)
Please find attached the SOAP xml logs of the getCriterionBidLandscape API > call. > > Cheers, > Gabriel > > > On Monday, October 28, 2013 12:25:28 PM UTC-2, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi Gabriel, >> >> Could you share the in

Re: getCriterionBidLandscape Paging Problem

2013-10-28 Thread Josh Radcliff (AdWords API Team)
PM UTC+9, gabriel@gmail.comwrote: >> >> Hi, >> >> I am trying to paginate the results of the getCriterionBidLandscape >> operation of the Data Service, however the totalNumEntries returned by >> the CriterionBidLandscapePage is not correct. >> >> I

Re: getCriterionBidLandscape

2013-10-28 Thread Josh Radcliff (AdWords API Team)
ogle.com/adwords/api/docs/reference/v201309/DataService.CriterionBidLandscape >> >> Best, >> Josh, AdWords API Team >> >> On Thursday, October 10, 2013 9:06:39 AM UTC-4, gabriel@gmail.comwrote: >>> >>> Hi, >>> >>> The totalNumEntries

Re: getCriterionBidLandscape

2013-10-21 Thread gabriel . klestorny
9:06:39 AM UTC-4, gabriel@gmail.comwrote: >> >> Hi, >> >> The totalNumEntries returned by the operation getCriterionBidLandscape >> of the DataService is not correct when I try to use paging. >> >> I am using the .net client library and the version v2013

Re: getCriterionBidLandscape

2013-10-18 Thread Josh Radcliff (AdWords API Team)
://developers.google.com/adwords/api/docs/reference/v201309/DataService.CriterionBidLandscape Best, Josh, AdWords API Team On Thursday, October 10, 2013 9:06:39 AM UTC-4, gabriel@gmail.com wrote: > > Hi, > > The totalNumEntries returned by the operation getCriterionBidLandscape of > the Dat

Re: getCriterionBidLandscape Paging Problem

2013-10-17 Thread Takeshi Hagikura (AdWords API Team)
: > > Hi, > > I am trying to paginate the results of the getCriterionBidLandscape > operation of the Data Service, however the totalNumEntries returned by > the CriterionBidLandscapePage is not correct. > > I am using the .net client library and the version v201306 of the API.

Re: getCriterionBidLandscape

2013-10-16 Thread gabriel . klestorny
October 10, 2013 9:06:39 AM UTC-4, gabriel@gmail.comwrote: >> >> Hi, >> >> The totalNumEntries returned by the operation getCriterionBidLandscape >> of the DataService is not correct when I try to use paging. >> >> I am using the .net client libra

getCriterionBidLandscape Paging Problem

2013-10-16 Thread gabriel . klestorny
Hi, I am trying to paginate the results of the getCriterionBidLandscape operation of the Data Service, however the totalNumEntries returned by the CriterionBidLandscapePage is not correct. I am using the .net client library and the version v201306 of the API. Bellow I paste part of my code

Re: getCriterionBidLandscape

2013-10-14 Thread Josh Radcliff (AdWords API Team)
, 2013 9:06:39 AM UTC-4, gabriel@gmail.com wrote: > > Hi, > > The totalNumEntries returned by the operation getCriterionBidLandscape of > the DataService is not correct when I try to use paging. > > I am using the .net client library and the version v201306 of the api. > >

getCriterionBidLandscape

2013-10-11 Thread gabriel . klestorny
Hi, The totalNumEntries returned by the operation getCriterionBidLandscape of the DataService is not correct when I try to use paging. I am using the .net client library and the version v201306 of the api. Below is an extract of my code. Any help will be appreciated. Thanks in advance