Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to track the banner clicks in your application, run the code below when the banner is clicked.

OM.OSB parameter takes the name or code of the clicked banner as a value. You can send the value you want.

Code Block
languagejs
var data = {
  "OM.OSB" : "Banner Name/Banner Code"
};
visilabsApi.customEvent("Banner Click", data);

 

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1087635549/React+Native+-+Favorite+Events