Re: How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-27 Thread monsterindiasocialjobs test
Hi Bryan,

Thanks for the clarification.

Regards,
Rams

On Friday, February 28, 2020 at 1:01:52 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Rams,
>
> Yes I would be more than happy to clarify for you. In the example for 
> creating and adding the MultiAssetResponsiveDisplayAds 
> ,
>  
> the AdGroupAdService 
> 
>  is 
> used to create and add the MultiAssetResponsiveDisplayAd to an AdGroup. The 
> AdGroupAdService can also be used to Remove the link between AdGroups and 
> Ads, as well as update the status.
>
> AdService 
> ,
>  
> on the other hand, is used when you want to directly mutate text, url, or 
> image asset fields of an ad. Therefore, if you want to create and associate 
> an ad with an adgroup, you should use AdGroupAdService. However, if you 
> want to mutate and edit an ad, you should use AdService. Let me know if you 
> need further clarification.
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV1gX2: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/d458d5ac-426c-4516-b11a-4be7ff5b825c%40googlegroups.com.


Re: How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-26 Thread monsterindiasocialjobs test
Hi Bryan,

Thanks for your reply, a small clarification:

As per the AdService 
 
documentation, Ads should be mutated using AdService, but 
MultiAssetResponsiveDisplayAd  are mutated using AdGroupAdService

"AdService 
 
is used to update Ad 
s.
 
Ad 
s
 
are created using the AdGroupAdService at the same time they are associated 
with an AdGroup, but Ad 
s
 
are mutated using AdService 

"

Can you please clarify.

[image: Untitled.png]


On Thursday, February 27, 2020 at 3:03:03 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Rams,
>
> Thank you for your patience. I tried editing both the text and image 
> assets of a test MultiAssetResponsiveDisplayAd using AdService 
>  
> and managed to change parameters listed here 
> 
>  
> with success. Therefore you should be able to use AdService to edit and 
> update your text and image assets for your MultiAssetResponsiveDisplayAds. 
> Let me know if you have any more questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV1gX2: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/89caa3b3-adba-4ebd-9e4a-a037dce41b08%40googlegroups.com.


Re: How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-25 Thread monsterindiasocialjobs test
Hi Bryan,

As per the below link AdGroupAdService 
,
 
mutate's SET operation only supports status change.

"Set - Updates an ad group ad. Except for status, ad group ad fields are 
not mutable. Status updates are straightforward - the status of the ad 
group ad is updated as specified. If any other field has changed, it will 
be ignored. If you want to change any of the fields other than status, you 
must make a new ad and then remove the old one."

I do not want to make a new ad.

Can you please suggest me.

Thanks,
Rams

On Saturday, February 22, 2020 at 3:07:34 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Rams,
>
> Thank you for reaching out to us. I see that you want to update/modify 
> TextAsset and ImageAsset of MultiAssetResponsiveDisplayAds using AdWords 
> API. According to this documentation 
> ,
>  
> multi asset RDA ads support mutability using AdGroupAdService 
> 
>  
> to modify these ads and their assets. The parameters for these types of 
> RDAs are listed here 
> .
>  
> You can refer to the AddExpandedTextAds.java 
> 
>  
> code sample as a reference (code samples in other languages can be found 
> here ). 
> Let me know if you have further questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV1gX2: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/cdc456c1-b3a4-4b99-8745-7d890709c8c9%40googlegroups.com.


Re: How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-25 Thread monsterindiasocialjobs test
Hi Bryan,

Thanks for the info, I will check and get back to you for any issue.

Thanks
Rams

On Saturday, February 22, 2020 at 3:07:34 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Rams,
>
> Thank you for reaching out to us. I see that you want to update/modify 
> TextAsset and ImageAsset of MultiAssetResponsiveDisplayAds using AdWords 
> API. According to this documentation 
> ,
>  
> multi asset RDA ads support mutability using AdGroupAdService 
> 
>  
> to modify these ads and their assets. The parameters for these types of 
> RDAs are listed here 
> .
>  
> You can refer to the AddExpandedTextAds.java 
> 
>  
> code sample as a reference (code samples in other languages can be found 
> here ). 
> Let me know if you have further questions.
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV1gX2: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/0fe16264-20d7-4cc6-bd8c-55d150657328%40googlegroups.com.


How to update/edit/modify TextAsset and/or ImageAsset of a MultiAssetResponsiveDisplayAd ad

2020-02-19 Thread monsterindiasocialjobs test
Hi Team,

Will you please let me know how can I update/edit/modify TextAsset and/or 
ImageAsset of a MultiAssetResponsiveDisplayAd ad using api.

I am using the below example for creating the MultiAssetResponsiveDisplayAd:

https://developers.google.com/adwords/api/docs/guides/multi-asset-responsive-display-ads#code_examples

Thanks,
Rams

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f9631e12-0a79-466b-9ee6-010447b547e3%40googlegroups.com.


How to exclude mobile app categories to a display network campaign

2019-07-03 Thread monsterindiasocialjobs test
Hi Team,

Will you pl let me know 'How to exclude mobile app categories from a 
display network campaign' using api.

Pl refer screenshot of UI placement exclusion option. I need to use this 
option using api.

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/df593f87-9381-4157-971d-6b8137c6c4c3%40googlegroups.com.