Hey,
Google ads API has been giving some internal error for asset_group_asset report since 8PM Eastern Time (Jan 19, 2023) and all the calls to the API are failing. Few Details related to the latest API call are as below:
Req ID: "eyD1Q3ywJEcvUF4qOQHkrg"
Stack Trace:
at Google.Ads.GoogleAds.V12.Services.GoogleAdsServiceClient.SearchStream(SearchGoogleAdsStreamRequest request, Action`1 responseCallback, CallSettings callSettings)
at Google.Ads.GoogleAds.V12.Services.GoogleAdsServiceClient.SearchStream(String customerId, String query, Action`1 responseCallback, SummaryRowSetting summaryRowSetting, CallSettings callSettings)
Message: Status(StatusCode="Internal", Detail="Internal error encountered.")
Source: Google.Ads.GoogleAds
Status {Status(StatusCode="Internal", Detail="Internal error encountered.")} Grpc.Core.Status
Failure {{ "errors": [ { "errorCode": { "internalError": "INTERNAL_ERROR" }, "message": "An internal error has occurred." } ], "requestId": "eyD1Q3ywJEcvUF4qOQHkrg" }} Google.Ads.GoogleAds.V12.Errors.GoogleAdsFailure
Query we used:query: SELECT asset_group_asset.field_type, asset_group_asset.performance_label, asset_group_asset.resource_name, asset_group_asset.status,
asset.id,
asset.name,
asset_group.id,
campaign.id, asset.type FROM asset_group_asset WHERE asset_group.status IN (ENABLED, PAUSED) AND asset_group_asset.field_type NOT IN ('UNKNOWN')