OwnerTierOverride

Returns all owner-tier overrides.

get/campaign/owner-tier-overrides

Response

OK

idstring required

The id of the override.

organizationIdstring required

The id of the organization the override applies to.

priorityOverrideinteger nullable

The priority matching owners' jobs are created with, or null.

boostOverrideinteger nullable

The global boost level matching owners' campaigns are created with, or null.

ownerMailstring required

The email of the admin who created the override.

createdAtstring date-time required

When the override was created.

Changes

Changed in 2 of the 7 revisions of this API.12

    • the security scope api was added to the endpoint's security scheme OpenIdConnect

      api-security-scope-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 5f993bd211f511See the full diff
    • removed the required property / from the response with the status

      response-required-property-removed

    • added the required property / to the response with the status

      response-required-property-added