"SELECT CampaignId, AccountDescriptiveName, CampaignName, RecommendedBudgetAmount, CampaignStatus, SearchBudgetLostImpressionShare, Amount, Cost, AdvertisingChannelType, CostPerConversion, Conversions, Labels FROM CAMPAIGN_PERFORMANCE_REPORTWHERE SearchBudgetLostImpressionShare > '0' AND Cost > '1' AND AdvertisingChannelType = 'SEARCH' AND CampaignStatus = 'ENABLED' AND Labels CONTAINS_NONE [exclude] DURING LAST_30_DAYS"
Labels CONTAINS_NONE ['exclude'] - failed to read
Labels CONTAINS_NONE [\"exclude\"] - condition is invalid
Labels CONTAINS_NONE [exclude] - failed to read
Labels CONTAINS_NONE 'exclude' - condition is invalid
var label = AdsApp.labels().withCondition("Name = 'exclude'").get().next();
var labelId = label.getId();
"WHERE Labels CONTAINS_NONE ['" + labelId + "'] " //Include other conditions in your WHERE statement as well
--
-- 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 the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-scripts+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/0666a357-4caf-4602-a670-94a68073998e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.