Difference between revisions of "URL Methods"
Jump to navigation
Jump to search
(Created page with "These are the ways that Truxton identifies how a URL was used by a browser. This information is also kept in the <code>WebSiteMethods</code> database table. {| class="wikita...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
These are the ways that Truxton identifies how a URL was used by a browser. | These are the ways that Truxton identifies how a URL was used by a browser. | ||
| − | This information is also kept in the <code> | + | This information is also kept in the <code>[WebSiteMethod]</code> database table. |
{| class="wikitable" | {| class="wikitable" | ||
| Line 47: | Line 47: | ||
| style="text-align:center;" | 9 | | style="text-align:center;" | 9 | ||
| The first visit of the day | | The first visit of the day | ||
| + | |- | ||
| + | | <code>URL_METHOD_TYPE_BROWSER_STATE</code> | ||
| + | | style="text-align:center;" | 10 | ||
| + | |- | ||
| + | | <code>URL_METHOD_TYPE_PRIVATE_BROWSER_STATE</code> | ||
| + | | style="text-align:center;" | 11 | ||
|} | |} | ||
Latest revision as of 08:01, 28 May 2023
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 |