call to action , headline for bumber and non-skippable ad

114 views
Skip to first unread message

Krishnadas D

unread,
Mar 15, 2021, 8:59:48 AM3/15/21
to Google Ads Scripts Forum
Hi
i am creating ad for bumber and non-skippable like below code 

videoAdGroup.newVideoAd().bumperAdBuilder().withAdName(adName).withFinalUrl(finalUrl).withDisplayUrl(displayUrl).withVideo(video).build().getResult().isEnabled(status == 'ACTIVE');

videoAdGroup.newVideoAd().nonSkippableAdBuilder().withAdName(adName).withFinalUrl(finalUrl).withDisplayUrl(displayUrl).withVideo(video).build().getResult().isEnabled(status == 'ACTIVE');

but here i am not having option to add call to action and headline 

i checked .withCallToAction(call_to_action) , .withActionHeadline(headline)
but it is not working 

Google Ads Scripts Forum Advisor

unread,
Mar 15, 2021, 10:57:44 PM3/15/21
to adwords...@googlegroups.com

Hi Krishnadas,

 

Thanks for reaching out. Harry here, from the Google Ads Scripts Team. Allow me to assist you on this.

 

Unfortunately, withCallToAction(call_to_action) and withActionHeadline(headline) methods are only available in the InStreamAdBuilder. You would also don't have to enable an entity as it should be enabled by default when built. For your reference, the isEnabled() is a boolean method which returns true if the video ad is enabled. Use methods like enable(), pause() and remove() instead to manage entity status through the Google Ads Scripts.

 

Let me know if you have other questions.

 

Thanks,

Google Logo
Harry Cliford Rivera
Google Ads Scripts Team
 


ref:_00D1U1174p._5004Q2DvbvX:ref

Krishnadas D

unread,
Mar 16, 2021, 12:39:20 AM3/16/21
to Google Ads Scripts Forum
is there any other way to provide call to action and headline for bumber and non-skippable ad ?
because in google ad manager there is a checkbox for add call to action , when that checked we can see call to action and headline  , i want to implement it in my script 

Google Ads Scripts Forum Advisor

unread,
Mar 16, 2021, 2:58:39 AM3/16/21
to adwords...@googlegroups.com

Hi Krishnadas,

 

You may opt to continue using the Google Ad Manager instead if this options are available there. The withCallToAction(call_to_action) and withActionHeadline(headline) methods for BumperAdBuilder and NonSkippableAdBuilder are currently unsupported in the Google Ads Script. If you would like, I can reach out to the rest of the team for a feature request, but would not be guaranteed to be supported anytime soon. Kindly let me know if you would like me to proceed and provide a sample use case or importance of this feature for your requirement/business.

Krishnadas D

unread,
Mar 18, 2021, 4:08:16 AM3/18/21
to Google Ads Scripts Forum
actually i am trying to automate pushing  the youtube campaigns to google ads manager  from my project . 
in ad manager we have call to action and headline field in bumper and NonSkippable formats 

my client using this features also , so i want to find some solution. 

Google Ads Scripts Forum Advisor

unread,
Mar 18, 2021, 5:57:02 AM3/18/21
to adwords...@googlegroups.com
Hi Krishnadas,

I regret to inform that there is really no other solution to using the methods in question with the BumperAdBuilder and NonSkippableAdBuilder through Google Ads Scripts as of today. If there are any more concerns you would need assistance to, please do let me know.
Reply all
Reply to author
Forward
0 new messages