coop182/jquery.dfp.js

setTargeting parameter

Opened this issue · 1 comments

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"]
},

Hi,

Question, do you know whats the right way of sending an array within the data-targeting attribute?