Hello! I have found "UpdateAd" but I have been doing some research on the act of updating an Ad. You cannot modify an Ad, correct? It sets the old ad's status as DISABLED and creates an entirely new one. This process removes all the statistics associated with the old Ad right?
Here under "UpdateAd" I have found this: // Create ad with updated status. $ad = new Ad(); $ad->id = $adId; $adGroupAd = new AdGroupAd(); $adGroupAd->adGroupId = $adGroupId; $adGroupAd->ad = $ad; $adGroupAd->status = 'PAUSED'; Is it possible to change the destination URL of the Ad using this? Something like: $adGroupAd->ad->destinationUrl = "myNEWurl.com?blah=foo"; Any advice would be REALLY helpful! :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en