Re: Get GeoPoint by Criteria ID

2015-08-26 Thread Dzmitry Zahusta
you issue a CampaignCriterionService.get https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService#get . Regards, Josh, AdWords API Team On Wednesday, July 30, 2014 4:22:02 PM UTC-4, Dzmitry Zahusta wrote: Using LocationCriterionService https

Re: GeoLocationService cannot evaluate some addresses

2015-08-26 Thread Dzmitry Zahusta
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 AM UTC+9, Dzmitry Zahusta wrote: Hi Umesh, I'm sure that you are mistaken. Because

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

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-07-29 Thread Dzmitry Zahusta
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: Hi Josh, Have you been able to repeat and resolve the issue? The problem is still

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-05-05 Thread Dzmitry Zahusta
. 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 'Santa Rosa,California,United States' 'Blue Ridge,Georgia,United States' 'Villa Rica

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-25 Thread Dzmitry Zahusta
, 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 GeoLocationSelector selector = new GeoLocationSelector(); selector.setAddresses(addresses.toArray(new

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-17 Thread Dzmitry Zahusta
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: Hi, I've already changed my logic to what you mentioned (set geoPoint

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-10 Thread Dzmitry Zahusta
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, Dzmitry Zahusta wrote: Yep, you are right but it's just typo in my example. In reality all is set in a right way. понедельник, 9 марта 2015 г., 18:28:52

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-09 Thread Dzmitry Zahusta
* 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: Unfortunately I can provide only Ids of problematic

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-06 Thread Dzmitry Zahusta
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 wrote: Hi! While performing the following code INVALID_PROXIMITY_ADDRESS occurs episodically

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

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
CampaignCriterion.TypeCampaignCriterion/CampaignCriterion.Type /entries On Monday, August 4, 2014 3:55:50 PM UTC-4, Dzmitry Zahusta wrote: Hi, The problem with GeoLocationService https://developers.google.com/adwords/api/docs/reference/v201406/GeoLocationService is that it returns an array of GeoLocation

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: https://lh6.googleusercontent.com/-oFfRBlWc5dI/U9-nhjAcUMI/AAABPnU/FT88U9MSisU/s1600/Locations.png Thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Add locations with radius programmatically

2014-08-04 Thread Dzmitry Zahusta
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 programmatically as I can do it using UI: https://lh6.googleusercontent.com/-oFfRBlWc5dI/U9-nhjAcUMI/AAABPnU/FT88U9MSisU

Re: Add locations with radius programmatically

2014-08-04 Thread Dzmitry Zahusta
library's *targeting* folder for details. Thanks, Josh, AdWords API Team On Monday, August 4, 2014 1:50:12 PM UTC-4, Dzmitry Zahusta wrote: Hi Josh! I don't think this is right way. To add Location you need to know its criteria id (for example 21137L - California). But to add Proximity you

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 https://developers.google.com/adwords/api/docs/appendix/geotargeting. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

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, locationName)

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 -

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 https://developers.google.com/adwords/api/docs/appendix/verticals 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
://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 Saturday, July 12, 2014 3:01:19 PM UTC+4, Dzmitry Zahusta wrote

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-14 Thread Dzmitry Zahusta
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 it should be so - but unfortunately I'm definitely creating Display campaign

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-12 Thread Dzmitry Zahusta
? 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 existing one: // Create campaign. Campaign campaign = new Campaign

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-11 Thread Dzmitry Zahusta
= new AdGroupCriterionOperation(); operation.setOperand(criterion); operation.setOperator(operator); then the ADD should succeed. Cheers, Josh, AdWords API Team On Thursday, July 10, 2014 10:13:28 AM UTC-4, Dzmitry Zahusta wrote: Version of pom - 1.29.1, API - v201402

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-11 Thread Dzmitry Zahusta
to DISPLAY. This will be a Display Network-only campaign that you can set up as you see fit. Best regards, Josh, AdWords API Team On Friday, July 11, 2014 9:01:15 AM UTC-4, Dzmitry Zahusta wrote: Hi, Seems that you mean BiddableAdGroupCriterion: Vertical interest = new Vertical

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-07-10 Thread Dzmitry Zahusta
/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 Zahusta wrote: Would you be so kind to show your code? Because mine

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();