Hi,
I'm trying to run a query:
SELECT
customer.currency_code,
campaign.name,
campaign.id,
campaign.targeting_setting.target_restrictions,
campaign.advertising_channel_type
FROM campaign
WHERE
campaign.name REGEXP_MATCH '*_UK_*'
AND segments.date DURING LAST_30_DAYS
which results in:
$exception
{"Status(StatusCode=\"Internal\", Detail=\"Internal error encountered.\", DebugException=\"Grpc.Core.Internal.CoreErrorDetailException: {\"created\":\"@1652369231.555000000\",\"description\":\"Error received from peer ipv4:
216.58.208.202:443\",\"file\":\"..\\..\\..\\src\\core\\lib\\surface\\call.cc\",\"file_line\":1070,\"grpc_message\":\"Internal error encountered.\",\"grpc_status\":13}\")"}
Google.Ads.GoogleAds.V10.Errors.GoogleAdsException
No other info is provided. Any help is appreciated!
If you need account info etc, please contact me privately
Thanks
Pawel