10 messages in com.googlegroups.adwords-apiRe: addAds()/updateAds() with ImageAds
FromSent OnAttachments
briguy11 Apr 2007 13:36 
AdWords API Advisor11 Apr 2007 21:21 
briguy12 Apr 2007 08:33 
AdWords API Advisor12 Apr 2007 13:28 
briguy12 Apr 2007 14:41 
AdWords API Advisor13 Apr 2007 04:58 
briguy13 Apr 2007 11:35 
AdWords API Advisor17 Apr 2007 04:15 
briguy17 Apr 2007 08:57 
briguy18 Apr 2007 14:34 
Subject:Re: addAds()/updateAds() with ImageAds
From:briguy (br.@webmetro.com)
Date:04/12/2007 08:33:35 AM
List:com.googlegroups.adwords-api

The data is always NULL when I retrieve the Ad from Google. I just want to update the destination URL parameters for the Ad portion only. I don't want to create a new image. I call adAds() to change the URLs and updateAds() to delete the delete the Ads with the old URLs.

On Apr 11, 9:22 pm, "AdWords API Advisor" <adwo@google.com> wrote:

Hi briguy --

However, if I try to add or update a list of Ads with at least one ad being an ImageAd, I get a stack trace returned to me.

You're trying to add an image ad without an image!

<data xsi:nil="true" />

The base64Binary representation of your GIF, JPEG, PNG, or SWF needs to go here.

<imageUrl>https://adwords.google.com/pageadimg/imgad? id=opsjsdfog90389043004235454323445</imageUrl><mimeType>image/gif</ mimeType> ... <thumbnailUrl>https://adwords.google.com/pageadimg/ imgad?id=opsjsdfog9038904300423545432344543223</thumbnailUrl>

These fields are read-only, sending them just sucks up bandwidth.

-- Brian Kennish, AdWords API Team