Hi...
I am using my working model script since many months for creating video campaigns of bid strategy Manual CPV and Targeting CPM.
Recently observed the script is not working anymore for Targeting CPM bid strategy. But it works for Manual CPV bid strategy. I use bulk CSV upload AdsScript feature.
I see the similar conversation happened here but I don't have any idea about the solutions. https://groups.google.com/g/adwords-scripts/c/QDJHgjtfWTY/m/oaxLQ_ctCAAJ
This is my sample scriptconst columns = ["Campaign","Campaign start date","Campaign end date","Campaign status","Budget type","Budget","Campaign type","Campaign subtype","Bid Strategy type","Action","Networks","Customer ID"];const upload = AdsApp.bulkUploads().newCsvUpload(columns);upload.append({"Campaign": "My Video Bumper Campaign","Campaign start date": "2025-04-20","Campaign end date": "2025-04-25","Campaign status": "PAUSED","Budget type": "Campaign Total","Budget": 500,"Campaign type": "Video","Campaign subtype": "","Bid Strategy type": "Target CPM","Networks": "YouTube videos","Customer ID": AdsApp.currentAccount().getCustomerId(),"Action": 'add'});upload.forCampaignManagement();upload.apply();

--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/9FhTxVR_TvY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/adwords-scripts/64de30cd-313f-49c9-b060-8c8c17575922n%40googlegroups.com.