This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type = "text/javascript" src= "http://prod-test-1.callsrv.in/callsrv.js?ver=1.0" ></script> | |
<script type = "text/javascript" > | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type = "text/javascript" src= "http://prod-test-1.callsrv.in/callsrv.js?ver=1.0" ></script> | |
<script type = "text/javascript" > | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type="text/javascript" src="http://<<advertiser_code>>.callsrv.in/callsrv.js?ver=1.0"></script> | |
<script type="text/javascript"> | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null | |
"callback" : "callback", // Optional, Custom Callback function, Type : String, Default : null |
NewerOlder