Hi Google Ads Scripts team,
I’m running a manager-level Google Ads Script (MCC) that creates Video campaigns via Bulk Upload (CSV) using AdsApp.bulkUploads().newCsvUpload(...).forCampaignManagement().apply().
I’m now consistently getting the following error on campaign creation:
Two possible column headers (based on policy wording and DV360/SDF docs):
"EU political ads"
"Contains EU Political Ads"
Multiple values:
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING
CONTAINS_EU_POLITICAL_ADVERTISING
NO / YES
Free-text variants (“Does not contain EU political advertising”)
Explicit fileLocale: "en_US".
Script runs under MCC and selects the client via MccApp.accounts().withIds([...]).executeInParallel(...). Permissions are fine; the only blocker is the EU political field.
We do not run political ads and we don’t represent public authorities.
We saw announcements and DV360/SDF references about EU political ads self-declaration, but we cannot find any official documentation for Google Ads Scripts or Ads bulk-upload column names/accepted values for this field on Google Ads (non-DV360).
We also can’t find a self-declaration toggle in the Google Ads UI (advertiser/basic details) for regular Ads accounts that would automatically satisfy this requirement for new campaigns.
What is the exact bulk-upload column name Google Ads Scripts expects for campaigns?
What are the accepted values for that column in Scripts bulk uploads?
Is there an advertiser-level self-declaration in Google Ads (not DV360) that we can set once so new campaigns inherit it?
If Ads Scripts bulk upload does not yet support this field, what’s the official workaround (e.g., create via Ads API with a specific field, or rely on an account-level UI toggle)?
Any official documentation links or examples specific to Google Ads Scripts / Ads bulk uploads would be greatly appreciated.
Thanks a lot,
Hi,
Thank you for reaching out to the Google Ads Scripts support team.
I would suggest that you refer to the official Blog Post regarding the EU political ads in Google Ads Scripts. I would suggest that you use boolean values without hyphens (true or false). You may find the below example.
'EU political ads' : false
To select the option in the Google Ads UI, you may navigate to the campaign settings and find the option “EU political ads”.
If you still face any issues, kindly get back to us with the following details.
![]() |
Google Ads Scripts Team |
[2025-08-29 16:26:25Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5Uu9:ref" (ADR-00331365)