I implemented the solution I described which "clones" my ad in order
to update the destination URL. This strategy worrks fine with text
and mobile ads. However it fails with image ads because the API does
not seem to return the image data associated with the image ad. All
the rest of the Ad.Image attribute fields (eg. heighth, width) are
filled in, but the Image.data field is null when I retrieve it via
AdService.getAd() This makes it impossible to create a new ad based
on this image ad, and as such I cannot change the destination URL
using my copy and delete strategy.
Is there (or will there ever be) a way to get the image data returned
for the image ad?
Thanks again.
Tim
On Feb 23, 12:39 pm, AdWords API Advisor