Trying to run this query:
SELECT final_url_expansion_asset_view.ad_group,
final_url_expansion_asset_view.asset,
final_url_expansion_asset_view.asset_group,
final_url_expansion_asset_view.campaign,
final_url_expansion_asset_view.field_type,
final_url_expansion_asset_view.final_url,
final_url_expansion_asset_view.resource_name,
final_url_expansion_asset_view.status,
ad_group.id,
ad_group.name
FROM final_url_expansion_asset_view
WHERE
final_url_expansion_asset_view.status = 'ENABLED'
AND campaign.status IN ('ENABLED', 'PAUSED')
AND ad_group.status IN ('ENABLED', 'PAUSED')
AND final_url_expansion_asset_view.field_type = 'DESCRIPTION'
Getting error:
google.ads.googleads.errors.GoogleAdsException: (<_InactiveRpcError of RPC
that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Request contains an invalid argument."
debug_error_string = "UNKNOWN:Error received from peer
ipv4:142.251.29.95:443 {grpc_message:"Request contains an invalid
argument.", grpc_status:3}"
>, <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Request contains an invalid argument."
debug_error_string = "UNKNOWN:Error received from peer
ipv4:142.251.29.95:443 {grpc_message:"Request contains an invalid
argument.", grpc_status:3}"
>, errors {
error_code {
final_url_expansion_asset_view_error: MISSING_REQUIRED_FILTER
}
message: "At least one required filter has to be applied in the query."
}
It doesn't say what is the required filter
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"(Deprecated) 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 visit
https://groups.google.com/d/msgid/adwords-api/06fbeedf-3c96-4718-bd26-2b010b571e76n%40googlegroups.com.