Re: How to update existing adds depend upon Id's

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi JAI, Ads are immutable in the AdWords API, so the only way to simulate an update is to REMOVE the existing ad and ADD a new one with the desired values. The RemoveAd.java

How to update existing adds depend upon Id's

2014-09-01 Thread krish
Hi I am using adwords api . In my project , I need to update the existing adds which are created by me. while creating the adds i am saving the campaign id , addgroup id, textAdd ids in the data base and i am creating flag like "hasToUpdate"(true/flase) . now i want to update the those add