Skip to main content

Changelog

Adjustment Factors API

2023-09-18

  • Introducing new Doconomy Categories:
    • Rent
    • Taxes
  • Set Doconomy Category Parking as deprecated
  • Mapping updates
    • Several MCC mappings have been refined. Emission factors are improved for the affected MCCs.
  • Update with the latest Social Carbon Cost (SCC).

Insights API

2023-10-26

  • Added spending area id to insight and comparison response objects
  • Added support for filter insight and comparison on spending area id. Spending area id can be obatained from the transaction service calculation response.
  • Added possibilty to get heading when fetching insight list by adding heading=true as a query string parameter. The heading can be translated by sending in the language parameter /v1.0/insights?language=es&heading=true

2023-09-18

Changed insights object of profile to have a count of each insight showed.

// Object changed from:
"insights": {
"viewed": [
"T1",
"T2"
]
}

// To:
"insights": {
"viewed": {
"T1": 1,
"T2": 3
}
}

2023-06-02

  • Updated Insights library (version 1.1)
    • Removal of obsolete/not relevant insights
    • Addition of some new Insights
    • Re-phrasing of language for some insights
    • Overlook of references/sources
  • Version, language and branding support
    • Support for different versions of the Insights library (1.0 and 1.1)
    • Additional language support for the Insights library (1.0 and 1.1)
      • English, Spanish, French, Swedish, German, Japanese, Portuguese, Italian, Dutch
    • Support for letting customers put their own branding (translation) of the Insights (1.0 and 1.1) and Comparison (1.0) libraries
  • Filtering of Insights by DOCC and Spending Areas (only for library version 1.1)
  • Introduction of Comparisons, new API endpoint
    • Support to put a given amount of CO₂e (1, 5 or 10 tonnes) into context and perspective by comparing the figures against emission caused by certain products and activities
    • Currently only with English language support

Profiles API

2023-06-02

  • New and updated Climate Personas
    • Implementation of version 2.0 of Climate Personas
  • Climate Personas API endpoints
    • Retrieval of Climate Persona definitions (descriptions)

Surveys API

2023-06-02

  • Version, language and branding support
    • New Climate Profile onboarding survey (version 1.1)
      • Updated questions and answer-alternative formulations
    • Additional language support for the Climate Profile onboarding survey (version 1.1)
      • English, Spanish, French,
    • Support for letting customers put their own branding (translation) of the Climate Profile onboarding survey (1.0 and 1.1)

Other Improvements

2023-06-02

  • Improved validation
    • Traits and Attributes are now always required if a Profile is supplied
  • Improved error response
    • Clarified error messages on several error responses