Skip to main content

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)