Access to the targeting criteria for campaigns.
For example, to select the ad schedules for all campaigns:
var adSchedules = AdsApp.targeting().adSchedules().get();
while (adSchedules.hasNext()) {
var adSchedule = adSchedules.next();
}
Methods:
adSchedules()
Specializes this selector to return
AdSchedule criteria.
Return values:
audiences()
Specializes this selector to return
SearchCampaignAudience
criteria.
Return values:
excludedAudiences()
Specializes this selector to return
SearchCampaignExcludedAudience
criteria.
Return values:
excludedContentLabels()
Specializes this selector to return
ExcludedContentLabel criteria.
Return values:
excludedLocations()
Specializes this selector to return
ExcludedLocation criteria.
Return values:
languages()
Specializes this selector to return
Language criteria.
Return values:
Specializes this selector to return
Platform criteria.
Return values:
targetedLocations()
Specializes this selector to return
TargetedLocation criteria.
Return values:
targetedProximities()
Specializes this selector to return
TargetedProximity criteria.
Return values: