We're currently testing the offline conversions upload through the API and are receiving success responses, however the conversions are not reflecting in CM360. The floodlight impressions report also shows 0 conversions for all three floodlight activities. We've run out of areas to troubleshoot so I'm hoping you'll be able to help us. Below is an example request we made and the response:
Request:
```
POST /dfareporting/v3.3/userprofiles/6320913/conversions/batchinsert HTTP/1.1
Host:
www.googleapis.comcontent-type: application/json
User-Agent: AVANSER-DoubleClick-Integration google-api-php-client/2.4.0
x-goog-api-client: gl-php/5.6.40-38+0~20201103.42+debian10~1.gbpb211e0 gdcl/2.4.0
authorization: Bearer ya29.a0AfH6SMD7d_OC_R1cwx_ukab7lBeNJRKRp4we2DXVraUMEtcWsq_p8HM3sXqAXEWZHQQt18aDTo5BRdGCaAJHgzYyDuPuckPBh0ueXoqnA-plKUk-qc4SMcnOCcgkIhtqJznHQrlyXh6o8a-yMjdBhIpe_JvpA80
Content-Length: 205
```
Response:
```
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Vary: X-Origin
Vary: Referer
Date: Wed, 28 Apr 2021 23:59:23 GMT
Server: ESF
Cache-Control: private
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Alt-Svc: h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Origin,Accept-Encoding
Transfer-Encoding: chunked
{"conversions":[{"floodlightActivityId":"11126673","floodlightConfigurationId":"10176739","gclid":"EAIaIQobChMI8KqJgY6i8AIVWw4rCh0eiw5nEAAYAyAAEgK1XfD_BwE","ordinal":0,"timestampMicros":1619653458000000}]}
```
Any assistance you can provide would be greatly appreciated.