Enum Browser.Types.UrlVisitType
The type of visit to a URL.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Browser.Types.UrlVisitType
Fields
| Name | Description |
|---|---|
| AutoBookmark | The user bookmarked the URL. |
| AutoSubframe | Loaded in a nested subframe by the parent frame. |
| AutoToplevel | The page was loaded through command line or is the starting page. |
| FormSubmit | The user submitted a form. |
| Generated | The user clicked on auto generated link in browser address bar. |
| Keyword | The Url was generated by a keyword search configured by user. |
| KeywordGenerated | Corresponds to a visit generated by a keyword search. |
| Link | The user clicked a link. |
| ManualSubframe | Loaded in a nested subframe by the user. |
| Redirect | The user was redirected to the URL. |
| Reload | The user reloaded the page. |
| Typed | The user typed a URL. |
| Unspecified | Default value. |