OwnerTierOverride

Creates an owner-tier override.

At least one of the override values must be set.

post/campaign/owner-tier-overrides

Request body

organizationIdstring required

The id of the organization this override applies to.

priorityOverrideinteger nullable

The priority matching owners' jobs are created with. Null for no priority override.

boostOverrideinteger nullable

The global boost level matching owners' campaigns are created with (0-10). Null for none.

Response

OK

idstring required

The id of the created override.

Changes

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

    • 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
    • added the new required request property

      new-required-request-property

    • removed the request property

      request-property-removed