Skip to content

Adding key value pairs

rprunskas edited this page Feb 17, 2016 · 2 revisions

To add key value pairs which will be used for targeting purposes please use example below

adInline.addKeyValue("age", "30");
adInline.addKeyValue("gender", "male");

Both key and value have a 200 character limit.

Clone this wiki locally