Hi!
My google ads api request:
POST /v10/customers//googleAds:searchStream HTTP/1.1
Host: googleads.googleapis.com
Content-Type: application/json
developer-token:
Authorization:
{
"query": "
SELECT
customer.currency_code,
customer.descriptive_name,
customer.time_zone,
ad_gr
Hi Taras,
Thank you for reaching out to the Google Ads API support team.
To investigate the issue further, could you please provide the complete request
and response logs, with the request-id?
If you haven't yet, logging can be enabled by navigating to the Client
libraries > Your client librar
Hi Google team,
Migrating reports from AdWords to GoogleAds
Querying search_term_view:
val googleAdsClient: GoogleAdsClient = GoogleAdsClient.newBuilder()
.setCredentials(credential)
.setDeveloperToken(developerToken)
.setLoginCustomerId(loginCustomerId.toLong)
.build()
val svc = googleA