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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

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

해결됨

Tracking "Form Submission" rule configured in Launch not firing correctly

Avatar

Community Advisor

I built a Click event rule in Launch for the "Form Submit" button. But this rule is firing even if you just click submit button even if the fields of the form are not entered. Any solution to that?

 

I have also tested it by changing it to event type Form "Submit" and now nothing is coming in the debugger. 

jsvasu_0-1618503220732.png

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Given your situation, it would be best for your developers to trigger a Direct Call _satellite.track() when their form submission script runs successfully. You can then build a Rule from that Direct Call to track your form submission.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

@yuhuisg I have tried implementing by changing the event type but it's not working. Also, my page url does not change after submission it just shows the "Thank you message". 

 

 

Avatar

정확한 답변 작성자:
Community Advisor

Given your situation, it would be best for your developers to trigger a Direct Call _satellite.track() when their form submission script runs successfully. You can then build a Rule from that Direct Call to track your form submission.

Avatar

Adobe Champion

I want to say sometimes the "submit" trigger is looking for the element of the FORM that is being submitted, not the submit button.  If you can't get the developers to set a reliable direct call for you, I'd try either changing the trigger to be click-based on the submit button, or submit-based on the form, if that makes sense.