CampaignDuration

  • Campaign duration can be defined using either a specific date range or a duration in days.

  • The date range format is yyyy-mm-dd and is inclusive.

  • A campaign's end date using the date range field must be less than 1 year in the future and the date range itself must be 92 days or less.

  • The date_range field and duration_in_days field cannot be used together.

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.