Hi. Team.
Is there a way to exclude resourceName field from response(Google Ads API)?
*My Request body* is something like:
{
"page_size": 10,
"query": "SELECT customer.id,customer.descriptive_name,segments.date
FROM click_view WHERE segments.date =
'2021-06-01'",
"return_total_results_count": "true",
"validate_only": "false"
}
*And the response* is like:
{
"customer": {
"resourceName": "customers/11111111111",
"id": "11111111111",
"descriptiveName": "LSS - EMEA"
},
"segments": {
"date": "2021-06-01"
},
"clickView": {
"resourceName":
"customers/11111111111/clickViews/2021-06-01~Cj0KCQjwIsAJeDT0g---0zk2KJ5E1swerwersfsfsTkTDpBomqw7uJ2AT-SZSqhusRWECScB"
}
}
As you can see, even I don't have resourceName in the query.
They still appear in the response.
I am trying to minimize the response size.
Is there an option to disable that?
Best,
Zhisheng
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"AdWords API and Google Ads 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/af70af5a-6c84-4d21-bc37-e653ced125c7n%40googlegroups.com.