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...") |
|||
| 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>WebSiteMethods</code> database table. | + | This information is also kept in the <code>[WebSiteMethods]</code> database table. |
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 11:36, 3 December 2020
These are the ways that Truxton identifies how a URL was used by a browser.
This information is also kept in the [WebSiteMethods] 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 |