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)