CampaignDuration
Stay organized with collections
Save and categorize content based on your preferences.
The duration of a planned campaign.
Fields |
date_range
|
DateRange
Date range of the campaign. Dates are in the yyyy-mm-dd format and inclusive. The end date must be < 1 year in the future and the date range must be <= 92 days long. This field cannot be combined with the duration_in_days field.
|
duration_in_days
|
int32
The duration value in days. This field cannot be combined with the date_range field.
|
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-11-25 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-11-25 UTC."],[[["Campaign duration can be specified using either a specific date range or a total number of days."],["Date ranges must be within a year from the current date and cannot exceed 92 days in length."],["When using a date range, start and end dates are inclusive and follow the yyyy-mm-dd format."],["Specifying campaign duration with a date range and a total number of days simultaneously is not allowed."]]],[]]