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 4 Current »

You can add ten additional parameters to every event type.

Additional parameters are in the form of OM.cepN, where N >=1 AND N<=10 like OM.cep1,OM.cep2,OM.cep3...OM.cep10.

After you send these additional parameters they will be available to report or segment just like other event parameters.


Below is an example on how you can add Custom Event Parameters to Product Basket event:

<script>
function OnVisilabsLoaded(){
var vl = new Visilabs();
vl.AddParameter("OM.pbid","basket_id");
vl.AddParameter("OM.pb","product_code1");
vl.AddParameter("OM:pu","quantity1");
vl.AddParameter("OM.ppr","revenue1");
// additional custom parameters 
vl.AddParameter("OM.cep1","coupon_code");
vl.AddParameter("OM.cep2","options");
vl.Collect();
}
</script>
Please make sure that Custom Event Parameters are enabled for your website/mobile app by contacting RMC Support.

Parent Topic: Sending Data to RMC


  • No labels