Wiki

Clone wiki

mobile.mng-ads.com-mngperf / sematic

InApp Sematic Publisher setup

To provide a content URL for content-targeted ads and brand safety, you must populate Preference Object of Bluestack SDK with our key-value method. The Content URL must be the associated url of current App content. (Deep links, a two-way association between your app and your website).

benefits

  • Your URLs will be scored and transfered to our adserver, enabling and automatic classification of all your contents, increasing their value.
  • Monetize non-consent ad requests better. Semantic targeting doesn't use personal data (IDFA/GAID)

Workflow

screenshot-madvertise-media.atlassian.net-2021.10.26-10_18_14.png

SDK setup

let preference = MNGPreference.init()
preference.keyword = "semantic=https://www.melty.fr/supergirl-saison-6-episode-2-kara-retrouve-un-membre-de-sa-famille-piege-dans-la-phantom-zone-notre-verdict-a754949.html;"
mngPreference = new MNGPreference();
mngPreference.setKeyword("semantic=https://www.melty.fr/supergirl-saison-6-episode-2-kara-retrouve-un-membre-de-sa-famille-piege-dans-la-phantom-zone-notre-verdict-a754949.html;");

Updated