Re: Get method not working in Data Service

2015-05-11 Thread Yehoshaphat Schellekens
. DataServiceInterface dataService = adWordsServices.get(session, DataServiceInterface.class); Thanks, Josh, AdWords API Team On Monday, May 11, 2015 at 1:01:42 AM UTC-4, Yehoshaphat Schellekens wrote: HI All I'm Trying to pull some data using the data service, i know that this service's get methods

Get method not working in Data Service

2015-05-10 Thread Yehoshaphat Schellekens
HI All I'm Trying to pull some data using the data service, i know that this service's get methods are a bit different, but im following the API in: https://developers.google.com/adwords/api/docs/reference/v201502/DataService It seems like my IDE doe's not recognize the other possible get

Which Service will allow me to create bid adjustments based on location?

2015-04-28 Thread Yehoshaphat Schellekens
Hi All I've created a new location (Alaska), and i would like to create for a new bid adjustment, as in the California geo, see the following: https://lh3.googleusercontent.com/-vYY2UP6hZTQ/VT90rUgCefI/AG8/DQlxVqc6G5g/s1600/Boosting%2Bbased%2Bon%2BGeo%27s.PNG Location

Re: CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion - When trying to add geo location

2015-04-28 Thread Yehoshaphat Schellekens
for you. Thanks, Josh, AdWords API Team On Monday, April 27, 2015 at 4:47:54 PM UTC-4, Yehoshaphat Schellekens wrote: Hi All I'm trying to add a geo location using the following code ,and getting the following error CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0

CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion - When trying to add geo location

2015-04-27 Thread Yehoshaphat Schellekens
Hi All I'm trying to add a geo location using the following code ,and getting the following error CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand. criterion i'm not really sure what i'm doing wrong: Criterion criterion = new Criterion();