jquery.dfp.js
jquery.dfp.js copied to clipboard
setTargeting parameter
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?