Hi,
I'm just wondering what's the true meaning for "focus" and "blur".
In my past property, I set "change" for inbox content selection, but I'm wondering how can I use "focus" or "blur".
If I want to track who view the footer, can I just set event type "focus" on footer element?
thanks,
ZZ
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, the designed behavior for the enters viewport event is to fire once per page view. This means if you scroll down to the targeted element, the event will fire. If you scroll back up so that the element leaves the viewport and later scroll back down, the event will not fire.
As you noticed, If you leave the page and return, the event will fire again.
Views
Replies
Total Likes
Hi ZZ,
The focus and blur conditions are limited to forums. The focus event fires when the cursor enters the targeted forum field. The blur event happens when the cursor leaves that field.
If you are trying to track who views the footer of your page, I'd recommend using the enters viewport event. This will fire when the footer becomes visible to the user.
Thanks,
Jantzen
Views
Replies
Total Likes
Hi Jantzen,
Does "forum" mean "form"?
I set an "Enters Viewport" event in my property, I see it only fire once in one "session".
"session" means that I only see one request in one "browser" session. I didn't clear cookies, when I enter the site with same browser, It also fire once.
I noticed that "Enters Viewport" fire only once in a session, why I didn't clear cookie and receive another request?
thanks,
ZZ
Views
Replies
Total Likes
Yes, those events are limited to forms. Sorry for the typo.
I'm not sure I understand the second part of your question. Are you saying that the enters viewport only fires once and you need to clear your cookies before it fires again?
What is your desired behavior? Are you trying to have a beacon fire each time the user sees the footer of the page on every page?
Views
Replies
Total Likes
Please see zhouzhengquan.github.io
I set a "enters viewport" on "1234" on the footer. It fires when I scroll down.
When I scroll down again, it didn't fire.
When I re-enter this site, it also fired once.
I'm just wondering it only fire at the first view of a visit?
Views
Replies
Total Likes
Yes, the designed behavior for the enters viewport event is to fire once per page view. This means if you scroll down to the targeted element, the event will fire. If you scroll back up so that the element leaves the viewport and later scroll back down, the event will not fire.
As you noticed, If you leave the page and return, the event will fire again.
Views
Replies
Total Likes
thanks for your help!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies