Skip to content

Document API fields for Budget Intervals #5

Description

@mshmakov-gh

Looking at
https://github.com/MicrosoftDocs/xandr-docs/blob/main/xandr-docs/digital-platform-api/line-item-service---ali.md#budget-intervals and at the actual API responses I can see that there are more fields in the actual responses than there are in the docs. Here's what an API response might look like:

[
    {
        "code": null,
        "creatives": null,
        "daily_budget_imps_opt": null,
        "daily_budget_opt": null,
        "enable_forecast_pacing": false,
        "enable_pacing": true,
        "end_date": "2025-12-31 23:59:59",
        "id": <REDACTED - an integer>,
        "lifetime_budget": 15000,
        "lifetime_budget_imps": null,
        "lifetime_pacing": true,
        "lifetime_pacing_pct": 105,
        "object_id": <REDACTED - an integer>,
        "object_type": "campaign_group",
        "parent_interval_id": null,
        "start_date": "2025-03-01 00:00:00",
        "subflights": null,
        "timezone": "Europe/Helsinki",
        "underspend_rollover_state": false
    }
]

Please consider documenting code, daily_budget_imps_opt, daily_budget_opt, enable_forecast_pacing, lifetime_pacing_pct, object_id, object_type, subflights, underspend_rollover_state

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions