Re: GeoLocationService cannot evaluate some addresses

2015-08-26 Thread Dzmitry Zahusta
eotargeting>. > I've sent over the information to the engineers who specialize in this > component to see what's up. I'll get back to you as soon as I hear back > from them. > > Cheers, > Nadine, AdWords API Team > > On Thursday, July 30, 2015 at 5:05:09

Re: Get GeoPoint by Criteria ID

2015-08-26 Thread Dzmitry Zahusta
pers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.Proximity> > criterion, > you can simply include the field "GeoPoint" in your *Selector* when you > issue a CampaignCriterionService.get > <https://developers.google.com/adwords/api/docs/referen

Re: GeoLocationService cannot evaluate some addresses

2015-07-29 Thread Dzmitry Zahusta
Hi Umesh, I'm sure that you are mistaken. Because the same code working with no problems for the following addresses: - Conley,Georgia,United States - Decatur,Georgia,United States - Ellenwood,Georgia,United States - Fayetteville,Georgia,United States - Hampton,Georgia,United Stat

GeoLocationService cannot evaluate some addresses

2015-07-29 Thread Dzmitry Zahusta
I'm just wondering why GeoLocationService return InvalidGeoLocation for "Hampton,Georgia,United States": Address address = new Address(); address.setCityName("Hampton"); address.setCountryCode("US"); address.setProvinceName("Georgia"); GeoLocationSelector

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-07-29 Thread Dzmitry Zahusta
27;ll let you know when I have more > information, but in the meantime I'd recommend you continue your approach > of retrying failed requests. > > Thanks, > Josh, AdWords API Team > > On Tuesday, May 5, 2015 at 7:49:51 AM UTC-4, Dzmitry Zahusta wrote: >> >&g

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-05-05 Thread Dzmitry Zahusta
ore examples. I've passed these along to the team > that's looking into this issue. > > Cheers, > Josh, AdWords API Team > > On Tuesday, April 7, 2015 at 2:02:57 AM UTC-4, Dzmitry Zahusta wrote: >> >> Hi, >> >> This happen again for >>

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-04-06 Thread Dzmitry Zahusta
hanks, > Josh, AdWords API Team > > On Wednesday, March 25, 2015 at 2:44:04 AM UTC-4, Dzmitry Zahusta wrote: >> >> Hi, >> >> The same issue again with: >> >> >>- 98801,Washington,United States >>- San Leandro,California,United States &g

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-24 Thread Dzmitry Zahusta
get back to you. > > Cheers, > Josh, AdWords API Team > > On Tuesday, March 17, 2015 at 3:08:08 AM UTC-4, Dzmitry Zahusta wrote: >> >> The problem still persist. I reworked the code to get GeoPoint >> byGeoLocationService >> >> GeoLocationSelect

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-17 Thread Dzmitry Zahusta
e have an > open > issue for improving the capture of request IDs in the library > <https://github.com/googleads/googleads-java-lib/issues/4>. > > Thanks, > Josh, AdWords API Team > > On Tuesday, March 10, 2015 at 9:43:11 AM UTC-4, Dzmitry Zahusta wrote: >> &

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-10 Thread Dzmitry Zahusta
ference/v201502/GeoLocationService.InvalidGeoLocation> > > object. > > If you see this inconsistency again, please capture the request IDs of the > failed requests and send them over. > > Cheers, > Josh, AdWords API Team > > On Monday, March 9, 2015 at 11:38:25 AM UTC-4, D

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-09 Thread Dzmitry Zahusta
nceName* to *US* and the *countryCode* to *Tennessee*, which is > invalid. You should be setting the *provinceName* to *Tennessee* and the > *countryCode* to *US*. > > Thanks, > Josh, AdWords API Team > > On Friday, March 6, 2015 at 1:33:08 PM UTC-5, Dzmitry Zahusta wrote: >

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-06 Thread Dzmitry Zahusta
osh Radcliff (AdWords API Team) написал: > > Hi, > > Do you happen to have request IDs from a response for a request that > succeeded and a request that failed? > > Thanks, > Josh, AdWords API Team > > On Wednesday, March 4, 2015 at 1:57:47 AM UTC-5, Dzmitry Zahusta w

INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-03 Thread Dzmitry Zahusta
Hi! While performing the following code INVALID_PROXIMITY_ADDRESS occurs episodically Address address = new Address(); address.setCityName("Johnson City"); address.setCountryCode("Tennessee"); address.setProvinceName("US"); Proximity proximity = new Proxi

Can RateExceededError happen only for part of operations in case PartialFailure is true

2014-09-24 Thread Dzmitry Zahusta
Hi all! Is it possible that part of operations are performed but the remaining are failed with RateExceededError (in case PartialFailure is true)? I just wondering if this situation should be handled in code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Add locations with radius programmatically

2014-08-06 Thread Dzmitry Zahusta
> Brooklyn > NY > 11215 > US > > > CampaignCriterion > > > xxx > false > http://www.w3.org/2001/XMLSchema-instance"; > xsi:type="Proximity"> > 98646096895 > PROXIMI

Re: Add locations with radius programmatically

2014-08-04 Thread Dzmitry Zahusta
/github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/targeting/AddCampaignTargetingCriteria.java#L114> > example > in each client library's *targeting* folder for details. > > Thanks, > Josh, AdWords API Team > > On Monday, August 4, 2014 1:50

Re: Add locations with radius programmatically

2014-08-04 Thread Dzmitry Zahusta
s/location-targeting#proximity-targeting> > for > more details. > > Cheers, > Josh, AdWords API Team > > On Monday, August 4, 2014 11:36:00 AM UTC-4, Dzmitry Zahusta wrote: >> >> Hi here! >> >> How is it possible to add locations with radius programmatical

Add locations with radius programmatically

2014-08-04 Thread Dzmitry Zahusta
Hi here! How is it possible to add locations with radius programmatically as I can do it using UI: Thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Get GeoPoint by Criteria ID

2014-07-30 Thread Dzmitry Zahusta
Locale > EQUALS > en > > > LocationName > ASCENDING > > > > > On Wednesday, July 30, 2014 9:28:20 AM UTC-4, Dzmitry Zahusta wrote: >> >> Hi! >> >&

Get GeoPoint by Criteria ID

2014-07-30 Thread Dzmitry Zahusta
Hi! Is it possible to get GeoPoint by Criteria ID? I mean Criteria ID that can be found here . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

LocationCriterionService returns incorrect values for "CanonicalName" field

2014-07-28 Thread Dzmitry Zahusta
Hi! I'm trying to get location names using the following code: Selector selector = new SelectorBuilder() .fields( "Id", "LocationName", "DisplayType", "CanonicalName", "TargetingStatus") .in("LocationName", locati

Any ways to filter by DisplayType in LocationCriterionService?

2014-07-25 Thread Dzmitry Zahusta
I'm trying to limit the number of returned values for example for "California" string by filtertering by DisplayType. The first logical attempt to use Selector selector = new SelectorBuilder() .fields( "Id", "LocationName", "DisplayType")

Any ways to get description of error in runtime

2014-07-22 Thread Dzmitry Zahusta
Hi! I need to get the "human" description of the error that I get during creation of campaigns. Like as it described on developers api pages. For example: BUDGET_IN_USE - The budget is associated with at least one campaign, and so the budget cannot be removed, BUDGET_PERIOD_NOT_AVAILABLE - Cus

Get the list of verticals programmatically

2014-07-21 Thread Dzmitry Zahusta
Hi! Is there any way to get the list of all verticals programmatically? I mean the list from this page. I need this list to map it on my own list in my application. Thank you in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-14 Thread Dzmitry Zahusta
u are specifying an ad group that is not > under this campaign. Please make sure to create the ad group under a proper > campaign. > > > -Danial, AdWords API Team. > > > On Monday, July 14, 2014 5:10:59 PM UTC+4, Dzmitry Zahusta wrote: >> >> Yes, I believe that

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-14 Thread Dzmitry Zahusta
> https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.Vertical > > The campaign you are trying to target is a search-only campaign, so this > type of targeting is not applicable. > > > -Danial, AdWords API Team. > > > On

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-12 Thread Dzmitry Zahusta
trying to add the > *Vertical* criterion? > > Thanks, > Josh, AdWords API Team > > On Friday, July 11, 2014 10:38:17 AM UTC-4, Dzmitry Zahusta wrote: >> >> Hi! >> >> But actually my campaign is already DISPLAY campaign and I'm not using >>

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-11 Thread Dzmitry Zahusta
> <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Campaign#advertisingChannelType> > set > to DISPLAY. This will be a Display Network-only campaign that you can set > up as you see fit. > > Best regards, > Josh, A

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-11 Thread Dzmitry Zahusta
operation.setOperator(operator); > > to: > > BiddableAdGroupCriterionOperation operation = new > AdGroupCriterionOperation(); > operation.setOperand(criterion); > operation.setOperator(operator); > > then the ADD should succeed. > > Cheers, > Josh, AdWords API Team >

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-10 Thread Dzmitry Zahusta
github 20: > > https://github.com/googleads/googleads-java-lib/issues/20 > > Also, could you let me know which *version* (v201309, v201402, or > v201406) of the API you are using? > > Thanks, > Josh, AdWords API Team > > On Tuesday, July 8, 2014 10:23:03 AM UTC-4, Dzmitry Zahu

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-08 Thread Dzmitry Zahusta
Would you be so kind to show your code? Because mine is not working - I'm always getting CONCRETE_TYPE_REQUIRED error. Vertical interest = new Vertical(); interest.setVerticalId(1252L); AdGroupCriterion criterion = new AdGroupCriterion(); criterion.setAdGroupId(a