Datafields for bookmarks
All Bookmark fields are enclosed in { and } and are replaced with actual values when the report is generated.
Start/end of a bookmark block
|
{wsw_begin_url} {wsw_end_url} |
These two data fields define the start and end of a Bookmark block. For each Bookmark, everything between these two fields is exported. |
Bookmark fields
The following fields can be placed between {wsw_begin_url} and {wsw_end_url}:
|
{wsw_url_url} |
Bookmark URL. If a URL is defined in the Report section, in the Bookmark properties, it is used instead of the Bookmark URL. |
|
{wsw_url_checkurl} |
URL that was used to check the Bookmark, including resolved date variables and server relocations. |
|
{wsw_url_name} |
Bookmark name. If a name is defined in the Report section, in the Bookmark properties, it is used instead of the Bookmark name. |
|
{wsw_url_domain} |
Domain name of the Bookmark URL, for example aignes.com. |
|
{wsw_url_text} |
"Page Description" entered in the Report section of the Bookmark properties. |
|
{wsw_url_highlighted_changes(MAXLEN)} |
Extracts all changes from the page and displays them in text format. MAXLEN defines the maximum number of characters to display. To display the first 200 characters, use {wsw_url_highlighted_changes(200)}. If changes are available, the <br> tag is appended automatically. |
|
{wsw_url_removed_content(MAXLEN)} |
Extracts removed content from a page, which is normally displayed in red, and displays it in text format. MAXLEN defines the maximum number of characters to display. To display the first 200 characters, use {wsw_url_removed_content(200)}. If removed content is available, the <br> tag is appended automatically. |
|
{wsw_url_update_on_keywords_table} |
Displays the keywords found by the Update-On-Keywords feature, similar to the table in the Analysis tab of the internal browser. This variable returns an HTML table and is intended for HTML-based reports. |
|
{wsw_url_date_changed} |
Date of last update. |
|
{wsw_url_date_checked} |
Date of last check. |
|
{wsw_url_date_created} |
Creation date. |
|
{wsw_url_id} |
Unique Bookmark ID, which is the file name of the locally saved file without the file extension. |
|
{wsw_url_follow_master_id} |
If a Bookmark is part of a Follow-Links list, this field contains the unique Bookmark ID of the master Bookmark. |
|
{wsw_url_filename} |
File name without path of the locally saved file (new version). |
|
{wsw_url_path_filename} |
Absolute file name of the locally saved file (new version). |
|
{wsw_url_path_filename_chg} |
Absolute file name of the locally saved file (version with highlighted changes). |
|
{wsw_url_path_filename_chg1} |
Absolute file name of the locally saved file (version with highlighted changes) and an anchor to the first change. |
|
{wsw_url_relpath_filename} |
Relative path and file name of the locally saved file (new version). The relative path excludes the path to the *_WSW Cache folder and has no leading slash. This field can be used together with the <BASE HREF="..."> tag. |
|
{wsw_url_relpath_filename_chg} |
Relative path and file name, without leading slash, of the locally saved file, version with highlighted changes. The relative path excludes the path to the *_WSW Cache folder. This field can be used together with the <BASE HREF="..."> tag. |
|
{wsw_url_relpath_filename_chg1} |
Relative path and file name of the locally saved file, version with highlighted changes, including an anchor to the first change. The relative path excludes the path to the *_WSW Cache folder and has no leading slash. This field can be used together with the <BASE HREF="..."> tag. |
|
{wsw_url_foldername} |
Folder name of the Bookmark. |
|
{wsw_url_folderpath} |
Absolute folder path of the Bookmark, for example "Folder\SubFolder". |
|
{wsw_url_note} |
Bookmark note. |
|
{wsw_url_field1} {wsw_url_field2} {wsw_url_field3} |
Additional information fields. |
|
{wsw_url_checkstatus} |
Status of the last check. |
|
{wsw_url_readstatus} |
Read status of the Bookmark ("read" or "unread"). |
|
{wsw_folder_depth_tab} |
Inserts tab characters according to the folder depth. For a folder depth of 3, WebSite-Watcher inserts 3 tab characters. |