URL Methods
Jump to navigation
Jump to search
These are the ways that Truxton identifies how a URL was used by a browser.
This information is also kept in the [WebSiteMethod] database table.
| Name | Value | Meaning |
|---|---|---|
URL_METHOD_TYPE_UNKNOWN
|
0 | The type is not known. You should never see this. |
URL_METHOD_TYPE_USER_TYPED_IT_IN
|
1 | The user typed in the web address |
URL_METHOD_TYPE_CLICKED_ON_A_LINK
|
2 | The user clicked on a link |
URL_METHOD_TYPE_USER_FOLLOWED_A_BOOKMARK
|
3 | The user selected a bookmark |
URL_METHOD_TYPE_PART_OF_A_PAGE
|
4 | The browser automatically retrieved this URL as part of a page, like an img link. |
URL_METHOD_TYPE_FILE_DOWNLOAD
|
5 | The user downloaded a file |
URL_METHOD_TYPE_REDIRECT
|
6 | The browser was redirected to another URL |
URL_METHOD_TYPE_GET
|
7 | The page was retrieved by an HTTP GET |
URL_METHOD_TYPE_POST
|
8 | The page was part of an HTTP POST |
URL_METHOD_TYPE_FIRST_VISIT_OF_THE_DAY
|
9 | The first visit of the day |
URL_METHOD_TYPE_BROWSER_STATE
|
10 | |
URL_METHOD_TYPE_PRIVATE_BROWSER_STATE
|
11 |