7. Google Analytics code
Validate a Google Analytics code
Key | Expected value |
---|---|
amount.value | 707.07 |
customer.gaClientId | TEST_GA_CLIENT_ID |
Sample JSON body
{
"serviceId": "SL-1234-1234",
"amount": {
"value": 70707,
"currency": "EUR"
},
"description": "TEST_DESCRIPTION_7",
"reference": "TESTREFERENCE7",
"customer": {
"gaClientId": "TEST_GA_CLIENT_ID"
},
"paymentMethod": {
"id": 613
},
"integration": {
"test": true
}
}
Updated 3 months ago