Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion integrations/pinterest-tag/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Pinterest.prototype.createPropertyMapping = function() {
order_id: 'order_id',
coupon: 'coupon',
value: 'value',
currency: 'currency'
currency: 'currency',
messageIId: 'event_id'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
messageIId: 'event_id'
messageId: 'event_id'

};

// This is a second map to allow us to loop over specific potentially-nested properties.
Expand Down