home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / websrv / thl25p.exe / HITLIST.HT_ / HITLIST.HT
Text File  |  1996-12-08  |  19KB  |  506 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4.  
  5. <TITLE>Marketwave Hit List Pro version 2.5 - Remote Report Creator</TITLE>
  6.  
  7. </HEAD>
  8.  
  9. <BODY>
  10. <H2>Marketwave Hit List Pro version 2.5 - Remote Report Creator</H2>
  11.  
  12. <FORM ACTION="http://www.mycompany.com/Scripts/RunHL20.dll?RunReport" METHOD="POST" ENCTYPE="application/x-www-form-urlencoded">
  13. <!-- 
  14.  
  15. Note:  With Hit List Pro Version 2.5, you can set several parameters
  16. that make Ad-Hoc reports even more flexible, especially if you want to use an
  17. arbitrary web server (as opposed to your primary web server) to generate 
  18. these reports.  Since these present potential security risks, you must 
  19. specifically enable the processing of these options by using the Advanced
  20. tab of the Tools/Options dialog to enabled "Allow ad-hoc reports to specify domain
  21. and database".  This can only be done on the web server that will be generating 
  22. these reports; it cannot be done remotely.  This option is OFF by default.
  23.  
  24. <P>
  25.  
  26. <B>Tip</B>: Remove any field from this form and Hit List will use the appropriate default
  27. setting if possible.
  28. <P>
  29. <B>Tip</B>: Remember that any file paths you may set are relative to the server, not the
  30. client.  For example, if the Hit List database is stored on the server at
  31. <P>
  32. c:\program files\common files\marketwave\hitlist.mwd
  33. <P>
  34. Be sure to enter that string, not a path like 
  35. <P>
  36. q:\program files\common files\marketwave\hitlist.mwd
  37. <P>
  38. where q: is the mapped drive letter from the client machine.
  39. <P>
  40. <B>Tip</B>: You can add invisible fields to a form by setting TYPE=HIDDEN.
  41. This makes it easy to 'hard-code' values that most users will not know how to change.
  42. <P>
  43. ======================================
  44. <P>
  45. New Options:
  46. <P>
  47. Server Name or IP (for virtual servers ... enter NONE for no Server filtering)
  48. <BR><INPUT NAME="ServerNameOrIP" VALUE="123.456.789.012">
  49. <P>
  50. Database Template (only used if the database specified below doesn't exist)
  51. <BR>
  52. <INPUT NAME="DatabaseTemplate" VALUE="YourDatabaseTemplate.MWD">
  53. <P>
  54. Database Type (0=File-based, 1=ODBC-based) <INPUT NAME="DBSource" VALUE="0">
  55. <P>
  56.     For file-based databases:
  57.         <P>
  58.         Database File Name <INPUT NAME="DatabaseFile" VALUE="YourDB.MWD">
  59.         <P>
  60.     For ODBC-based databases:
  61.         <P>
  62.         ODBC Database User Name <INPUT NAME="ODBCDBUserName" VALUE="YourUserName">
  63.         <P>
  64.         ODBC Database Password <INPUT NAME="ODBCDBPassword" VALUE="YourPassword">
  65.         <P>
  66.         ODBC Database Datasource <INPUT NAME="ODBCDBDataSource" VALUE="YourDataSource">
  67.         <P>
  68.  
  69. -->
  70. To create a report, simply select the options you want then click the OK button at the bottom of the form.  To define the report, you may pick from a variety of different time periods, types of reports, grouping/sorting options and more.  Your report can include tables or graphs or even both.<P>
  71. <OL>
  72. <LI><A HREF="#TimePeriod">Time Period</A></LI>
  73. <LI><A HREF="#Reports">Types of Reports</A></LI>
  74. <LI><A HREF="#Calculations">Types of Calculations</A></LI>
  75. <LI><A HREF="#Output">Output (text or graphics)</A></LI>
  76. <LI><A HREF="#Grouping">Grouping and Sorting</A></LI>
  77. <LI><A HREF="#Filters">Filters (optional)</A></LI>
  78. <LI><A HREF="#Options">Other Options</A></LI>
  79. <LI><A HREF="#RunReport">Run Report</A></LI>
  80. </OL>
  81.  
  82. <A Name="TimePeriod">
  83. <HR>
  84. <H3>Time Period</H3>
  85. </A>
  86. <SELECT Name="TimePeriod">
  87. <OPTION VALUE="Today">Today
  88. <OPTION VALUE="Yesterday">Yesterday
  89. <OPTION VALUE="ThisWeek">This Week
  90. <OPTION VALUE="LastWeek">Last Week
  91. <OPTION VALUE="ThisMonth">This Month
  92. <OPTION VALUE="LastMonth">Last Month
  93. <OPTION VALUE="YearToDate">Year To Date
  94. <OPTION VALUE="SinceInception">Since Inception
  95. <OPTION VALUE="Custom">Custom
  96. </SELECT> 
  97. If Custom: From <INPUT NAME="TimePeriodFrom" VALUE="" MAXLENGTH="10" SIZE=10> To <INPUT NAME="TimePeriodTo" VALUE="" MAXLENGTH="10" SIZE=10>
  98. <BR> Note: Enter dates in YYYY-MM-DD format or as number of days relative to today (i.e. 1996-11-30, -3 for 3 days ago, 0 for today, etc.)
  99.  
  100. <A NAME="Reports">
  101. <HR>
  102. <H3>Types of Reports</H3>
  103. </A>
  104. Check all the reports that you want to create.
  105.  
  106. <H4>Standard Reports</H4>
  107.  
  108. <INPUT TYPE="CHECKBOX" NAME="TotalHits" VALUE="TRUE" CHECKED> Totals
  109.  
  110. <BR>
  111. <INPUT TYPE="CHECKBOX" NAME="HitsByPage" VALUE="TRUE" CHECKED> Pages
  112. <BR>
  113. <INPUT TYPE="CHECKBOX" NAME="HitsByGroup" VALUE="TRUE"> Groups
  114. <BR>
  115. <INPUT TYPE="CHECKBOX" NAME="HitsByDirectory" VALUE="TRUE" CHECKED>
  116. Directories
  117. <BR>
  118. <INPUT TYPE="CHECKBOX" NAME="HitsByURL" VALUE="TRUE"> URLs
  119. <BR>
  120. <INPUT TYPE="CHECKBOX" NAME="HitsByType" VALUE="TRUE" CHECKED> Object types
  121. <BR>
  122. <INPUT TYPE="CHECKBOX" NAME="HitsByDomain" VALUE="TRUE"> Domains (virtual servers)
  123. <BR>
  124. <INPUT TYPE="CHECKBOX" NAME="HitsByBrowsers" VALUE="TRUE"> Browsers
  125. <BR>
  126. <INPUT TYPE="CHECKBOX" NAME="HitsByOrganizations" VALUE="TRUE"> Organizations
  127. <BR>
  128. <INPUT TYPE="CHECKBOX" NAME="HitsByCountries" VALUE="TRUE"> Countries
  129. <BR>
  130. <INPUT TYPE="CHECKBOX" NAME="HitsByRegions" VALUE="TRUE"> Regions
  131. <BR>
  132. <INPUT TYPE="CHECKBOX" NAME="HitsByOperatingSystems" VALUE="TRUE"> Operating systems
  133. <BR>
  134. <INPUT TYPE="CHECKBOX" NAME="HitsByAppArgumentGroup" VALUE="TRUE"> Application arguments (queries)
  135. <BR>
  136. <INPUT TYPE="CHECKBOX" NAME="HitsByProperty" VALUE="TRUE"> Application argument (queries) Parameters
  137. <BR>
  138. <INPUT TYPE="CHECKBOX" NAME="SourceParameters" VALUE="TRUE"> Source (referer) Parameters
  139. <BR>
  140. <INPUT TYPE="CHECKBOX" NAME="UniqueIP" VALUE="TRUE" CHECKED> Number of visitors (unique IP addresses)
  141. <BR>
  142. <INPUT TYPE="CHECKBOX" NAME="VisitorsCookies" VALUE="TRUE"> Number of visitors (unique IP/cookie combinations)
  143. <BR>
  144. <INPUT TYPE="CHECKBOX" NAME="NewVisitors" VALUE="TRUE" CHECKED> Number of new visitors (unique IP addresses)
  145. <BR>
  146. <INPUT TYPE="CHECKBOX" NAME="UniqueUsers" VALUE="TRUE"> Number of users (authenticated)
  147. <BR>
  148. <INPUT TYPE="CHECKBOX" NAME="UniqueCookies" VALUE="TRUE"> Number of cookies
  149. <BR>
  150. <INPUT TYPE="CHECKBOX" NAME="EntryPages" VALUE="TRUE"> Entry pages
  151. <BR>
  152. <INPUT TYPE="CHECKBOX" NAME="ExitPages" VALUE="TRUE"> Exit pages
  153. <BR>
  154. <INPUT TYPE="CHECKBOX" NAME="PreviousPage" VALUE="TRUE"> Previous pages
  155. <BR>
  156. <INPUT TYPE="CHECKBOX" NAME="PathToPages" VALUE="TRUE"> Path to pages
  157. <BR>
  158. <INPUT TYPE="CHECKBOX" NAME="IntersiteJumps" VALUE="TRUE"> Jumps within this site
  159. <BR>
  160. <INPUT TYPE="CHECKBOX" NAME="Redirections" VALUE="TRUE"> Jumps to other sites
  161. <BR>
  162. <INPUT TYPE="CHECKBOX" NAME="SinglePageVisits" VALUE="TRUE"> Number of single page visits
  163. <BR>
  164. <INPUT TYPE="CHECKBOX" NAME="AdImpressions" VALUE="TRUE"> Advertising Impressions
  165. <BR>
  166. <INPUT TYPE="CHECKBOX" NAME="AdClicks" VALUE="TRUE"> Advertising Click-Throughs
  167. <BR>
  168. <INPUT TYPE="CHECKBOX" NAME="AdImpressionsAndClicks" VALUE="TRUE"> Advertising Impressions and Click-Throughs
  169. <BR>
  170. List of top <INPUT NAME="TopVisitors" VALUE="20" MAXLENGTH="5" SIZE=5> visitors (site names)
  171. <BR>
  172. List of top <INPUT NAME="TopVisitorsIP" VALUE="0" MAXLENGTH="5" SIZE=5> visitors (IP addresses)
  173. <BR>
  174. List of top <INPUT NAME="TopNewVisitors" VALUE="0" MAXLENGTH="5" SIZE=5> new visitors (site names)
  175. <BR>
  176. List of top <INPUT NAME="TopNewVisitorsIP" VALUE="0" MAXLENGTH="5" SIZE=5> new visitors (IP addresses)
  177. <BR>
  178. List of top <INPUT NAME="TopSinglePageVisits" VALUE="0" MAXLENGTH="5" SIZE=5> single page visits
  179. <BR>
  180. List of top <INPUT NAME="TopReferrers" VALUE="20" MAXLENGTH="5" SIZE=5> sources (referrers)
  181. <BR>
  182. List of top <INPUT NAME="TopUsers" VALUE="0" MAXLENGTH="5" SIZE=5> users (authenticated)
  183. <BR>
  184. List of top <INPUT NAME="TopCookies" VALUE="0" MAXLENGTH="5" SIZE=5> cookies
  185.  
  186. <H4>Crosstab</H4>
  187. Crosstab <SELECT Name="CrosstabDown">
  188. <OPTION VALUE="">(Nothing)
  189. <OPTION VALUE="Application">Application
  190. <OPTION VALUE="Application_Arg_Group">Application Argument Group
  191. <OPTION VALUE="Application_Argument">Application Argument
  192. <OPTION VALUE="Browser">Browser
  193. <OPTION VALUE="Cookie">Cookie
  194. <OPTION VALUE="Country">Country
  195. <OPTION VALUE="Day">Day
  196. <OPTION VALUE="Day_of_Month">Day of Month
  197. <OPTION VALUE="Day_of_Week">Day of Week
  198. <OPTION VALUE="Directory">Directory
  199. <OPTION VALUE="Domain">Domain
  200. <OPTION VALUE="GroupName">Group Name
  201. <OPTION VALUE="Hour">Hour
  202. <OPTION VALUE="Request_Type">HTTP Request Type
  203. <OPTION VALUE="HTTPStatus">HTTP Status Code
  204. <OPTION VALUE="IP">IP Address
  205. <OPTION VALUE="Month">Month
  206. <OPTION VALUE="Object_Type">Object Type
  207. <OPTION VALUE="Organization">Organization
  208. <OPTION VALUE="Operating_System">Operating System
  209. <OPTION VALUE="Parameter">Parameter
  210. <OPTION VALUE="ParamValue">Parameter Value
  211. <OPTION VALUE="Realm">Realm
  212. <OPTION VALUE="Redirect">Redirection Target
  213. <OPTION VALUE="Region">Region
  214. <OPTION VALUE="SourceParameter">Source Parameter
  215. <OPTION VALUE="SourceParamValue">Source Parameter Value
  216. <OPTION VALUE="Source_Site">Source Site
  217. <OPTION VALUE="Source_Site_Group">Source Site Group
  218. <OPTION VALUE="Source_URL">Source URL
  219. <OPTION VALUE="URL">URL
  220. <OPTION VALUE="User_Name">User Name
  221. <OPTION VALUE="Site_Name">Visitor Site
  222. <OPTION VALUE="Visitor_Site_Group">Visitor Site Group
  223. <OPTION VALUE="Week">Week
  224. <OPTION VALUE="Year">Year
  225. </SELECT>
  226.  
  227. by <SELECT NAME = "CrosstabAcross">
  228. <OPTION VALUE="">(Nothing)
  229. <OPTION VALUE="Application">Application
  230. <OPTION VALUE="Application_Arg_Group">Application Argument Group
  231. <OPTION VALUE="Application_Argument">Application Argument
  232. <OPTION VALUE="Browser">Browser
  233. <OPTION VALUE="Cookie">Cookie
  234. <OPTION VALUE="Country">Country
  235. <OPTION VALUE="Day">Day
  236. <OPTION VALUE="Day_of_Month">Day of Month
  237. <OPTION VALUE="Day_of_Week">Day of Week
  238. <OPTION VALUE="Directory">Directory
  239. <OPTION VALUE="Domain">Domain
  240. <OPTION VALUE="GroupName">Group Name
  241. <OPTION VALUE="Hour">Hour
  242. <OPTION VALUE="Request_Type">HTTP Request Type
  243. <OPTION VALUE="HTTPStatus">HTTP Status Code
  244. <OPTION VALUE="IP">IP Address
  245. <OPTION VALUE="Month">Month
  246. <OPTION VALUE="Object_Type">Object Type
  247. <OPTION VALUE="Organization">Organization
  248. <OPTION VALUE="Operating_System">Operating System
  249. <OPTION VALUE="Parameter">Parameter
  250. <OPTION VALUE="ParamValue">Parameter Value
  251. <OPTION VALUE="Realm">Realm
  252. <OPTION VALUE="Redirect">Redirection Target
  253. <OPTION VALUE="Region">Region
  254. <OPTION VALUE="SourceParameter">Source Parameter
  255. <OPTION VALUE="SourceParamValue">Source Parameter Value
  256. <OPTION VALUE="Source_Site">Source Site
  257. <OPTION VALUE="Source_Site_Group">Source Site Group
  258. <OPTION VALUE="Source_URL">Source URL
  259. <OPTION VALUE="URL">URL
  260. <OPTION VALUE="User_Name">User Name
  261. <OPTION VALUE="Site_Name">Visitor Site
  262. <OPTION VALUE="Visitor_Site_Group">Visitor Site Group
  263. <OPTION VALUE="Week">Week
  264. <OPTION VALUE="Year">Year
  265. </SELECT>
  266.  
  267. <A NAME="Calculations">
  268. <HR>
  269. <H3>Types of Calculations</H3>
  270. </A>
  271. Check all the calculations to you want to see.  Crosstabs cannot include more than one calculation.
  272. <P>
  273. <INPUT TYPE="Checkbox" NAME="ShowHits" VALUE="TRUE" CHECKED> Requests
  274. <BR>
  275. <INPUT TYPE="Checkbox" NAME="ShowAverageHits" VALUE="TRUE"> Avg. requests
  276. <BR>
  277. <INPUT TYPE="Checkbox" NAME="ShowPercentOfHits" VALUE="TRUE"> Percent of total requests
  278. <BR>
  279. <INPUT TYPE="Checkbox" NAME="ShowVisits" VALUE="TRUE"> Visits
  280. <BR>
  281. <INPUT TYPE="Checkbox" NAME="ShowAvgTimeViewed" VALUE="TRUE"> Avg. time viewed
  282. <BR>
  283. <INPUT TYPE="Checkbox" NAME="ShowBytes" VALUE="TRUE"> Bytes
  284. <BR>
  285. <INPUT TYPE="Checkbox" NAME="ShowDelay" VALUE="TRUE"> Avg. delay
  286. <P>
  287. <A NAME="Output">
  288. <HR>
  289. <H3>Output</H3>
  290. </A>
  291. <INPUT TYPE="Checkbox" NAME="OutputHTML" VALUE="TRUE" CHECKED> Text (HTML page)
  292. <BR>
  293. <INPUT TYPE="Checkbox" NAME="OutputGraph" VALUE="TRUE"> Graphs
  294.  
  295. <A NAME="Grouping">
  296. <HR>
  297. <H3>Grouping and Sorting</H3>
  298. </A>
  299. <P>
  300.  
  301. Select an option other than Totals if you want to see information
  302. grouped into smaller categories. For example, selecting Day of the Week 
  303. will show you what happened for each weekday.
  304. <P>
  305. <TABLE>
  306. <TR>
  307. <TD>Group by</TD><TD><SELECT Name="Grouping">
  308. <OPTION VALUE="Totals">Totals
  309. <OPTION VALUE="Monthly">Monthly
  310. <OPTION VALUE="Weekly">Weekly
  311. <OPTION VALUE="Daily">Day of the Month
  312. <OPTION VALUE="Weekday">Day of the Week
  313. <OPTION VALUE="Hourly">Hourly
  314. <OPTION VALUE="Domain">Domain (virtual server)
  315. </SELECT></TD>
  316. </TR>
  317. <TR>
  318. <TD>Sort by</TD><TD><SELECT Name="Sort">
  319. <OPTION VALUE="Alpha">Alphabetical/Chronological
  320. <OPTION VALUE="Hits">Requests
  321. <OPTION VALUE="Visits">Visits
  322. <OPTION VALUE="TimeViewed"Time Viewed
  323. <OPTION VALUE="Bytes">Bytes
  324. <OPTION VALUE="Delay">Delay
  325. <OPTION VALUE="Impressions">Impressions (Ad reports only)
  326. <OPTION VALUE="Click-Throughs">Click-Throughs (Ad reports only)
  327. <OPTION VALUE="Click-Through Rates">Click-Through Rates (Ad reports only)
  328. </SELECT></TD>
  329. </TR>
  330. </TABLE>
  331. <P>
  332. <INPUT TYPE="CHECKBOX" NAME="Summarize" VALUE="TRUE" CHECKED> Summarize<BR>
  333. Collapses the data as much as possible. Ideal when you want one number as a result, frequently an average.
  334. <P>
  335. <INPUT TYPE="CHECKBOX" NAME="Consolidate" VALUE="TRUE" CHECKED> Consolidate similar times<BR>
  336. Combines same days of the week, same days of the month, etc.  Use if Summarize is off unless you want a different group for every unique Time Period implied by Group.
  337. <P>
  338. You can use various combinations of Summarize and Consolidate to produce very different reports.  For example, if you group by Day of the Month and calculate Total Requests:
  339. <OL>
  340. <LI>Turning on Summarize will produce one number, the total number of requests during that period.  Grouping and Consolidate are irrelevant.</LI>
  341. <LI>Turning off Summarize but leaving Consolidate on will produce about 30 groups, one for each day in the month.</LI>
  342. <LI>Turning off both Summarize and Consolidate will create a group for each individual day in your report.  This is most useful for carefully analyzing a short time period.</LI>
  343. </OL>
  344.  
  345. <A NAME="Filters">
  346. <HR>
  347. <H3>Filters</H3>
  348. </A>
  349. <P>
  350. Include the following objects in the reports
  351. <BR>
  352. <INPUT TYPE="CHECKBOX" NAME="IncludePages" VALUE="TRUE" CHECKED> Pages 
  353. <BR>
  354. <INPUT TYPE="CHECKBOX" NAME="IncludeGraphics" VALUE="TRUE" CHECKED> Graphics
  355. <BR>
  356. <INPUT TYPE="CHECKBOX" NAME="IncludeAudio" VALUE="TRUE" CHECKED> Audio 
  357. <BR>
  358. <INPUT TYPE="CHECKBOX" NAME="IncludeVideo" VALUE="TRUE" CHECKED> Video 
  359. <BR>
  360. <INPUT TYPE="CHECKBOX" NAME="IncludeJava" VALUE="TRUE" CHECKED> VB/Java Applets
  361. <BR>
  362. <INPUT TYPE="CHECKBOX" NAME="IncludeApplications" VALUE="TRUE" CHECKED> Applications 
  363. <BR>
  364. <INPUT TYPE="CHECKBOX" NAME="IncludeDownloads" VALUE="TRUE" CHECKED> Downloads 
  365. <BR>
  366. <INPUT TYPE="CHECKBOX" NAME="IncludeErrors" VALUE="TRUE"> Errors
  367. <BR>
  368. <INPUT TYPE="CHECKBOX" NAME="IncludeOther" VALUE="TRUE" CHECKED> Other
  369. <P>
  370. <SELECT Name="IncludeExclude">
  371. <OPTION VALUE="0">Exclude
  372. <OPTION VALUE="1">Include
  373. </SELECT> information unless it comes from the places/times below.  Use commas to separate multiple places/times (logical OR).
  374. <BR>
  375. <TABLE>
  376. <TR>
  377. <TD>Directories</TD><TD><INPUT NAME="DirName" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  378. </TR>
  379. <TR>
  380. <TD>URLs</TD><TD><INPUT NAME="URL" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  381. </TR>
  382. <TR>
  383. <TD>User names</TD><TD><INPUT NAME="UserName" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  384. </TR>
  385. <TR>
  386. <TD>Hours (24 hr format)</TD><TD><INPUT NAME="IncludeHours" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  387. </TR>
  388. <TR>
  389. <TD>Days of the week</TD><TD><INPUT NAME="IncludeDays" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  390. </TR>
  391. <TR>
  392. <TD>URL groups</TD><TD><INPUT NAME="IncludeGroups" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  393. <TR>
  394. <TD>Visitor IP addresses</TD><TD><INPUT NAME="IncludeVisitorIPs" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  395. <TR>
  396. <TD>Visitor site names</TD><TD><INPUT NAME="IncludeVisitorSiteNames" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  397. </TR>
  398. <TR>
  399. <TD>Realms</TD><TD><INPUT NAME="Realm" VALUE="" MAXLENGTH="50" SIZE=20></TD>
  400. </TR>
  401. <TR>
  402. <TD>Property/Value pairs</TD><TD><INPUT NAME="IncludeProperties" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  403. </TR>
  404. <TR>
  405. <TD>Entry Sources</TD><TD><INPUT NAME="IncludeEntrySources" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  406. </TR>
  407. <TR>
  408. <TD>Entry Pages</TD><TD><INPUT NAME="IncludeEntryPages" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  409. </TR>
  410. <TR>
  411. <TD>Ad Groups</TD><TD><INPUT NAME="IncludeAdGroups" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  412. </TR>
  413. <TR>
  414. <TD>Ad Names</TD><TD><INPUT NAME="IncludeAdNames" VALUE="" MAXLENGTH="255" SIZE=20></TD>
  415. </TR>
  416. </TABLE>
  417.  
  418. <A NAME="Options">
  419. <HR>
  420. <H3>Options</H3>
  421. </A>
  422. <P>
  423. <TABLE>
  424.     <TR>
  425.         <TD>Default Domain Name (e.g. www.mycompany.com)</TD>
  426.         <TD><INPUT NAME="DefaultDomain" VALUE="" MAXLENGTH=255 SIZE=20></TD>
  427.     </TR>
  428.     <TR>
  429.         <TD>Proxy Server Name or IP (e.g. 123.456.789.012, ProxyMachine, etc.)</TD>
  430.         <TD><INPUT NAME="Proxy" VALUE="" MAXLENGTH=255 SIZE=20></TD>
  431.     </TR>
  432.     <TR>
  433.         <TD>When listing HTML pages, show</TD>
  434.         <TD><SELECT NAME = "URLOrTitle">
  435.                 <OPTION VALUE="0">Just the URL
  436.                 <OPTION VALUE="1">Just the Page Title
  437.                 <OPTION VALUE="2" SELECTED>Both the Page Title and the URL
  438.                 </SELECT>
  439.         </TD>
  440.     </TR>
  441.     <TR>
  442.             <TD>Categorize Advertising Reports by</TD>
  443.             <TD><SELECT NAME = "AdCategorize">
  444.                 <OPTION VALUE="0">Ad Group
  445.                 <OPTION VALUE="1">Ad Name
  446.                 <OPTION VALUE="2">Ad Group then name
  447.                 <OPTION VALUE="3">Source HTML Page then Ad Group
  448.                 <OPTION VALUE="4">Source HTML Page then Ad Name
  449.                 <OPTION VALUE="5">Source HTML Page, Ad Group then Ad Name
  450.                 <OPTION VALUE="6">Ad Group then Source HTML Page
  451.                 <OPTION VALUE="7">Ad Name then Source HTML Page
  452.                 <OPTION VALUE="8">Ad Group, Ad Name then Source HTML Page
  453.                 </SELECT>
  454.             </TD>
  455.     </TR>
  456. </TABLE>
  457.  
  458. <BR>
  459. <INPUT TYPE="CHECKBOX" NAME="SubstituteGroupForURL" VALUE="TRUE"> Substitute group names for URLs
  460. <BR>
  461. <INPUT TYPE="CHECKBOX" NAME="UseDomainNotURL" VALUE="TRUE" CHECKED> Display site names, not URLs
  462. <BR>
  463. <INPUT TYPE="CHECKBOX" NAME="ReverseDNSLookup" VALUE="TRUE"> Lookup site names (reverse DNS lookup)
  464. <BR>
  465. <INPUT TYPE="CHECKBOX" NAME="UseSiteNameGroups" VALUE="TRUE" CHECKED> Use site name and application argument groups if they are defined
  466. <BR>
  467. <INPUT TYPE="CHECKBOX" NAME="AssumeOneGroup" VALUE="TRUE" CHECKED> Assume URLs are members of no more than one group
  468. <BR>
  469. Ignore requests from the following Source site (only relevant for List Top Sources reports) <INPUT NAME="IgnoreThisDomain"> 
  470. <P>
  471. <TABLE>
  472. <TR>
  473. <TD>Limit to top</TD><TD><INPUT NAME="TopURL" VALUE="" MAXLENGTH="5" SIZE=5> URLs</TD>
  474. </TR>
  475. <TR>
  476. <TD>Limit to top</TD><TD><INPUT NAME="TopDir" VALUE="" MAXLENGTH="5" SIZE=5> directories</TD>
  477. </TR>
  478. <TR>
  479. <TD>Minimum</TD><TD><INPUT NAME="MinURLHits" VALUE="" MAXLENGTH="7" SIZE=5> hits per URL to show</TD>
  480. </TR>
  481. <TR>
  482. <TD>Minimum</TD><TD><INPUT NAME="MinDirHits" VALUE="" MAXLENGTH="7" SIZE=5> hits per directory to show</TD>
  483. </TR>
  484. </TABLE>
  485. Maximum number of graph points <INPUT NAME="TopGraphPoints" VALUE="7" MAXLENGTH="5" SIZE=5>
  486.  
  487. <INPUT NAME="GIFDeleteOld" TYPE= HIDDEN VALUE="TRUE">
  488. <P>
  489. <A NAME="RunReport">
  490. <HR>
  491. <H3>Run Report</H3>
  492. </A>
  493. <INPUT TYPE=SUBMIT VALUE=" OK ">
  494. <P>
  495. Depending on the size of your database and the complexity of the report, the results may not appear on your screen for many minutes.  In the meantime, you can switch to other applications and continue to use your computer as you normally would.
  496. </FORM>
  497.  
  498. <HR>
  499. © 1996 Marketwave, L.L.C.  All Rights Reserved.<BR>
  500. Phone: +1 206 682 6801. Fax: +1 206 682 6805 <A HREF="http://www.marketwave.com/">http://www.marketwave.com/</A>
  501.  
  502. </BODY>
  503.  
  504. </HTML>
  505.  
  506.