john.doe@example.com
member id
The Deny Network Attribution tool is an essential script for accurately tracking and managing user attribution across various platforms. This tool is particularly useful for businesses that rely on online forms for lead generation, user signups, or customer relationship management (CRM). Below, you'll find instructions on how to integrate the tool and understand its importance in different scenarios.
<head>
section of your HTML file:<script src="https://traffic.deny.network/deny/v1/attribution.js" defer=""></script>
Once you've installed the script, this tool can help you confirm whether the deployment was successful.
defer=""
: Ensures that the script is loaded after the HTML document is fully parsed, which helps in optimizing page load times and ensures that the script does not interfere with the rendering of your webpage.Example Form Code:
This is a basic example of the form code that can be used. You can use what ever name suits your deployment, however the HTML ids are limited to the list below. <input type="hidden" id="identifierdeny" name="identifier" value="">
<input type="hidden" id="ipaddressdeny" name="ipAddress" value="">
<input type="hidden" id="currenturldeny" name="currentUrl" value="">
<input type="hidden" id="referrerdeny" name="referrer" value="">
<input type="hidden" id="referringdomaindeny" name="referringDomain" value="">
<input type="hidden" id="continentdeny" name="continent" value="">
<input type="hidden" id="continentcodedeny" name="continentCode" value="">
<input type="hidden" id="countrydeny" name="country" value="">
<input type="hidden" id="utmsourcedeny" name="utmSource" value="">
<input type="hidden" id="utmmediumdeny" name="utmMedium" value="">
<input type="hidden" id="utmcampaigndeny" name="utmCampaign" value="">
<input type="hidden" id="utmtermdeny" name="utmTerm" value="">
<input type="hidden" id="utmcontentdeny" name="utmContent" value="">
Integrate with Your Forms:The Deny Network Attribution tool can be easily integrated with various types of forms, including:
Data Handling:Once integrated, the hidden fields will automatically populate with relevant attribution data such as IP address, referrer, UTM parameters, and more. When a user submits a form, this data is sent to your backend or CRM for further analysis and action.
These are the HTML IDs that can be used to save attribution data via your own forms.
identifierdeny
ipaddressdeny
currenturldeny
referrerdeny
referringdomaindeny
continentdeny
continentcodedeny
countrydeny
utmsourcedeny
utmmediumdeny
utmcampaigndeny
utmtermdeny
utmcontentdeny
Incorporating the Deny Network Attribution tool into your forms—whether they are HTML signup forms, contact forms, WordPress plugins, or CRM embeds—ensures you have a robust mechanism for tracking, attribution, fraud prevention, and compliance, leading to more informed business decisions and improved marketing outcomes.