Hi,

I am trying to create an audience through the Google Ads API in an account 
that supposedly complies with all Google policies, could you tell me what 
is missing?

Researching it may be because the developer token has a basic access level 
and requires a standard level or Conversion Tracking and Remarketing API is 
active, can we confirm the cause?

Request details:

>>>>>>>
{
  req: {
    hostname: "googleads.googleapis.com",
    port: 443,
    path: "/v8/customers/*****/userLists:mutate",
    method: "POST",
    headers: {
      "Content-Type": "application/json",
      "developer-token": "****",
      Authorization: "Bearer ******",
      "login-customer-id": *****,
    },
  },
  data: "{\"operations\":[{\"create\":{\"name\":\"One 
User\",\"membershipStatus\":\"OPEN\",\"description\":\"created by 
EMMA\",\"crmBasedUserList\":{\"uploadKeyType\":\"MOBILE_ADVERTISING_ID\",\"appId\":\"********\"},\"membershipLifeSpan\":\"365\"}}]}",
}

Response:

{
  error: {
    code: 403,
    message: "The caller does not have permission",
    status: "PERMISSION_DENIED",
    details: [
      {
        "@type": "
type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure",
        errors: [
          {
            errorCode: {
              authorizationError: "SERVICE_ACCESS_DENIED",
            },
            message: "Developer doesn't have permission to access service.",
          },
        ],
        requestId: "gz58IT1b2845uXEC0mpBhg",
      },
    ],
  },
}
<<<<<<<<<<<<<<<<<

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb4148f8-8ca3-4a11-829c-0889ea0947d1n%40googlegroups.com.
  • Th... Enrique Vazquez
    • ... Google Ads API Forum Advisor
    • ... sumanth reddy
      • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to