Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-24 Thread William Perrello
umesh - my info tells me that this change should not be necessary until the demise of the 201409 API which is supposed to be supported till next tuesday. Did it get demised early? On Tuesday, July 14, 2015 at 2:11:26 PM UTC-4, Umesh Dengale wrote: Hello, Please use

Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-24 Thread Umesh Dengale
Hello, The sunset date https://developers.google.com/adwords/api/docs/sunset-dates for v201409 is 07/28/2015. Above mentioned changes(Final URL) are applicable to V201409. Please check out the AdTextAds

Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-14 Thread Assaf Frank
Hi, My creation of ads *worked properly a week ago and now *, for some reason, I can't create ads. Is this due to the last changed in upgraded URLs etc ? I do set all parameters - AdWordsServices adwordsServices = new AdWordsServices(); // Get the CampaignService.

Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-14 Thread Umesh Dengale
Hello, Please use textAd.*setFinalUrls()* method instead of textAd.setUrl(). Check out our AdTextAds https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddTextAds.java example in the Java client library.