setTargeting parameter
Opened this issue · 1 comments
samburgers commented
Hi,
Just letting you know that the correct way to include the setTargeting parameter appears to be with an array of values. Could be worth adding that to the docs. Thanks
setTargeting: {
"key": ["value"]
},
or
setTargeting: {
"key": ["value1","value2"]
},
yairneumann11 commented
Hi,
Question, do you know whats the right way of sending an array within the data-targeting attribute?