You can set up Page Watch to monitor the content of a webpage or file and automatically create email updates for your subscribers. You can also choose to watch only part of a web page, using tags to call out the relevant area.
Watching Only Part of a Webpage
Use the govDelivery Watch Tagged Content feature in tandem with Page Watch to monitor only part of a web page. Content contained on one page can be split into two or more topics in govDelivery, and each section can be watched separately for updates. This feature allows for multiple subscription topics on a single web page.
Additionally, watching tagged content can ensure that only relevant content changes initiate bulletins to subscribers. You get better, automatic results, making the bulletin creation process easier than ever. The Watch Tagged Content feature requires you to modify your web pages to include HTML tags around the area of the page to be watched.
Generic Page Watch Tags
If Page Watch tags are being used solely to focus page watch on a particular area of a page, govDelivery can provide a generic tag set. To watch tagged content in this fashion, complete the following:
- Submit a request to our Support team using the 'Contact Support' button on the right side of this page to make sure the Watch Tagged Content feature is enabled for your account.
- On your website, copy and paste these Page Watch tags around the section of code on your website that you want to monitor.
<!--PAGEWATCH-->
Content to be watched appears here.
<!--/PAGEWATCH-->
- Now, when Page Watch results are returned, only changes noticed between the above tags will be registered.
- You can also access code snippets for watching Tagged Content on the Snippets page. Click Snippets on the Area Option toolbar and scroll to the box that reads Page Watch Content Block Start Tag (generic).
Specific Page Watch Tags
In some situations, your organization may want to use Page Watch on two different sections of the same web page for two different govDelivery topics. If there are several subscription topics on a page, specific tags for each section need to be used. To enable the Watched Tagged Content feature in this situation, complete the following:
- In Account Options, ensure that Page Watch and Watch Tagged Content are enabled.
- In the Page Watch Content Block Code field, note the tag provided. For example, the code might look like "GOV_Topic2".
- On your website, copy and paste Page Watch tags around the content you want to monitor. The pagewatch tags should include CODE= followed by the code you received in step 2, surrounded in quotation marks. For example, the tags might look like this:
<!--PAGEWATCH CODE="GOV_Topic2"-->
Content to be watched appears here.
<!--/PAGEWATCH-->
- You can also access code snippets for watching Tagged Content on the Snippets page. Click Snippets on the Area Option toolbar and scroll to the Page Watch Content Block Start Tag (topic-specific) field.