DNI Referrers
When configuring DNI Number Replacement Rules for your Number/Number Pool**, you will need to specify a referrer.
1. Retrieve a list of Referrers
To retrieve a full list of referrers, use the following end-point:
GET https://v3/api/reference/referrers
The request will return a result similar the following:
[
{
"Id": 13,
"name": "Any",
"domain": "*"
},
{
"Id": 1,
"name": "Google",
"domain": "%google.%"
},
{
"Id": 2,
"name": "Bing",
"domain": "%bing.%"
},
{
"Id": 3,
"name": "Yahoo",
"domain": "%yahoo.%"
},
{
"Id": 14,
"name": "Twitter",
"domain": "%twitter.com%"
},
{
"Id": 16,
"name": "LinkedIn",
"domain": "%linkedin.com%"
},
{
"Id": 17,
"name": "Facebook",
"domain": "%facebook.com%"
}
]
Field Descriptions
Field | Description |
---|---|
Id | Unique Identifier for the referrer |
name | Descriptive name of the referrer |
domain | If the HTTP referrer of the visitor to your website matches this value (wildcards are acceptable), and this Referrer as specified in your Number Replacement Rules, DNI will occur |
Updated almost 5 years ago