refined-stone-1555
11/16/2021, 12:22 PMvictorious-carpet-66294
11/16/2021, 2:27 PMvalue
into my conversion events but no values are sent to Facebook nor Google (see attached payload of one of my events).
Any idea on how to fix this? Do I need to change the property for revenue
?
I also mapped the value
as the Value Field Identifier in Facebook (see screenshot).
Thanks for your help,
Victorstraight-machine-93573
11/16/2021, 2:35 PMexport async function IP2Location(event) {
const enrichedEvent = event;
if (event.request_ip) {
const res = await fetch('<https://api.ip2location.com/v2/?ip='+event.request_ip.trim()+'&lang=en&key=><IP2Location_API_Key>&package=WS9');
enrichedEvent.geolocation = res;
}
return enrichedEvent;
}
Any idea?straight-machine-93573
11/16/2021, 2:42 PMeager-father-62369
11/16/2021, 7:21 PMFailed to trigger uploads for destId= ########: ECONNABORTED - timeout of 60000ms exceeded
swift-minister-59525
11/16/2021, 8:56 PMrudderstack-helm
instance and the transformer keeps restarting with "Does not have minimum availability" - even though we keep upping the resources, this is after recently upgrading our rudderstack-server
/ transformer versions. Has anyone else encountered this issue and happen to know a solution?straight-machine-93573
11/17/2021, 6:30 AMworried-tailor-13264
11/17/2021, 9:04 AMfast-fountain-88781
11/17/2021, 2:16 PMhundreds-morning-82075
11/17/2021, 5:06 PMhundreds-morning-82075
11/17/2021, 5:10 PMstraight-machine-93573
11/17/2021, 6:36 PMhigh-afternoon-93414
11/18/2021, 1:34 PMcalm-controller-36955
11/18/2021, 9:26 PMbright-tiger-25875
11/19/2021, 4:55 PMworried-sugar-57894
11/21/2021, 12:30 PMstraight-machine-93573
11/21/2021, 3:25 PMstraight-machine-93573
11/21/2021, 3:27 PMswift-teacher-76639
11/22/2021, 4:53 AM{
"response": "{\"type\": \"validation_error\", \"code\": \"no_data\", \"detail\": \"No data found. Make sure to use a POST request when sending the payload in the body of the request.\", \"attr\": null}",
"firstAttemptedAt": "2021-11-22T04:48:55.894Z"
}
Not sure what we’re to do about this error. if I check the events in the regular Rudderstack live event logs, each event has the correct data.broad-lamp-8097
11/22/2021, 7:21 AMaverage-kilobyte-5114
11/22/2021, 12:52 PMfull-family-2422
11/22/2021, 5:17 PMstraight-machine-93573
11/23/2021, 1:53 PMearly-dentist-70749
11/23/2021, 9:55 PMswift-teacher-76639
11/23/2021, 10:11 PMnutritious-piano-18876
11/24/2021, 4:57 AMnutritious-piano-18876
11/24/2021, 5:18 AMgreat-appointment-55357
11/24/2021, 10:33 AMrich-furniture-49524
11/24/2021, 3:19 PMapplication/x-www-form-urlencoded
but when body is json it work very well.
Can Anyone help merich-furniture-49524
11/24/2021, 3:22 PM