Website/App Integration

You can now automatically captures sale/leads originated from PayOff and link your website urls for PayOff to track..

							Simply add below in your webpage
							
							<script 
								    src="https://podfileuploads.s3.ap-south-1.amazonaws.com/podintegration.min.js"  
								    id="podintegration" 
								    data-chndlr="yes/no"
								    data-userid="user@domain.com" 
								    data-whitelist="xyz.com,abc.com" 
								    data-trigger=".triggerclass/#triggerid" 
							</script>
							
							
Where:     id - Used to read configuration provided through script.     chndlr - Enable/Disable click capture by PayOff.     userid - Userid registered with PayOff to which all clicks will be tagged.     whitelist - Domains to ignore (not to capture click).     trigger - An id or class that will be used by the script to bind click handlinding.
Script contains logic to bind click handling (if not handled at a local context), and sets a cookie "payoffid" which can help in lead capture when integrated with PayOff.

For more information, customization and help, write to info@payoffdeals.com.