Unable to add ConversionTracker with AppConversionAppConversionType.DOWNLOAD

2015-05-27 Thread Михаил Бесчетнов
Hello! I try to add ConversionTracker like that: ConversionTrackerServiceInterface service = new AdWordsServices().get(adWordsSession, ConversionTrackerServiceInterface.class); //Prepearing object AppConversion newConversionTracker = new AppConversion(); newConversionTracker.setAppPlatform(AppCo

Re: getBid() of root ProductPartition returns NULL

2015-03-06 Thread Михаил Бесчетнов
dren, the utility is not properly setting > the bid on the *ProductPartitionNode*. Could you please open an issue on > our github issues page > <https://github.com/googleads/googleads-java-lib/issues>? > > Thanks, > Josh, AdWords API Team > > On Friday, March 6,

getBid() of root ProductPartition returns NULL

2015-03-06 Thread Михаил Бесчетнов
Hello! I created a root ProductPartition for AdGroup in shopping campaign, and set its maximum price (0,10 for example). But when i try to get this ProductPartition via API, i get NULL insted of 0,10. If a add some additional partitions inside root, there is no problem to get their parameters

Re: Unable to mutate ProductPartitions for AdGroup

2015-03-06 Thread Михаил Бесчетнов
Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

Unable to mutate ProductPartitions for AdGroup

2015-03-05 Thread Михаил Бесчетнов
Hello! There is an issue with adding a ProductPartition list for AdGroup. I'm trying to add new ProductPartition to existing root partition, which is now empty: AdGroupCriterionServiceInterface adGroupCriterionService = new AdWordsServices().get(adWordsSession, AdGroupCriterionServiceInterface

Re: getDimensions for ProductScope returns NULL :(

2015-03-04 Thread Михаил Бесчетнов
Thank you! Reading documentation realy solved a issue. And some other issues... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

getDimensions for ProductScope returns NULL :(

2015-03-04 Thread Михаил Бесчетнов
Hello! I'm using Google Adwords API via Java library 'com.google.api-ads:ads-lib:1.37.0' and 'com.google.api-ads:adwords-axis:1.3.7'. Adding new ProductScope for ShoppingCampaign works fine, but I have problem with reading existing ProductScope and modifying it. 1) So, there is shopping campa