Hi Team. In the last couple of hours we're encountering a massive failures from Google Ads API with CUSTOMER_NOT_ENABLED response. These customers worked perfectly until 7:00 AM aprx. UTC. These are the responses we get for lot's of customers:
{ "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "authorizationError": "CUSTOMER_NOT_ENABLED" }, "message": "The customer can't be used because it isn't enabled." } ], "requestId": "xSJGOANaagxRFsbKnw_kTQ" } ] } This is the request: POST https://googleads.googleapis.com/v10/customers/<CUSTOMER ID>/googleAds:search Payload: {"query": "SELECT metrics.cost_micros, metrics.conversions, metrics.clicks, metrics.impressions, campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, segments.date, campaign.start_date, campaign.labels, campaign.status, campaign.end_date, ad_group_ad.ad.name, ad_group_ad.ad_group, ad_group_ad.status, ad_group_ad.ad.resource_name, customer.resource_name, customer.id, customer.currency_code, metrics.interactions, metrics.average_cost, metrics.average_cpm, metrics.average_cpc, metrics.engagements, metrics.cost_per_conversion, metrics.cost_per_current_model_attributed_conversion, metrics.cost_per_all_conversions FROM ad_group_ad WHERE segments.date >= '2022-10-24' AND segments.date <= '2022-10-24'", "page_size": 2000} Can someone check this out please? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/7579a5be-638c-4020-adaf-f75a3bdc1e36n%40googlegroups.com.