Hello, We are attempting to create Google Ads click conversions to the REST API. However, I am getting an error that says "Customer is not allowlisted for accessing this feature., at conversions[0].conversion_environment"
I am logged in as the Manager Account with admin + owner access. Here is an example request: https://googleads.googleapis.com/v13/customers/XXXXX:uploadClickConversions ``` "conversions": [ { "gbraid": "", "wbraid": "", "externalAttributionData": {}, "customVariables": [], "cartData": {}, "userIdentifiers": [], "conversionEnvironment": "WEB", "gclid": " XXXXX", "conversionAction": "customers/XXXXX/conversionActions/1046888366", "conversionDateTime": "2023-03-19 12:32:45-08:00", "conversionValue": 100, "currencyCode": "USD", "orderId": "1" } ], "partialFailure": true, "validateOnly": true, "debugEnabled": true } ``` The exact response I receive is: ``` { "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.v13.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" } ] } } ] } ] } } Can you please assist in resolving the issue? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3d9c77c8-dc4e-4208-a29b-b81a4999b862n%40googlegroups.com.