@mediarithmics/plugins-nodejs-sdk
Advanced tools
Changelog
v0.29.2 2024-10-03
Changelog
v0.29.1 2024-09-27
Changelog
v0.29.0 2024-09-24
Changelog
0.28.2 - 2024-08-27
Changelog
0.28.1 - 2024-07-12
MandatoryPropertyValueError
Changelog
0.28.0 - 2024-07-09
Add new Error classes to have generic end user messages: MissingConfigurationPropertyError
,
InvalidPropertyValueError
, FileDownloadError
and MissingRealmError
.
The field stats
has been removed from BatchUpdatePluginResponse
.
The fields sent_items_in_error
and sent_items_in_success
are reintroduced instead.
Changelog
0.27.0 - 2024-06-27
Changelog
0.26.1 - 2024-06-14
Changelog
0.26.0 - 2024-06-13
sent_items_in_error
and sent_items_in_success
from BatchUpdatePluginResponse
.stats
which is an Array of BatchUpdatePluginResponseStat
containing errors
, successes
and operation
fields.Changelog
0.25.0 - 2024-06-11
AudienceFeedInstanceContextError
for AudienceFeedConnectorBasePlugin
that can be used
on instance context creation. It has a field visibility
which can be 'PUBLIC'
or 'PRIVATE'
(default).
This is only useful for onExternalSegmentCreation
, if set to 'PUBLIC'
the error will be displayed on navigator.mediarithmics.com
to the end user when the feed is activated.AudienceFeedConnectorBasePlugin
with BatchedAudienceFeedConnectorBasePlugin
in ./examples/audience-feed