adorable-guitar-50825
06/07/2023, 4:15 PM{
"response": "Event name 'purchase' is not valid",
"firstAttemptedAt": "2023-06-07T15:19:12.286Z",
"content-type": ""
}
The conversion event I want to map my rudderstack "Purchase" event to in Google ads is called "Offline Purchase". It appears I am getting this issue because my mappings are not set up correctly. However I have set mappings in the definitions, please see the attached screenshot. The event I am tracking is called "Purchase" and the transformed body is below:
{
"type": "track",
"event": "Purchase",
"sentAt": "2023-06-07T15:19:05.730Z",
"traits": {
"name": "Gary TEST",
"email": "gary@dfadfadsfaf",
"phone": "+4472675672394234"
},
"userId": "deadce90-71f0-426e-8f6b-69d56a55cfa5",
"channel": "server",
"context": {
"fbc": "fb.1.11111111",
"fpb": "fb.1.111111111111",
"gclid": "111111111111111111",
"wbraid": "",
"library": {
"name": "analytics-node",
"version": "2.0.2"
},
"campaign": {
"name": "asdf",
"medium": "asdf",
"source": "asdf",
"content": "asdf"
},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
},
"rudderId": "1111111111111111111",
"_metadata": {
"nodeVersion": "16.17.0"
},
"messageId": "27ffefc9-8a8b-41d4-8760-42370f40c007",
"timestamp": "2023-06-07T15:08:01.284Z",
"properties": {
"sku": "f95eae41228f7820d9a392abf85c1ccd",
"name": "11111111111111111111",
"value": 4334,
"revenue": 4334,
"category": "vehicle",
"currency": "USD",
"order_id": "1111111111111111",
"quantity": 1,
"product_id": "f95eae41228f7820d9a392abf85c1ccd"
},
"receivedAt": "2023-06-07T15:19:06.447Z",
"request_ip": "11.11111.11.1.1",
"originalTimestamp": "2023-06-07T15:19:05.729Z"
}
How can I resolve this? Thanks in advance for your help.millions-activity-52391
06/07/2023, 4:15 PMquiet-wolf-72320
06/08/2023, 7:28 AMstale-cartoon-52909
06/09/2023, 6:54 AMquiet-wolf-72320
07/10/2023, 5:15 AMgclid
param while capturing the events at the source, it won’t be added automatically.stale-cartoon-52909
08/24/2023, 7:56 PMquiet-wolf-72320
08/29/2023, 11:58 AMwhite-action-25961
08/30/2023, 1:57 PMstale-cartoon-52909
08/31/2023, 12:32 PMstale-cartoon-52909
09/12/2023, 11:19 AMmillions-activity-52391
10/06/2023, 2:42 PM