I’m facing an issue while creating video campaigns and ad groups using Google Ads Scripts.
Problem 1: Campaign Creation with cpv
When I try to create a video campaign using:
'Bid Strategy type': 'cpv'
I get this error:
The value 'cpv' in column 'Bid Strategy type' is invalid.
Problem 2: Ad Group Creation Fails with Target Cpv
Now, when I try to create ad groups using Target Cpv, the ad groups are not getting created.
Here’s the snippet:
GACampaign.newVideoAdGroupBuilder()
.withName(SGroup.name)
.withAdGroupType(SGroup.type)
.withCpv(SGroup.cpv)
.build();
Sbuilder.getResult(); // This returns null
The getResult() is returning null, and the ad group doesn’t get created.
Questions:
1. What is the correct Bid Strategy type value for Video campaigns using CPV bidding?
2. How do I correctly set CPV for ad groups in Target Cpv campaigns?
3. Am I missing any required fields for the VideoAdGroupBuilder?
Any guidance or working sample code would be greatly appreciated.
Thanks!
Hi,
I have shared this with the rest of our team and will get back to you once we have an update. Meanwhile your patience is highly appreciated.
![]() |
Google Ads Scripts Team |
[2025-08-04 12:03:50Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01sxmUy:ref" (ADR-00324430)