Layers
Partner APIAPI referenceAds

PATCH /v1/projects/:projectId/ads/:platform/adsets/:adsetId/schedule

Update an adset's start/end time, dayparting.

View as Markdown
PATCH/v1/projects/:projectId/ads/{platform}/adsets/:adsetId/schedule
Phase 1stable
Auth
Bearer
Scope
ads:write:budgets

Updates an adset's run window or dayparting.

Body

Body
  • startTime
    string (ISO 8601, UTC Z)optional
    Adset start time.
  • endTime
    string (ISO 8601, UTC Z)optional
    Adset end time. Must be in the future and after `startTime`.
  • dayparts
    object[]optional
    Optional dayparting schedule. Each entry: `{ dayOfWeek: 0-6, startMinute, endMinute }`. Platform-native dayparting may be richer; Layers exposes the common subset.

Authority: gated by the tactical axis.

See also

On this page