Number of Page View is showing zero for Site web Analytics Reports

Hi,
We have enabled Site Web Analytics reports in our Site Collection but the Number of Page views is showing zero for all the dates. We have checked all the events to capture in Site Collection Audit settings, Reporting feature is also activated but still the
count shows 0 for all the dates.
There are other Site Collection that exists under that Web Application but they show the count for Number of Page views in Site.
Any help would be appreciated.
Regards,
Vijay

hi
1-first check "Usage and Health Data Collection Proxy" is started, if not started:
find usage proxy id with following command:
Get-SPServiceApplicationProxy
then start service with following command:
$UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq "[usage proxy ID]"}
$UsageApp.Provision()
2-check following link:
Popularity Trends populating 0 results
yaşamak bir eylemdir

Similar Messages

  • Site web analytics report shows no data

    Hi All, 
    A user reported that they could not view the site web analytics report
    in the SharePoint 2013 production server.  It was working fine a few couple of weeks back though.
    I started the troubleshooting for this issue and came cross a few blogs that details the same issue. 
    There were my steps: 
    In Central Admin (CA) >> Service Applications >> Usage and Health data collection was
    started. 
    CA >>
    Monitoring >> Reporting >> "Enable usage and health data collection"
    was checked. 
    CA >> Monitoring >> Timer Jobs > Review job definitions
     >> Microsoft SharePoint Foundation Usage Data Import
    (5 minutes) and Microsoft SharePoint Foundation Usage Data Processing
    was enabled. I clicked on "Run Now" on these job schedules. 
    CA >> Search Service Application >>
    Under  Mange Content Sources page
    the status was Idle.
    We have performed the full crawl a few days back. 
    PowerShell: Read the  Brian
    T. Jackett's blog. Basically, he uses PowerShell to trigger the  Receivers
    for the AnalyticsUsage and PageRequest
    and enable these Receivers for Analytics and Page Requests. In the
    production environment these receivers were already defined and I just executed them again. Ran the
    OWSTimer service for all SharePoint servers. However, after 2 days no data was shown. 
    The only thing we have not checked is WSS_Logging database. 
    We are stuck in this issue and its OOTB feature. 
    Any pointers for this issue will be highly appreciated. 
    Thanks in advance.
    Regards, 
    Aroh
    Aroh Shukla

    Hi Aroh,
    Please refer to the article:
    http://blog.fpweb.net/troubleshooting-sharepoint-2013-web-analytics/#.VNcSsf4fqM8
    There are still some place you could check for general troubleshooting steps, such as:
    1.Did you configure AAM recently that might affect this?
    2.Does related timer jobs run successfully?
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Site Web Analytics Reports - accessdenied.aspx - which page/list/library?

    When I go to the Site Web Analytics Reports of a site and check the "Top Pages" I see on the 1st position "/_layouts/accessdenied.aspx".
    How can I know on which page/list/library they where when they had the access denied?
    For example, I have 100 "views" on /_layouts/accessdenied.aspx, is it possible to see:
    34 on the homepage
    29 on list A
    12 on list B
    7 on library A
    5 on page A
    2 on list C

    Try to find out function name  fn_WA_GetTopPages then
    add a condition to this function and filter out the /_layouts/accessdenied.aspx page.
    As another alternative, you can write your
    own access denied page and configure it from web.config. In that page you can write source url into your custom DB to create your own analytics.
    Link - http://sharepointdiva.com/2012/05/09/customize-the-access-denied-page/
    http://blog.randomdust.com/index.php/2013/07/custom-access-denied-page-in-sharepoint-2013/
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Site Web Analytics Reports - Top Pages - Visitor break down

    Hi,
    I would like to know if there is a way to get the top pages with visitors break down under the Site Web Analytics Reports?
    Please advice. And thank in advance.

    Hi,
    According to your post, my understanding is that you wanted to get the top pages with visitors break down under the Site Web Analytics Reports.
    I recommend to use the
    SharePoint flavored Weblog reader which aggregates stuff nicely.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/d770105c-65bf-4db4-b3a4-b64b2b1206df/analytics-for-top-pages-by-visitor?forum=sharepointadminprevious
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Site Web Analytics Report Showing Users Logged in as Both UPPERCASE and lowercase domains (SP Foundation 2010)

    When looking at the Site Analytics Report in SP Foundation 2010, I see that many users (though not all it appears) have been logged under the 'Top Visitors' section as both "DOMAINNAME\username" as well as "domainname\username".  This makes it hard
    to get actual counts of hits the visitors have made since they show up in two places on the report.  In my case, I always log in using the same credentials (more recently I have had permissions upgraded so log in is automatic), yet I still see that I
    get posted for different usage numbers under the uppercase and lowercase instances.  Does anyone know why this would be occurring?

    Even i am facing similar kind of problem. Some of my users are displayed as DomainName\ID while some are displayed as Lastname, Firstname. I think we need to know the location where these reports are stored.

  • In two page view preview shows the first page on its own

    In two page view preview shows the first page on its own. I have recently downloaded an ebook which has image based tutorials and the pages are in such a way that pages 3 and 4 should be seen next to each other. Preview seems to want to have pages 1 on its own therefore making this rather difficult. Any help on resolving this issue would be appreciated.

    Try selecting the first page, and then from the "Edit" menu select "insert blank page". This should put a blank page at the beginning of the document, shifting all pages down one and putting them in the order you want for your display.

  • SharePoint 2010 Site Web Analytics - Top Pages report not showing complete data

    Hi,
    I have a custom page in a team site which takes list ID as an argument and shows the relevant data e.g.
    ../Dashboards/View%20Briefing.aspx?BriefingID=1078
    ../Dashboards/View%20Briefing.aspx?BriefingID=1079 etc
    When i look at the Top Pages report under Site Web Analytics all i can see is data for:
    /dashboards/view briefing.aspx
    I need stats for individual list items i.e. how many time BreifingID 1078 was viewed etc. Is it possible to achieve this using OOTB reports or can i write a custom report to achieve this? If yes then how...
    Any help would be appreciated.
    Regards,
    Kashif

    You’re dynamically filtering content on a single page with values on the query string. Your users are still only hitting one page (View%20Briefing.aspx). Analytics only sees that 'View%20Briefing.aspx' is being hit; it won’t record stats for what’s specified
    on the query string.
    I expect you could pull this data out of your IIS logs using log parser. Some links on this subject:
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=85
    http://blogs.technet.com/b/corybu/archive/2008/02/26/sharepoint-iis-traffic-analysis.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/16072.sharepoint-2010-create-analytic-reports-using-logparser-and-powershell.aspx
    http://blogs.msdn.com/b/carlosag/archive/2010/03/25/analyze-your-iis-log-files-favorite-log-parser-queries.aspx
    http://logparserplus.com/Examples

  • Keyfigure has value in BEx query, but shows zero/0 in Webi

    Hi community,
    I have the following issue with a Bex query with 2 structures:
    in Bex, the budget column shows figures right. but in Webi, it shows zero for certain profit KPIs (calc. keyfigures, CKFs).
    only for these KPI cells, it is not a general issue with that budget column!
    in the Bex cell editor, I have created cell references for these profit KPI cells, but that should not be relevant.
    As SAP cannot connect to our BO Webi via OSS properly, I would like to address you.
    anyone had a similar situation or solution?
    every hint is appreciated! Many thanks and
    best,
    Phil

    Hi Ingo
    I am also currently meeting such a problem.
    I have Cubic Meter stored in my cube and my BEx query. Also, in my BEx query, I have a unit conversion to convert Cubic Meter to Cubic Feet.
    In WebI, when I pull out both Cubic Meter and Cubic Feet, Cubic meter returns me 0, while cubic feet returns me a figure.
    Below are the settings of the BW & BOBJ system:
    SAP BW SP6
    BOBJ SP2 FP2.3
    Hope to hear from you soon.
    Thanks!

  • SharePoint 2013: A web analytics report is not available for this site.

    Hello,
    I have SharePoint Server 2013 and the enable usage data collection is enabled.  There is usage logs and data being generated, but SharePoint says there is not data available.
    A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data forthis site has
    not been processed yet.
    What can I do?
    Thanks,
    Paul
    Paul

    hi,
    Web Analytics is now part of the 2013 Search.
    You can refer the below links, :
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://www.collabshow.com/2013/05/23/sharepoint-2013-analytics-a-big-step-backward/
    http://usamawahabkhan.blogspot.com/2013/06/sharepoint-2013-analytics-features-how.html 
    if you wanna use  API, there is a blog,which talk about the same:
    retrieve  Search Analytics Reports
    using SharePoint 2013 API:
    http://radutut.wordpress.com/2013/01/27/how-to-get-search-analytics-reports-programmatically-in-sharepoint-2013/

  • Web Analytics reports and not showing data

    Recently we are not seeing Web Analytics data on our sites in our SharePoint 2010 farm. Before we used to see the data. This is what we are seeing now "There is no data available for this report. Here are some possible
    reasons: (1) Web Analytics has not been enabled long enough to generate data;
    (2) There is insufficient data to generate this report; (3) Data logging
    required for this report might not be enabled; (4) Data aggregation might not be
    enabled at the level required for this report."
    I checked the Web Analytics Service Application and it is started. Web Analytics Data Processing service is started on all servers.
    Microsoft SharePoint Foundation Usage Data Import Timer job is running every 30 minutes, while Microsoft SharePoint Foundation Usage Data Processing job is disabled. Does this job has to be
    enabled for the web analytics data to be reported? Are there any other places to check to debug the problem? Appreciate any help.
    rani

    Hi Rani,
    The timer job Microsoft SharePoint Foundation Usage Data Processing needs to be enabled, as it will aggregates and writes the data to the Web Analytics Reporting database.
    Please enable this timer job and run the timer job to see how it works.
    More reference about this error:
    https://timreemtsma.wordpress.com/2011/10/25/sharepoint-2010-web-analytics-no-data-available/
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can we change the input field on a view stop showing zeros

    Hello,
           To make screen look consistent with other character input field. How can we change the input field on the view stop displaying zeros even though the data type is NUMC and data type should not be change?
    Edited by: sap_learner on Mar 25, 2010 5:44 PM
    Edited by: sap_learner on Mar 25, 2010 5:49 PM
    Edited by: sap_learner on Mar 25, 2010 5:55 PM

    hello Manas Dua,
                           Thanks for your help. I am able to resolve my problem.
    My code will help  the future comers to resolve this kind of issues.
    *The code is applied to method WDDOINIT of the default view.
      DATA lo_nd_terms_input    TYPE REF TO if_wd_context_node.
      DATA lo_nd_terms_input_i TYPE REF TO if_wd_context_node_info.
      DATA lv_zeros             TYPE wdy_attribute_format_prop.
      lv_zeros-null_as_blank = 'X'.
      lo_nd_terms_input = wd_context->get_child_node( name = wd_this->wdctx_input ).
      lo_nd_terms_input_i = lo_nd_terms_input->get_node_info( ).
      lo_nd_terms_input_i->set_attribute_format_props(
        EXPORTING
          name              = `ENTER THE ATTRIBUTE NAME`
          format_properties = lv_zeros     ).
    Edited by: sap_learner on Mar 26, 2010 5:02 PM

  • Page Views and Sessions/Users for web tests

    It seems that when you have a URL ping test that the sessions and users count increases but the page views do not counted. Is this correct? I have 10k sessions/users over the last week but ~150 page views. If I look at the server requests I also have around
    50K server requests (around 5 requests on the home page).
    Why is App Insights not tracking page views for the web tests but it is tracking everything else?

    Currently this is a correct behavior. Page Views are sent by javascript snippet which is not executed when you use web tests. User and session are counted by server side logic (AI Web SDK) which is executed. We will add a feature that detects synthetic
    traffic very soon. When implemented charts will filter out users and sessions created for web test pings.
    Anastasia

  • Removal of leading zeros for material no. in report

    hi
    my issue is that i have to remove leading zeros for material number when displaying in alv grid.iam getting output.but leading have to truncated automatically.
    eg: 000000000000000102
    the ouput should be 102.
    please do provide solution for this or any function module.thanks in advance.

    Hi Sanjana,
    while populating the internal table use the conversion exit available for MATNR. this will remove the leading zeros.
    oter possible way, declare the internaltable by referring the data element MATNR, i hope if you do this, it will delete the leading zeros automaticallt.
    or if you declare the internal table field as charecter type, use the ALPLA_CONVERSION_EXIT_INPUT ot OUTPUT function module to remove the leading zeros.
    Reward the points if it is helpful..

  • Parameter passing for custom web service reports

    <p>Hi,</p><p>I created a report file and published it as a .Net web service. I was able to set the web service to a report viewer in my windows application. I am using Crystal Reports Version 11 R2 and Visual Studio 2005 for my development.</p><font size="2" color="#008080">ReportWebService</font><font size="2"> service = </font><font size="2" color="#0000ff">new</font><font size="2"> </font><font size="2" color="#008080">ReportWebService</font><font size="2">(); </font><font size="2"><p>crystalReportViewer1.ReportSource = service;</p></font><p>Now, my question is how do I pass a parameter from the windows application to the custom report web service. It does not seem to accept any paramters through constructors or other custom web methods.</p><p>If I need to change my design or approach, I am welcome to that as long as I am able to host the report file on a central location. The .rpt file (exposed by the web service) does not have any parameters but the data population logic inside the web service might be based on some conditions which I need to pass as parameter.</p><p>Thanks in advance.Regards, Gulzar</p>

    <p>When using a Report Web Service, you must use the Viewer&#39;s SDK to interact with the report. So in your case, if you want to pass parameters to the report, the viewer exposes a ParameterFieldInfo property that you can set. You can download samples on how to do this or check out the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm" target="_blank">DevLibrary</a> for more details.</p><p>However, one of your last statements you said your report does not have any parameters but your web service does.....could you elaborate on that?  Did you modify the .asmx that is autogenerated to add/modify the web service methods?  If so, then you will not be able to pass parameters to the new/modified web service.  The autogenerated web service for the report cannot be modified in this way since the viewer is designed to use the web services methods as-is.   In other words, the viewer is the only client/consumer of the Report Web Service so any interaction you want with the report must be done through the viewer, if the viewer exposes the functionality.  </p><p>In general, because the viewer is the only supported consumer of the Report Web Service, there are many limitations to interacting with the report.  Depending on how much control you want over the report at runtime, you may not want to use Report Web Services.  If you want to centralize reports for a Windows application, your best option is to load the reports from a network share using a UNC path when loading the report.  Of course, this assumes your application is running from some kind of internal network.  Any other kind of solution to centralized reports would require a web-based solution.</p><p>If you must use a Windows application, then you could host a IE control on your form that accesses a web page that displays reports but then you would have to develop and support a web application in addition to your windows application.  It&#39;s not the best solution but it&#39;s an option!  :-)</p><p>-MJ</p>

  • Mail configuration in shared services for Workspace/Web A Reporting purpose

    Hi,
    I have configured SMTP Mail Server name in the shared services but still not able to send HFR and Web analysis reports through email.
    When I click on Email Link in WOrkspace on a particular report, getting below error:
    Enter the user email address in Hyperion Shared Services, Ask your Administrator to update your email address listed through Hyperion Shared Services.
    What needs to be done to avoid this issue? do I need to enter user's mail ids in Admin mail field in Shared services configuration page. If yes, how can I enter all user id', i mean, any comman's or some delimiters in between mail id;s.
    Please advise me on this..
    Thanks,
    UB

    There are also the .properties files that have to the SMTP server name as well. I know for FR it is in the FR_global.properties file.

Maybe you are looking for