@mediarithmics/plugins-nodejs-sdk
Advanced tools
Changelog
0.17.0 - 2023-10-16
send_items_in_error
and send_items_in_success
to BatchUpdatePluginResponse
Changelog
0.15.0 - 2023-06-27
AudienceFeedConnectorBaseInstanceContext
Changelog
0.14.1 - 2023-06-26
$user_identifiers
fieldChangelog
0.14.0 - 2023-06-13
AudienceFeedConnectorBasePlugin
and BatchedAudienceFeedConnectorBasePlugin<T>
, related to batched content.UserSegmentUpdatePluginResponse
, when used with UserSegmentUpdatePluginBatchDeliveryResponseData
.
BATCH_DELIVERY
, implement BatchedAudienceFeedConnectorBasePlugin
instead, that will force implementation ofprotected abstract onUserSegmentUpdate(request: UserSegmentUpdateRequest, instanceContext: AudienceFeedConnectorBaseInstanceContext): Promise<BatchedUserSegmentUpdatePluginResponse<T>>;
UserSegmentUpdatePluginDeliveryContent
UserSegmentUpdatePluginDeliveryContent
if content is empty.BatchUpdatePluginResponse#status
to uppercase status, instead of lowercase.Changelog
0.13.0 - 2023-03-27
Breaking changes in UserSegmentUpdatePluginResponse:
grouping_key
is now mandatory for file and batch delivery responsesdestination_token
is now mandatory for file delivery responsesChangelog
0.12.0 - 2023-03-22
Several rules where added regarding linting and formatting. <br /> The use of tsconfig compilerOptions lib 2019 is to in consideration regarding node <12 based plugin. Check readme for more informations.
Changelog
0.11.1 - 2023-03-22
Changelog
0.11.0 - 2023-02-23
Breaking changes in UserSegmentUpdatePluginResponse (UPDATE).
T
type argument that is unknown by default:
string
;T
;Changelog
0.10.0 - 2022-10-28
Breaking changes in UserSegmentUpdatePluginResponse.