Documentation Index
Fetch the complete documentation index at: https://moengage-crashes-in-debug-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Problem
The campaign_id parameter is not included in the MOE_RESPONSE_SUBMITED event.Cause
This issue occurs when an incorrect trackEvent method is used, and the following parameters are removed, leading to data being clipped off.{},{},false,true)
Solution
Update the following trackEvent method with the specified parameters:trackEvent('MOE\_RESPONSE\_SUBMITTED',{survey\_response: document.querySelector('.output').innerText},{},{},false,true)