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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Print Button Tracking Challenge When Invoking Browser Print Function

Avatar

Level 2

Applying tracking code to any button that invokes the browser print dialogue generates the adobe event after a user clicks the (Print or Cancel) button within the dialogue window.  Is there anyway to capture clicks on the button before the dialogue opens (beforePrint) as we want to gauge intent at the actual point of interaction on the button?  Perhaps changing the order in some way so the click is tracked then the browser print function is launched rather then when the user interacts with the dialogue box. There is a good discussion regarding applying tags to track print here but interaction is again tracked after a user clicks the dialogue print, cancel or save if pdf, etc.

https://www.blastanalytics.com/blog/tracking-print-page-action-google-analytics

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Your referenced article is written to teach you how to do exactly what you've observed: track what the user did after closing the print dialogue.

If you want to track your "Print" button clicks regardless of what the user finally did, you can use a regular "onclick" event handler with your button. Or if you're using Launch, you can use a Rule that has a Click event for that button.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Your referenced article is written to teach you how to do exactly what you've observed: track what the user did after closing the print dialogue.

If you want to track your "Print" button clicks regardless of what the user finally did, you can use a regular "onclick" event handler with your button. Or if you're using Launch, you can use a Rule that has a Click event for that button.