Related to the conversion id API call, we want to confirm that the url customers/{customer_id}/conversionActions/{ConversionType.conversion_type_id}, need to be populated with this values
{
"results": [
{
"conversionAction": {
"resourceName": "customers/CUSTOM_ID/conversionActions/CONVERSION_ID",
"type": "UPLOAD_CALLS",
"id": "CONVERSION_ID",
"name": "CONVERSION_NAME"
}
}
],
"fieldMask": "conversionAction.name,conversionAction.id,conversionAction.type"
}
Where for ConversionType we use the value of type, in this case, UPLOAD_CALLS and for
conversion_type_id, the value of
id: CONVERSION_ID