When you browse the Workarea for a content item, and click on the Analytics Preview button in the Workarea, results do not appear from the /workarea/seo/seo.aspx template.
- Backup /workarea/seo/seo.ascp.cs .
- Open
/workarea/seo/seo.ascp.cs
and replace line 368 with the following:
criteria.DimensionFilters.AddFilter(d, DimensionFilterOperator.EqualTo, url.PathAndQuery);
Please sign in to leave a comment.