Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

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

 

You can review the sample usage in line 13. on this page.

 

Next Step


  • No labels