Re: How to remove TextAsset

2024-04-18 Thread Ashutosh Khetan
This approach doesn't work for Headline assets. Please suggest how it could 
be done for headline assets. 

My automatically created asset(ACA) is a Headline Asset associated with an 
RSA Ad, but it was created at the campaign level. This was done by enabling 
the ACA flag at the campaign level on Google Ads UI. 

I ran the below query to get the ID details of my ACA (Headline ACA for RSA 
ad), 
*SELECT*




*  ad_group.name,  ad_group_ad_asset_view.asset,  
ad_group_ad_asset_view.ad_group_adFROM ad_group_ad_asset_viewWHERE 
asset.source = 'AUTOMATICALLY_CREATED'*

Even after identifying the resource ID of this HEADLINE asset using Google 
UI and the above-mentioned query, if I try removing it using the  
CampaignAsset 

/ AdGroupAsset 
  
service 
you mentioned above, I get a resource not found message.

Can I please understand the way to move ahead. 

I intend to remove the association of a Headline ACA associated with the 
RSA ad, which I cannot achieve as outlined above. Any help is highly 
appreciated.

On Wednesday, April 17, 2024 at 11:43:05 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Yes, you can remove individual assets via API. As per this guide 
> ,
>  
> you can remove CampaignAsset 
> ,
>  
> AdGroupAsset 
> ,
>  
> or CustomerAsset 
> 
>  
> entities that associate the automated asset with the corresponding 
> resource. I would recommend that you set the status 
> 
>  
> of the asset to 'REMOVED' to remove the association.
>
> Hope this helps.
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02kCq2o:ref" (ADR-00172756)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/9e50fe8f-aa3b-4441-a7d8-9c6c8d9229f2n%40googlegroups.com.


Re: How to remove TextAsset

2024-04-17 Thread Ashutosh Khetan
How do you remove the association of some automatically created assets 
(ACA) against a response search ad? Let's say I have 4 ACA created, and I 
see that one of these four is not safe. I want to delink it 
programmatically, but I can't figure out how to do so.

Also, when I tried fetching details of a responsive search ad, it didn't 
return details of the linking between ACA and itself. Please help

On Wednesday, April 3, 2024 at 8:05:09 AM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Kindly note that the Google Ads API does provide functionalities to manage 
> associations between individual assets and ads, but it's done through 
> ad-level operations, not the AssetService 
> .
>  The 
> UI dashboard allows you to directly associate assets with ad groups or 
> campaigns through the "Associations view". I would suggest you refer to the 
> document Asset creation and usage 
> 
>  to 
> get more information.
>
> I hope this helps. Kindly get back to us if you have any further queries.
>  
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02kCq2o:ref" (ADR-00172756)
>
> Thanks,
>
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/7370fdff-39a6-4a28-a80f-25624f681e36n%40googlegroups.com.


Re: How to remove TextAsset

2024-04-01 Thread Aniket Churihar
*When you say this "You must use ad-level operations to manage associations 
between individual assets and ads, as described below.”*. Do you mean that 
the google Ads API has some means to achieve this or does it needs to be 
done through the UI dashboard?

On Wednesday 29 March 2023 at 19:40:23 UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi, 
>
> Thanks for reaching out to the Google Ads API Team. I hope you are doing 
> well today.
>
> I understand that you want to delete a *TextAsset*. However as mentioned 
> in the Google Ads API *Asset creation and usage* 
> 
>  that *“The **AssetService* 
> *
>  only 
> supports **create operations**. Once an asset is uploaded to an 
> advertiser's account, **it cannot be changed or removed** programmatically. 
> You must use ad-level operations to manage associations between individual 
> assets and ads, as described below.”*.
>
> In line with this, you may try to use the *setUpdate, *for example, if 
> you wanted to remove it from the ad, you would specify an *empty array*. 
> “*Keep 
> in mind that although you want to remove, you are really just updating the 
> details of the ad itself.”*
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kCq2o: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 
"Google Ads API and AdWords 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/8c0e6cac-8211-4b99-a053-8898820bb878n%40googlegroups.com.


Re: How to remove TextAsset

2024-03-29 Thread Grover
When you say " *You must use ad-level operations to manage associations 
between individual assets and ads, as described below.”*. Does it mean from 
the UI that we have to or there is a capability at the Ads API level that 
we could do?

On Wednesday, March 29, 2023 at 7:40:23 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi, 
>
> Thanks for reaching out to the Google Ads API Team. I hope you are doing 
> well today.
>
> I understand that you want to delete a *TextAsset*. However as mentioned 
> in the Google Ads API *Asset creation and usage* 
> 
>  that *“The **AssetService* 
> *
>  only 
> supports **create operations**. Once an asset is uploaded to an 
> advertiser's account, **it cannot be changed or removed** programmatically. 
> You must use ad-level operations to manage associations between individual 
> assets and ads, as described below.”*.
>
> In line with this, you may try to use the *setUpdate, *for example, if 
> you wanted to remove it from the ad, you would specify an *empty array*. 
> “*Keep 
> in mind that although you want to remove, you are really just updating the 
> details of the ad itself.”*
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2kCq2o: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 
"Google Ads API and AdWords 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/e1a20f16-8114-450e-82a5-0c2171dfeeben%40googlegroups.com.


RE: How to remove TextAsset

2023-03-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to the Google Ads API Team. I hope you are doing well 
today.

I understand that you want to delete a TextAsset. However as mentioned in the 
Google Ads API Asset creation and usage that “The AssetService only supports 
create operations. Once an asset is uploaded to an advertiser's account, it 
cannot be changed or removed programmatically. You must use ad-level operations 
to manage associations between individual assets and ads, as described below.”.

In line with this, you may try to use the setUpdate, for example, if you wanted 
to remove it from the ad, you would specify an empty array. “Keep in mind that 
although you want to remove, you are really just updating the details of the ad 
itself.”

Have a great day.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2kCq2o: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 
"Google Ads API and AdWords 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/2G7h_0RSACOL00-zPpegM0SiufPQ7XKe8GhQ%40sfdc.net.


How to remove TextAsset

2023-03-29 Thread san...@knorex.com
Hi,
I want to delete my TextAsset.
In object "AssetOperation.Builder", there is only setCreate/setUpdate but 
setRemove.

Sang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/1558b811-2b43-45f9-888c-c69bbe6bcc6en%40googlegroups.com.