Hi,
How to get the customer details from customer name with spaces (Test
Account).?
Code:
SearchGoogleAdsRequest request1 =
SearchGoogleAdsRequest.newBuilder()
.setCustomerId(Long.toString(clientCustomerId))
.setPageSize(PAGE_SIZE)
.setQuery(query)
.build();
SearchPagedResponse searchPagedResponse =
googleAdsServiceClient.search(request1);
I tried to create a query for Search, but throwing the following error,
query: "SELECT customer.resource_name, customer.id FROM customer where
customer.descriptive_name = Test Account"
error_code {
query_error: UNEXPECTED_INPUT
}
message: "Error in query: unexpected input =."
}
Please let me know how to retrieve customer information from customer name
using Google Ads API Beta?
Suresh
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3ab06f8c-7d1c-4d6e-bdab-a2db919110e9%40googlegroups.com.