I upgraded the code to use V10 and the error disappeared.
Actually the query returned .... 0 rows. Very strange.
The requestId of the upgraded API call is "", without the double quotes.
Still I wonder why V9 is broken before its sunset date.
On Monday, February 28, 2022 at 12:12:57 PM UTC+1 Zweitze wrote:
> This query worked about two weeks ago, but not anymore:
>
> SELECT
> campaign.id, campaign.name, campaign.serving_status,
> campaign.start_date,
> ad_group.id, ad_group.name,
>
> ad_group_criterion.criterion_id, user_list.name,
> ad_group_criterion.final_urls, ad_group_criterion.final_mobile_urls
> FROM ad_group_audience_view
> WHERE
> campaign.status = 'ENABLED' AND
> campaign.serving_status IN ('SERVING', 'PENDING') AND
> campaign.start_date < '20220307' AND
> ad_group.status = 'ENABLED' AND
> ad_group_criterion.status = 'ENABLED' AND
> ad_group_criterion.approval_status != 'DISAPPROVED'
>
> The query validator thinks this query is alright.
>
> The query is sent to the V9 endpoint.
> RequestId: *b10qtSYPzr0jhJ7IjggW5w*
> More information:
> *Status(StatusCode="InvalidArgument", Detail="Request contains an invalid
> argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException:
> {"created":"@1646045959.903000000","description":"Error received from peer
> ipv4:142.251.39.106:443
> <http://142.251.39.106:443>","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Request
>
> contains an invalid argument.","grpc_status":3}")*
> (That IP address is not an address of ours. And we're not coding in C++)
>
> Any idea?
> I can't insert full logs, I hope this is enough information.
>
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/c7204d27-fc07-495c-91ab-c52cf1a50929n%40googlegroups.com.