Hi Team,
Thank you for contacting support. The error "CUSTOMER_NOT_ENABLED" means that the account is not yet ready. Your account could be in DRAFT state. You cannot make calls to the API against an account that is not set up. You should be able to make API calls once you finish setting it up. If you are still facing the issue, could you please share the clientCustomerId used for making API calls? Please reply using Reply privately to author option.
Regards,
Nikisha Patel, Google Ads API Team
Hi Team,
You need to manually complete your account set up through Google Ads UI and then make the API calls. Once your account is set up, you will successfully be able to make calls to API. Let us know if this helps.
Regards,
Nikisha Patel, Google Ads API Team
SELECT customer.id, customer.descriptive_name, customer.manager, customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden FROM customer_client
Hi Anirudh,
Unfortunately, there is no alternative query to avoid the errors for inactive/cancelled accounts when using client_customer resource via API. Let us know if you need any additional information.
Regards,
Nikisha Patel, Google Ads API Team
|
||||||
Hi,
Thanks for reaching out. Let me raise a feature request for determining the accounts with inactive status using Google Ads API. In the meantime, you can follow our blog to receive updates and new releases.
Regards,
|
||||||
|
||||||
Hello Ian,
Thanks for getting back to us.
As previously mentioned by Anthony, a feature request has been raised for this; however, there is no guarantee if this will be supported in the API soon. That said, we highly recommend that you monitor our blog for updates and new releases.
Regards,
|
||||||
Hi,
Thanks for commenting on this thread.
Unfortunately, we don't have any updates regarding that feature request in order to support in the API. In the meantime, you may use Ads UI as a workaround provided in this thread.
Let us know if you have any additional questions.
Regards,
|
||||||
|
||||||
Hello Rita,
Thank you for reaching out to us.
As previously mentioned by my colleague (Peter), starting API version 10, you can now retrieve the following details below:
Let us know if you have further questions/concerns related to the Google Ads API.
Regards,
|
||||||
|
||||||
Hi Miguel,
Thank you for reaching out to Google Ads API Forum.
It appears that you are getting an error when using the filter for customer_client.status field. With this, could you share with us the complete API logs (request and response with request-id and request header) generated on your end showing this error? This is so we could further investigate and provide more appropriate guidance.
If you haven't enabled the logging yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link (https://developers.google.com/google-ads/api/docs/client-libs?hl=en). For REST interface requests, you can enable logging via the curl command by using the -i flag.
You may then send the requested information privately via the Reply to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
Reference Links:
Google Ads API Team |
Google Ads API Team |