{
"eventData": [
{
"clientDedupeId": "string",
"conversionDefinitionId": "string",
"countryCode": "st",
"currencyCode": "AED",
"dataProcessingOptions": "LIMITED_DATA_USE",
"matchKeys": [
{
"type": "ADDRESS",
"values": [
"string"
]
}
],
"name": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"unitsSold": 1,
"value": -9999999999999.99
}
],
"source": "AMAZON_AD_TAG"
}curl --location 'https://www.amazon.com/ap/oa/accounts//dsp/conversionDefinitions/eventData' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.dspconversioneventimport.v1+json' \
--data '{
"eventData": [
{
"clientDedupeId": "string",
"conversionDefinitionId": "string",
"countryCode": "st",
"currencyCode": "AED",
"dataProcessingOptions": "LIMITED_DATA_USE",
"matchKeys": [
{
"type": "ADDRESS",
"values": [
"string"
]
}
],
"name": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"unitsSold": 1,
"value": -9999999999999.99
}
],
"source": "AMAZON_AD_TAG"
}'{}