Skip to content

Commit ebf1865

Browse files
AnkitSegmentpaco-walkmevaradarajan-twGhassenRjab
authored
[stage] Startconn 2841 (#780)
* [Walkme] Add option to choose a custom bucket (#759) * Add option to choose a custom bucket --------- Co-authored-by: Varadarajan V <[email protected]> Co-authored-by: Varadarajan V <[email protected]> * bump walkme integration version to 1.2.0 (#768) * fixes typo and related test (#771) * fixes typo and related test some test were returning false positive, update the way to check on them * bump package version to 1.2.1 --------- Co-authored-by: Varadarajan V <[email protected]> * Support for SystemJS in MadKudu integration (#765) * UMD need window.require * Update version * msg id and version updated * fixed walkme test case file * msg id added in productPropertyMap --------- Co-authored-by: paco-walkme <[email protected]> Co-authored-by: Varadarajan V <[email protected]> Co-authored-by: Varadarajan V <[email protected]> Co-authored-by: Ghassen Rjab <[email protected]>
1 parent d4ef68a commit ebf1865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/pinterest-tag/lib/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ Pinterest.prototype.createPropertyMapping = function() {
131131
variant: 'product_variant',
132132
price: 'product_price',
133133
quantity: 'product_quantity',
134-
brand: 'product_brand'
134+
brand: 'product_brand',
135+
messageId: 'event_id'
135136
};
136137
};
137138

0 commit comments

Comments
 (0)