Connecting External Events
“external_event”: {
“action”: “Action name”, //for example, Purchase
“lead_phone”: phonenumber, //full phone number, including country and area code
“revenue”: {
“amount”: 10, //total amount of event. add 0 if no amount attached, like click
“currency”: “EUR” //currency in ISO 4217 format
}Last updated