Domain Redirect Relationships
Snowflake table name : CYBERSYN.DOMAIN_REDIRECT_RELATIONSHIPS
Name | Description | Type | Example |
---|---|---|---|
| Base domain for the website. For example, the domain_id for https://docs.cybersyn.com/ would be 'cybersyn.com' | VARCHAR |
|
| The final landing page observed when trying to visit the DOMAIN_ID. | VARCHAR |
|
| The first date the redirect was observed. In cases where a redirect pre-dates the beginning of Cybersyn's tracking, a start date of NULL is assigned. | DATE |
|
| The final date before an updated or changed redirect relationship was observed (redirect destination changed or no longer redirecting). In cases where a redirect relationship is currently valid, an end date of NULL is assigned. | DATE |
|
Last updated