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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

How do I run an XT on all pages excluding the homepage (not on the homepage)

Avatar

Level 1

I would like to setup an XT to run on all the pages of the website; however, I do not want this code running on the homepage. When I try to set this up it says there's a redundancy in the logic and does not allow the test to run. Any ideas on how I could accomplish this? 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @homerom2514576,

Sounds spontaneously like an issue in your audience. Maybe you can double check.

 

Depending on how your URLs look like. Can also help e.g. a profileScript - that always writes the isHomepage -> true into the profile on the start page (else false). Which you can then use better in the audience as an exclude.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @homerom2514576,

Sounds spontaneously like an issue in your audience. Maybe you can double check.

 

Depending on how your URLs look like. Can also help e.g. a profileScript - that always writes the isHomepage -> true into the profile on the start page (else false). Which you can then use better in the audience as an exclude.

Avatar

Employee Advisor

Create audience with exclude container as below.

 

Page url contains home.com AND path equals / that would work.