https://ns.adobe.com/xdm/context/webreferrer
The referrer of the web page, which is the URL a visitor came from immediately before the current web interaction was recorded.
The information in this schema is semantically compatible with the information in the HTTP referer
header field, but allows for additional classification.
Note: While the HTTP specification uses the term "referer", XDM follows the Document Object Model specification and uses the spelling "referrer", which is more widely accepted as the correct spelling.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | context/webreferrer.schema.json |
- Web referrer
https://ns.adobe.com/xdm/context/webreferrer
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:URL": "https://www.some-adserver.com",
"xdm:type": "external"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:URL | string |
Optional | Web referrer (this schema) |
xdm:type | enum |
Optional | Web referrer (this schema) |
* |
any | Additional | this schema allows additional properties |
The referrer URL.
xdm:URL
- is optional
- type:
string
- defined in this schema
string
The referrer type.
xdm:type
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
internal |
Internal |
external |
External |
search_engine |
Search engine |
typed_bookmarked |
Typed or bookmarked |
email |
|
social |
Social network |
unknown |
Unknown |
news |
Usenet newsgroup |
usenet |