コミュニティアチーブメントバーを展開する。

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

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Event 57, inconsistently firing. Why?

Avatar

Level 1

We've had problems for months getting event 57 to fire upon form validation. We re-wrote the validation script which seemed to work well with pages hosted in one of CMSs. I tried the same script on a page hosted in another CMS we use, but event 57 didn't fire. I do see in the console during form submit that event 65 is getting cancelled. Not sure why or how, or if it's related to 57.

Does anybody see a problem with this page? Help is extremely appreciated and i'll sing your praises if it works.

info.legalsolutions.thomsonreuters.com/answer-company/eloqua-test.aspx

1 受け入れられたソリューション

Avatar

正解者
Level 5

Hello,

    Looks like, currently, you are firing event57 for following two direct rules only:

1) downloadSubmit

2) submit

Whenever your developer has called these above two direct call rules, it would have set event57.

Kindly check with your developer on when these two rules are called within your web application code logic so as to help in fixing your reported issue.

Also, you might want to tweak "Form Offsite Submit" click rule if you wish to fire event57 on Subscribe click of "Connect newsletter" form.

Hope, it helps.

Regards,

Saurabh Kumar.

元の投稿で解決策を見る

2 返信

Avatar

Level 4

Looks like you are using DTM. the variables  will fire based on the rules set in DTM. You might need to revist the conditions to trigger event57 in DTM

Why don't you use a processing rule to set event57 as a workaround while investigating the issue?

Avatar

正解者
Level 5

Hello,

    Looks like, currently, you are firing event57 for following two direct rules only:

1) downloadSubmit

2) submit

Whenever your developer has called these above two direct call rules, it would have set event57.

Kindly check with your developer on when these two rules are called within your web application code logic so as to help in fixing your reported issue.

Also, you might want to tweak "Form Offsite Submit" click rule if you wish to fire event57 on Subscribe click of "Connect newsletter" form.

Hope, it helps.

Regards,

Saurabh Kumar.