Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2024

Product

Description

Reported on

No longer available from

Image Removed

Partnerships

Platform

The Masterdata API and the Registration API have been deprecated. Currently we do not have replacements for all endpoints in those APIs.

The mentioned APIs will be kept available until we have replacements for all endpoints, and a migration plan.

Image Removed

Partnerships

Status
titleDEPRECATED
/v2 prefix in masterdata API calls

The /v2 Prefix in masterdata API calls is not available anymore. Please use the non-prefixed url. For example:

https://<YOUR-CUSTOM-API-URL>/masterdata/category/adspace?apiKey=<API-KEY>

Image Removed

Partnerships

Status
titleDEPRECATED
Partner ui program list

The Programs menu point in the Partner UI will be deleted in favour of the new Advertiser Explorer. Please switch to the new feature by the 1st of march 2021. If you don’t do it yourself it will be switched over automatically by this date.

The status param for relationship has been removed from /partnerships/partner/create command. Any new partner will be created with an relationship that is status activated.

Please remove the status param from your API request.

/partnerships/partner/create

Code Block
{
  "commandId": "73a922f2-556b-460c-9352-5a91e9994146",
  "comment": "string",
  "eventDateTime": "1970-01-01T00:00:00.000Z",
  "adspace": {
    "categoryId": "string",
    ...
  },
  "partner": {
    "address": "AAAAAA",
    "billingData": {},
    "city": "AAAAAA",
    ...
  },
  "relationship": {
    "adspaceId": "55632",
    "advertiserId": "8134",
    "commandId": "73a922f2-556b-460c-9352-5a91e9994146",
    "comment": "string",
    "commissionModelId": "12345",
    "commissionRuleId": "12345",
    "eventDateTime": "1970-01-01T00:00:00.000Z",
    "feeModelId": "12345",
    <<REMOVED FIELD status>>
    "type": "CreateRelationship"
  }
}

15th of January 2024

2023

Please see ⚡ Deprecations 2023

2022

Please see ⚡ Deprecations 2022