/
Custom Event Parameters
Custom Event Parameters
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. Ex: 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
, multiple selections available,
Related content
Successful Login
Successful Login
Read with this
Özel Ek Event Parametreleri
Özel Ek Event Parametreleri
More like this
iOS SDK Data Collection
iOS SDK Data Collection
Read with this
Cart Page View
Cart Page View
More like this
Web DataLayer Event Template Integration
Web DataLayer Event Template Integration
Read with this
Cart Page View (GTM)
Cart Page View (GTM)
More like this
Copyright 2020 Related Digital