Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates

How to implement orderconfirmation mbox for nodejs sdk - Serverside implementation

Avatar

Level 1

we are trying to implement orderconfirmation mbox for nodejs sdk. We are getting the click count for this metric. Is there any syntax change or anyone help us with the work flow of orderconfirm mbox for server side. Sample code below,

var clickNotificationData = {
"id": "bannerThreeClick",
"mbox": { "name": $(this).attr('mbox-name') },
"params":{
"orderId": "125",
"orderTotal": "450",
"productPurchasedId": "26"
},
"tokens": [$(this).attr('mbox-token')],
"timestamp": parseInt(new Date().getTime()),
"type": "display",
}
nodeApi('/notification', {
mboxes: [clickNotificationData],
"visitor": _satellite.cookie.get("AMCV_" + _satellite.company.orgId)

THanks,

Nik

0 Replies