I have tried to contact the API using .Net this time. While executing the GetKeyword file , I receive below response from the API.
I am not able to understand what it actually means.
1. Is this a success response?
2. How to we access the records from this response.
Method Name: /google.ads.googleads.v6.services.GoogleAdsService/Search
Host:
https://googleads.googleapis.comHeaders: {
"x-goog-api-client": "gl-dotnet/3.0.0 gapic/6.1.0 gax/3.2.0+002f6637d17e4170f5db7ec7ca6f0163e6df1481 grpc/2.34.0",
"developer-token": "REDACTED",
"x-goog-request-params": "customer_id=7443410547"
}{ "customerId": "7443410547", "query": "SELECT\n
ad_group.id,\n ad_group.status,\n ad_group_criterion.criterion_id,\n ad_group_criterion.keyword.text,\n ad_group_criterion.keyword.match_type\n FROM ad_group_criterion\n WHERE ad_group_criterion.type = 'KEYWORD'\n AND ad_group.status = 'ENABLED'\n AND ad_group_criterion.status IN ('ENABLED', 'PAUSED')\n LIMIT 50" }Response
--------
Headers: {
"content-disposition": "attachment",
"request-id": "LqklIs4mGUiy4_9t-uWE6w",
"date": "Fri, 15 Jan 2021 04:52:52 GMT",
"alt-svc": "h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}{ "fieldMask": "adGroup.id,adGroup.status,adGroupCriterion.criterionId,adGroupCriterion.keyword.text,adGroupCriterion.keyword.matchType" }