jquery.dfp.js icon indicating copy to clipboard operation
jquery.dfp.js copied to clipboard

setTargeting parameter

Open samburgers opened this issue 8 years ago • 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"]
},

samburgers avatar Jul 16 '16 03:07 samburgers

Hi,

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

yairneumann11 avatar Dec 15 '17 19:12 yairneumann11