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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Question regarding Visits

Avatar

Level 3

Hello All,

If I open my web application in two different tabs and execute it. I fire success events from both the tabs.

Some of my success events are serialized (i.e. I am recording once for the Visit).

Will the same event that gets fired from both the tabs be counted as 1 OR 2?

In short, will SiteCatalyst consider the two different instances of application as single visit or multiple visit?

Also, my application does not require login.

Please advise.

Regards 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi Sameer,

If you are maintaining the same visitor ID and are sending your data to the same report suite then in theory the tracking should track as a single visit. However the overall details are far too sparse to be certain. I would highly recommend you do live testing under the exact outlined scenario conditions and track along with some common identifying ID value in both tab sessions. That way you can know for sure and discover if there are any case exceptions.

Best,

Brian

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi Sameer,

If you are maintaining the same visitor ID and are sending your data to the same report suite then in theory the tracking should track as a single visit. However the overall details are far too sparse to be certain. I would highly recommend you do live testing under the exact outlined scenario conditions and track along with some common identifying ID value in both tab sessions. That way you can know for sure and discover if there are any case exceptions.

Best,

Brian

Avatar

Level 3

Thanks

I am going to generate unique ID and fire my events like below:

s.events="event3:402152660408638";

I believe, that should do it.

 

Regards