Recirculation Module API
Table of Contents
This feature is available for Enterprise clients
Pending release
We've been working on the Recirculation Module update for a little while, and we're planning to roll out all of the features described below soon - please note that this is not yet live.
As part of the recirculation module, Pugpig offers the ability for clients to suggest articles to the user directly via an API.
The following can be passed to your API:
- Recirculation module type: related, section, contributor, latest, popular, editor, recommend
- The current article (external) ID
- The current article title
- The current article canonical URL
- The current article taxonomies such as section or contributor
- A list of article IDs the user has already read (where relevant)
- Unique user token (where relevant)
The response should be an ordered list of article IDs.
This is a high frequency API. You should expect a large volume of calls proportional to app usage. Pugpig will cache calls to the API per article per read list per user where appropriate.
Pugpig will write a custom integration to match your API to make this easy and efficient to implement. Please contact support for more details.