Hi,

It isn't possible to change the URL or any other fields of an Ad after
it's been created.  Only the fields in the AdGroupAd can be edited.
When editing those fields, set the ad field to the base type Ad and
only set the id field of that object.  That will avoid the need to
pass in other required fields.

 <v20:operations>
    <v20:operator>SET</v20:operator>
    <v20:operand>
       <v20:adGroupId>XXXXX</v20:adGroupId>
       <v20:ad>
          <v20:id>XXXXX</v20:id>
       </v20:ad>
       <v20:status>PAUSED</v20:status>
    </v20:operand>
 </v20:operations>

Best,
- Eric Koleda, AdWords API Team

On Apr 21, 1:59 pm, BeeGeez <brianpgra...@gmail.com> wrote:
> Looks like I need to load this data myself.  Found a related 
> thread:http://groups.google.com/group/adwords-api/browse_thread/thread/c5a81...
>
> On Apr 20, 1:10 pm, BeeGeez <brianpgra...@gmail.com> wrote:
>
>
>
>
>
> > I am only trying to update the ad.url using the client library with an
> > existing ImageAd.  Unfortunately, when I read this ImageAd, the
> > contents of ad.image.data is set to Nothing (using VB.NET).  Now when
> > I try to change the ad.url using murtate(), I get an error since the
> > ad.image.data isn't filled in.  Questions:
>
> > 1)  Why is the ad.image.data not returned from the AdGroupSelector?
> > 2)  How can I modify my ImageAd's url since I don't have the
> > ad.image.data filled in?
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Have you migrated to v200909 yet?
> > The v13 sunset is on April 22, 2010.
>
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
>
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

Reply via email to