I am using below line to push data to dfareporting.
ConversionsBatchInsertResponse response = reporting.conversions()
.batchinsert(profileId, request).execute();
reporting is of type Dfareporting
request is of type ConversionsBatchInsertRequest,
Now every time the response contains error as below
errorCode:NOT_FOUND, errorMessage:Could not insert event with mobileDeviceId: a2908de7-9048-4fbf-ac14-f33a8df942b1
We have maids of type IDFA and GAID and it is being assigned to mobiledeviceid field.
Do we have any other field to assign the IDFA or GAID and also do we need to send these in separate fields or same device id.
Kindly suggest
Regards,
Sachin Verma