RE: Assign a newly created Ad to multiple AdGroups?

2019-07-31 Thread Google Ads API Forum Advisor Prod
Hi Suresh,

Unfortunately, it's not possible to associate an ad with multiple ad groups in 
AdWords API. If you would like to confirm if it's possible in Google Ads UI, I 
would recommend to reach out to the Google Ads Community Forum as they are more 
equipped to answer to this question.

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001UEH9AI: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/K9Dq60PVHXHJ00q6-NnqNFT2WXqiC9pZQpBw%40sfdc.net.


Re: Assign a newly created Ad to multiple AdGroups?

2019-07-30 Thread Suresh Kumar Shenbagam
Hi,

Rephrasing: 
Is it possible to create one Ad and assign it to multiple AdGroups?

Suresh

On Tuesday, July 30, 2019 at 5:38:44 PM UTC+5:30, Suresh Kumar Shenbagam 
wrote:
>
> Hi,
>
> Is it possible to assign a newly created ad to multiple adgroups? For 
> example,
>
> I am creating a ExpandedTextAd and set the the ad and adgroupid to 
> AdGroupAd and then a new ad has been created.
> Then I use the adId / ad Object to associate with multiple AdGroups, is 
> this possible?
>
> // Ad ad = createExpandedAd();
> -
> AdGroupAd a1 = new AdgroupAd();
> a1.setAd(ad);
> a1.setAdGroupId(1234);
> AdgroupAdService.save(a1);
> --
>
> AdGroupAd a2  = new AdGroupAd();
> a2.setAd(ad);
> a2.setAdGroupId(3456);
> AdgroupAdService.save(a2);
>
> How many ads will be created if I use the above code?
>
>
> Suresh
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad3c9a4a-2293-46c0-9c62-0144432a1fe2%40googlegroups.com.