AI-generated Key Takeaways
-
Campaign duration can be defined using either a
date_range
orduration_in_days
. -
The
date_range
uses yyyy-mm-dd format, is inclusive, must be less than 1 year in the future, and must be less than or equal to 92 days long. -
The
duration_in_days
is an integer value specifying the campaign length. -
The
date_range
andduration_in_days
fields cannot be combined.
The duration of a planned campaign.
Fields | |
---|---|
|
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. |
|
The duration value in days. This field cannot be combined with the date_range field. |