mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
Merge pull request #50 from foomo/feature/emarsys-use-item-list-id
feat: the category given to emarsys should not be the name but a cate…
This commit is contained in:
commit
b22004aaa0
@ -141,7 +141,7 @@ function mapEventData() {
|
||||
break;
|
||||
}
|
||||
case 'emarsys_category': {
|
||||
mappedData.category = eventData.item_list_name;
|
||||
mappedData.category = eventData.item_list_id;
|
||||
break;
|
||||
}
|
||||
case 'emarsys_purchase': {
|
||||
@ -159,7 +159,7 @@ function mapEventData() {
|
||||
break;
|
||||
}
|
||||
case 'view_item_list': {
|
||||
mappedData.category = eventData.item_list_name;
|
||||
mappedData.category = eventData.item_list_id;
|
||||
break;
|
||||
}
|
||||
case 'purchase': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user