StatCounter User Forum  
StatCounter Free web tracker and counter

Go Back   StatCounter User Forum > StatCounter.com > Discussion

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 05-07-2008, 01:44 PM
matters matters is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default framed pages...

Is it possible to monitor the content of frames within an aspx page?
  #2  
Old 05-07-2008, 05:16 PM
webado's Avatar
webado webado is offline
Moderator
 
Join Date: Apr 2004
Location: Montreal, Quebec, Canada
Posts: 28,179
Default

Whatever pages you put in the frames need to have tracking code on them.

They need to be on the same domain as the frameset page, so there is tracking across domains.
__________________
Christina
>>Forum Moderator<<

Please do not PM me for support. The forum is here for that.
  #3  
Old 05-07-2008, 10:15 PM
matters matters is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default

Thanks, though to avoid double counting I should set up a new project to track these right?
  #4  
Old 05-08-2008, 02:26 AM
webado's Avatar
webado webado is offline
Moderator
 
Join Date: Apr 2004
Location: Montreal, Quebec, Canada
Posts: 28,179
Default

What do you mean double counting?

The counter goes onto the page shown in the main frame. Not any of the additional frames you may have for a sidebar or a footer or whatever is constant for all pages.
__________________
Christina
>>Forum Moderator<<

Please do not PM me for support. The forum is here for that.
  #5  
Old 05-08-2008, 06:58 AM
matters matters is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default

Perhaps its easier to see what I mean by looking one of the pages.

In my insurance page, users navigate to this page and within it is a frame within which the contents change depending on which insurance type they select. Since the main page is never reloaded but the frame contents are, I would like to see which insurance types are being looked at in the frame and how often.

I presume that since the main page isn't reloaded as such it won't be counted again?
  #6  
Old 05-08-2008, 11:59 AM
webado's Avatar
webado webado is offline
Moderator
 
Join Date: Apr 2004
Location: Montreal, Quebec, Canada
Posts: 28,179
Default

Your site isn't working. I got this error:

Quote:
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
The tracking code has got to go into the page being displayed in your frame. If it's not your page to add code to, too bad, you cannot track it.
__________________
Christina
>>Forum Moderator<<

Please do not PM me for support. The forum is here for that.
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:17 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.