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

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

Re: getBid() of root ProductPartition returns NULL

2015-03-06 Thread Михаил Бесчетнов
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, 2015 at 10:14:36 AM UTC-5, Михаил Бесчетнов wrote: Hello! I

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,

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

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