Change Log

# 31 August 2021 - New sources, Douyin, WeChat and Sina Weibo added to the Exports API

Today we released changes that add Douyin, WeChat and Sina Weibo as sources you can use for exports.

To use these sources you will need to have access to the Source Package. Please contact your account manager if you’d like to add this product to your package.

Export
# 20 August 2021 - New sources, Douyin, WeChat and Sina Weibo added to the Meltwater Analytics API

Today we released changes that add Douyin, WeChat and Sina Weibo as sources you can use for analytics.

To use these sources you will need to have access to the Source Package. Please contact your account manager if you’d like to add this product to your package.

Analytics
# 10 August 2021 - New sources, Twitch, Tiktok and Pinterest added to the Meltwater API

Today we released changes that add Twitch, Tiktok and Pinterest as sources you can use for exports and analytics.

To use these sources you will need to have access to the Source Package. Please contact your account manager if you’d like to add this product to your package.

Analytics Export
# 5 August 2021 - Streaming API migrating to version 3

We have released a new version of the API which consolidates streaming feature inline with the exports and analytics. Please read the Migrating to V3 of the Streaming API guide to learn more.

Streaming
# 7 July 2021 - Opening Text for Facebook and Instagram sources

For exports, we now provide the first 140 characters of Facebook and Instagram posts and comments (where possible). This is provided in the document_opening_text field in the JSON format, and the Opening Text field in the CSV format.

Additionally we now populate the document_city, document_region and document_location_approximate fields for news documents where possible.

Exports Facebook Instagram
# 8 February 2021 - Support for Facebook and Instagram in exports and analytics

Today we released changes that add Facebook and Instagram as sources you can use for exports and analytics.

To use these sources you will need to have access to the Premium Social Package. Please contact your account manager if you’d like to add this product to your package.

For exports, if your saved search includes Facebook or Instagram data this will be included in your export. See the formats and fields page for details of available fields.

For analytics (if you have access to this feature), you can now use these sources as the ‘source’ parameter for many of the analytics endpoints. Please see the endpoint documentation for full details.

Export Analytics Instagram Facebook
# 1 February 2021 - Analytics - Expanding top languages and top country codes

Today we’ve expanded the number of top languages and top country codes returned in the analytics summary api.

We now return a maximum of 50 languages and country codes.

Analytics
# 4 December 2020 - Exports - Additional fields for export results

Today we’ve added some additional fields to export results:

  • Engagement, the total engagement a tweet has seen, has been added to the CSV format (as “Engagement”) and JSON format (as “document_engagement”)
  • City & State, have been added to the CSV format (these were already present in JSON format)
  • The “Earned Traffic” field which was already present in CSV format has been added to the JSON format as “document_earned_traffic”.

The Exports Formats and Fields page has been updated with these changes.

Export
# 13 November 2020 - Analytics API - Multi-company support and Author Count Analysis

Today we’ve released two new features to the analytics API.

All existing analytics endpoints now support a company_id parameter, the same way export and search management endpoints do. If you have multiple companies set up for your Meltwater account, this parameter allows you to specify a search belonging to one of your other companies.

We’ve also added an extra field to the output of the Summary endpoint called unique_authors, this is a count of the number of unique authors in the window. If you’re analysing news it will always return 0, but will work on all other types.

As usual you can see these changes reflected in the Endpoints Documentation.

Analytics
# 2 November 2020 - New analytics endpoints - top keyphrases, top locations, top entities

Over the last couple of weeks we’ve been working on adding new analytics features to the API.

We’ve added the following new analytics endpoints:

  • top_keyphrases: provides the top words and keyphrases found in documents that match your search.
  • top_entities: provides the top entities found in documents that match your search.
  • top_locations: provides the top locations (countries, states, cities) of authors for documents in your search.

Please see the Endpoints Documentation for more details.

Analytics
# 21 September 2020 - Upcoming changes to Twitter & YouTube data

To stay compliant with the latest Terms of Service for Twitter and YouTube we will be making some changes to the fields we provide through the Meltwater API (previously called the Export API), and Streaming API.

Today we added new Twitter fields to help you update your integration.

Some existing fields will be redacted from the 18th November. Please read the Compliance Changes page for more details.

Twitter Youtube Export Streaming
# 7 September 2020 - Announcing API version 3

We have released a new version of the API which consolidates export and analytics feature into one product. Please read the Migrating to V3 of the API guide to learn more.

Export Analytics
# 27 February 2020 - Removing data_url for INCOMPLETE one-time exports

One-time exports are assigned a status of INCOMPLETE when data for one or more of the searches/tags cannot be exported. In these cases, the data_url will return partial/no results, which may result in inconsistencies. Going forward, the data_url will no longer be provided for INCOMPLETE exports.

Export
# 12 December 2019 - Adding Social Echo for Reddit

We have added the field document_social_echo_reddit to the payload. This Social Echo field shows the number of Reddit shares of an editorial article.

Social Echo field are only enabled when you have the Social Premium Package.

Export
# 26 November 2019 - Searches from Explore now fully available in the Export API

If you have purchased Meltwater’s new Explore product you can now create exports through the Export API for the searches set up in Explore as well.

As Explore allows you to search data across different source types (News, Social), an export from an Explore search may contain results from various sources as well. This differs from exports from searches from our Media Intelligence product, where a single search will always contain results from a single source type only!

Note: In order to create exports for your Explore searches with mixed source types, you need to have purchased the appropriate product packages to retrieve the respective source types through the API.

Export
# 12 November 2019 - Adding new reach fields to editorial documents

  • Field source_reach_desktop: The monthly unique desktop visitors to the source of the document.
  • Field source_reach_mobile: The monthly unique mobile visitors to the source of the document.

The existing field source_reach now contains the sum of the two metrics above.

Please check the Meltwater help center if you want to know more regarding the new reach metrics and how articles are measured.

Export
# 20 September 2019 - Removing country from /companies endpoint

We have removed the country field, in the API response of the /companies endpoint. All customers impacted by this change have been informed via email.

Export
# 11 February 2019 - Simplified setup for exports based on tags

We have introduced couple of changes, which should simplify creating exports based on tags:

  • Updated the Export Console to provide selection of existing tags for given company. This will give you a confidence that export is always created for existing / correct tags
  • Updated API to provide an endpoint (export/v1/tags) to list all tags for the given company
  • Updated API to validate tags existence on export creation request. If you are trying to create an export for non-existing tag, you will receive below error:
{
  "errors": [
    {
      "type": "TAG",
      "title": "Unknown resource",
      "details": "The tag names you provided ([\"tag\"]) are unknown"
    }
  ]
}

Export
# 9 January 2019 - Added two fields `document_earned_traffic` and `document_hidden`

  • Field document_earned_traffic
    Earned Traffic is defined as anonymous web traffic that first visits an article that is defined in your search, and then visits any page on your domain within 7 days that follows.
    This field is enabled when you have the PR-ROI Package.

  • Field document_hidden
    When viewing search results in app.meltwater.com, it is possible to ‘Hide’ documents, to prevent them from being displayed as part of your seraches.
    This field will be true if a document has been marked as hidden, false otherwise. With this field it’s possible to determine which documents have been hidden and filter them out accordingly as part of your workflow.

Export
# 8 January 2019 - Support for exports based on tags

Happy New Year!

We’ve introduced the ability to carry out an export of data based one or several tags. This can also be combined with search ids. The exported data will include documents that match your provided search ids or any of the tags. Here’s an example request:

{
  "onetime_export": {
    "search_ids": [123, 456],
    "tags": ["Big data", "API"],
    "start_date": "2019-01-01T00:00:00Z",
    "end_date": "2019-01-04T23:59:59Z"
  }
}

Note, the tags must correspond to tags you have already created on app.meltwater.com. See the following article for more information on tags: Using Tags

You can also create the export from the Export Console. You can export up to 5 tags and searches in combination for an export.

Export