Enter the text javascript:link followed by an opening parenthesis, a single quote,

10-8 Oracle Fusion Middleware Users Guide for Site Studio Contributor Figure 10–5 Section or Web Site ID

10.7.3 Using Client-Side JavaScript for the Link

As an alternative to path-based URLs and Site Studio Contributor tokens, you can use client-side JavaScript to form the link. While this option may not be the simplest or most intuitive, it makes your links compatible with previous versions of Site Studio Contributor and the Web sites created in those versions. Contact your site designer or site manager for more information. To use client-side JavaScript, perform these tasks: 1. Open the hyperlink in the native document.

2. Enter the text javascript:link followed by an opening parenthesis, a single quote,

the content ID of the document, a single quote, a closing parenthesis, and semicolon this is JavaScript syntax. Thus, for a document with the content ID MyDoc1, enter: javascript:linkMyDoc1; Figure 10–6 JavaScript-Based Link Target in Microsoft Word 3. Close the hyperlink feature and save your document. When you create a link this way, the document displays in the section of the Web site where it is stored. If you want to change this and have the document appear in a section of your choosing, then you would append the ID of the desired section to the content ID of the native document. Say you want to create a link to a document with the content ID MyDoc1 to appear in the section containing the ID 23. In that event, you would use: Working With Native Documents 10-9 javascript:linkMyDoc1,23; To create a link to another section of your site, you can also use the syntax javascript:nodelink. To use this, you must know the ID of the section you want to link to. If you were linking to a section containing the ID 23, you would use: javascript:nodelink23; To identify the ID of a section or Web site, open the content check-in page on the content server and click Browse next to Web Site Section. In the Choose Web Site Section window, select your Web site and note the ID in parentheses next to each section. 10-10 Oracle Fusion Middleware Users Guide for Site Studio Contributor 11 Working With Site Reports 11-1 11 Working With Site Reports This section covers the following topics: ■ About Site Reports on page 11-1 ■ Site Usage Reports on page 11-1 ■ Content Tracker Reports on page 11-2 ■ Viewing a Site Usage Report on page 11-2 ■ Viewing a Content Tracker Report on page 11-4

11.1 About Site Reports

When contributing to a Web site, there are times when you may want to know where files are being used and how often they are viewed. This can help you organize and prioritize your work. You may, for example, want to know where a particular data file is located on the Web site and how often it was viewed. The same goes for native documents, pages templates, and so on. The best way to do this is to view a site report. You can view the reports online or print them out, if you like. There are two types of reports that you can view: ■ Site Usage Reports on page 11-1 ■ Content Tracker Reports on page 11-2

11.2 Site Usage Reports

A site usage report provides a detailed summary of where a specific contributor data file or native document is being used. The report breaks this down by Web sites where it is used, sections where it is used, and so on. Note: There is also a third type of site report called a Web Site Objects Report, but it is only available from the Site Studio administration page on the content server. Accessing this page typically requires administrative credentials.