내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Pages with 0 hits / "graveyard" pages

Avatar

Level 1

I have been asked to implement something similar to this: Web analytics: Find your graveyard pages with no visitors

Would it be fairly straightforward to iterate through URLs to find hit counts via Report Builder? Or is there a better way?

Thanks.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

you can do it by report builder (or whatever "matching" tool you like to compare page names).

i would do the following first:

1) new workspace project with time range of last month (or whatever is suitable for your graveyard definition)

2) add "page" as dimension and "page views" as metric

3) add a second column with "page views" and a long time range (eg. 3 years). order asc by this col

this will show you all pages that had at least one page view in the long time range - hopefully all graveyard pages had at least one hit and shiw up at the top of the report ...

faster than report builder and manual comparison, but not complete ...

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

you can do it by report builder (or whatever "matching" tool you like to compare page names).

i would do the following first:

1) new workspace project with time range of last month (or whatever is suitable for your graveyard definition)

2) add "page" as dimension and "page views" as metric

3) add a second column with "page views" and a long time range (eg. 3 years). order asc by this col

this will show you all pages that had at least one page view in the long time range - hopefully all graveyard pages had at least one hit and shiw up at the top of the report ...

faster than report builder and manual comparison, but not complete ...

Avatar

Level 1

Thanks! This is really helpful, and probably will catch nearly all of them, if not all.