Re: how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for sharing the details. It is only possible to create Assets through 
the Google Ads API. Remove operation is not yet supported. I have raised a 
feature request to the team regarding this. Please keep an eye on our blog for 
more updates.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UHFO50:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bqF3A0PXDE8900cUR2ank-QJusK4TWE682qw%40sfdc.net.


Re: how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-04 Thread MCC智美
Hello,

I  used the Google Ads API (V2) (not the Adwords api), but I couldn't find 
the remove operation of Asset Operation.

[image: 224243B9-3B62-45C2-A38E-C10446AAB49E.png] 



















Thanks



On Wednesday, September 4, 2019 at 2:17:39 PM UTC+8, adsapiforumadvisor 
wrote:
>
> Hi,
>
> Thanks for posting your concern.
>
> If you want to remove the video/image asset associated to an ad, then, you 
> can use the AssetService.mutate() 
> 
>  
> method by using the '*REMOVE*' operator and by specifying the assetId 
> 
>  
> in the request. However, I am afraid that it is currently not possible to 
> update video/image asset.
>
> Furthermore, if you want to change the headlines and descriptions of an 
> an, I would recommend to use the AdGroupAdService.mutate() 
> 
>  method 
> as you can modify the corresponding fields for headlines and descriptions.
>
> Let me know if you have further questions and please specify what kind of 
> ads you referring.
>
> Regards,
> Ejay
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHFO50:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1de4c3a4-368f-4214-a43c-8f57fcc50041%40googlegroups.com.


RE: how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for posting your concern.

If you want to remove the video/image asset associated to an ad, then, you can 
use the AssetService.mutate() method by using the 'REMOVE' operator and by 
specifying the assetId in the request. However, I am afraid that it is 
currently not possible to update video/image asset.

Furthermore, if you want to change the headlines and descriptions of an an, I 
would recommend to use the AdGroupAdService.mutate() method as you can modify 
the corresponding fields for headlines and descriptions.

Let me know if you have further questions and please specify what kind of ads 
you referring.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UHFO50:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/AId_a0PXAMT100fP8Av5KHRrqopM8gcNnkEw%40sfdc.net.


how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-01 Thread MCC智美
Hello,

I've tried $adGroupAdOperation-> setRemove ,$adGroupAdOperation-> setUpdate 
with the Google Ads API.
But I can't get what I want.
How to delete or update the AdGroupAd videos/images/headlines/descriptions?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e47206ce-17dc-4b8f-a398-ca38f969b493%40googlegroups.com.