Re: [analog-help] How do I Include pages with specific URL parameters?

2009-11-03 Thread Sean at IMAGINET at home

Troy Simpson wrote:

I am using a content management system (called farcry) to manage and
display web pages to the public.  The URL includes an objectID
parameter for each page.  The URL for a page might look something like
this:
http://www.domain.com/index.cfm?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
OR
http://www.domain.com/?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
I want to see how many time a URL with a specific objectID has been
views.  How do I do that in the analog config file?
The best that I can come up with is:
FILEINCLUDE objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
But that appears to not work.  Am I doing something wrong?



Try looking at the documentation about ARGSINCLUDE and look within the 
Request report for the figures being subitems of requests for the 
associated files.


Hope this helps,

-Sean


+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+


Re: [analog-help] probably a simple question

2006-12-28 Thread Sean at IMAGINET at home
On Thursday 28 December 2006 16:48, Ellie Bowman wrote:
 Is there a way to analyze the domains that are accessing a specific
 PAGE?  If there is and anyone could give me some insight as to how to go
 about doing such a thing, I would really appreciate it.



Just ensure that your report is looking only at the page in question with 
something like:

FILEEXCLUDE *
FILEINCLUDE /path/to/wanted/page.html

appearing somewhere within your configuration. 

All reports will then relate only to accesses made to that particular 'page'.

hope that helps,

-Sean

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+


Re: [analog-help] Too many arguments error

2006-07-29 Thread Sean at IMAGINET at home
On Friday 28 July 2006 22:13, Eugene Yang wrote:
 When I run analog in dos prompt, I get this:

 C:\analog_60w32\analog 6.0analog
 analog: analog version 6.0/Win32
 analog: Warning C: Too many arguments for configuration command: ignoring
 end
   of line starting:
   LOGFILE D:\Program Files\Apache
...
 In my analog conf file:
 LOGFILE D:\Program Files\Apache Group\Apache2\logs\access_log.*
...
 However, if I were to move some of the logfiles to anothet location other
 than Apache Group, the report works fine.
 Does Analog have a llimitation on how many subdirectories are allowed for
 the logfiles location?  What am I doing wrong?


Have you tried putting the whole filepath in quotes (as DOS is likely choking 
on the spaces within the foldernames)?

-Sean





+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+