Hi Sherwin
1. I am including the conversionEnvironment value of "WEB"
2. The sample request looks as follows:
{
"conversions": [
{
"conversionEnvironment": "WEB",
"gclid": "TESTING",
"conversionAction": "customers/
7303564947/conversionActions/6446592881",
"conversionDateTime": "2022-11-11 19:32:45-05:00",
"conversionValue": "100.00",
"currencyCode": "USD",
"orderId": "111111"
}
],
"partialFailure": true,
"validateOnly": true,
"debugEnabled": true
}
The response looks as follows:
{
"partialFailureError": {
"code": 3,
"message": "Customer is not allowlisted for accessing this feature., at conversions[0].conversion_environment",
"details": [
{
"@type": "
type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"notAllowlistedError": "CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE"
},
"message": "Customer is not allowlisted for accessing this feature.",
"trigger": {
"int64Value": "2"
},
"location": {
"fieldPathElements": [
{
"fieldName": "conversions",
"index": 0
},
{
"fieldName": "conversion_environment"
}
]
}
}
]
}
]
}
}
The allowListed permission is only available to those with a Google Account manager. We don't have an account manager, how can we get around this issue?