Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AdScheduleInfo
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Represents an AdSchedule criterion.
AdSchedule is specified as the day of the week and a time interval within which ads will be shown.
No more than six AdSchedules can be added for the same day.
Fields |
start_minute
|
MinuteOfHour
Minutes after the start hour at which this schedule starts. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
end_minute
|
MinuteOfHour
Minutes after the end hour at which this schedule ends. The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
day_of_week
|
DayOfWeek
Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
start_hour
|
int32
Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
end_hour
|
int32
Ending hour in 24 hour time; 24 signifies end of the day. This field must be between 0 and 24, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["AdSchedule lets you control when your ads are displayed by specifying the day of the week and a time interval."],["You can define the start and end times of your ad schedule using start and end hour and minute, and also select the day of the week."],["A maximum of six AdSchedules are allowed for a single day."],["When creating a new AdSchedule, `start_minute`, `end_minute`, `day_of_week`, `start_hour`, and `end_hour` are required, and cannot be changed once created."]]],["AdSchedule specifies the day and time interval for ad display. It requires `day_of_week`, `start_hour`, `end_hour`, `start_minute`, and `end_minute` for creation. `start_hour` ranges from 0-23, `end_hour` from 0-24, with 24 signifying the day's end. The `end_minute` is exclusive. Only six schedules per day are permitted. These fields are only available during creation and are prohibited during update.\n"]]