> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Is the Campaign_id Absent in the MOE_RESPONSE_SUBMITED Event?

> Resolve the missing campaign_id in MOE_RESPONSE_SUBMITTED events by updating the trackEvent method with the correct parameters in MoEngage OSM.

## 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)`
