Skip to main content
Skip table of contents

Magnite - Update Budget Fields

Overview

Easily make bulk budget changes in Magnite using data imported from a single CSV. The CSV must already exist for the data to be uploaded.

Variables

Name

Reference

Type

Required

Default

Options

Description

Username

MAGNITE_USERNAME

Username

-

-

The API username generated from Magnite

Password

MAGNITE_PASSWORD

Password

-

-

The API password generated from Magnite

File Name

MAGNITE_FILE

Alphanumeric

-

-

Name of the target CSV file on Workflow to be uploaded to Magnite.

Expected File Input

Important Notes:

  • You do not need to include every column.
    For example, to update only the budget value, simply provide campaign_id and budget_value.

  • All other fields are optional and only required if you want to change those specific settings.

An example Google Sheet can be found here.

Column Name

Description

Data Type

Accepted Values

campaign_id

Unique identifier for the campaign in Magnite

String / Integer

e.g., 12345678

budget_metric

Metric used to allocate or optimize budget against

Enum (String)

net_cost, gross_cost, requests, revenue, impressions, completes, clicks

budget_period

Time interval the budget applies to

Enum (String)

hour, day, week, month, lifetime

budget_pacing

Strategy for how the budget should be spent across the selected time period

Enum (String)

asap, front_loaded, even

budget_value

Budget amount (in whole numbers, no commas or decimals)

Integer

e.g., 2500 (interpreted as $2,500)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.