Hi,

What are the keywords supported in Search Query?

For example, am using the SearchGoogleAdsRequest API to retrieve 
recommendations,
SearchGoogleAdsRequest request =
          SearchGoogleAdsRequest.newBuilder()
              .setCustomerId(Long.toString(clientCustomerId))
              .setPageSize(PAGE_SIZE)
              .setQuery(query)
              .build();

Here, I am setting the query as 
*SELECT recommendation.resource_name FROM recommendation WHERE 
recommendation.type = 'TEXT_AD' LIMIT 100*

Can I form this query similar to SQL queries? Where can I find help to form 
different queries with keywords like 'IN', 'LIKE', etc.,

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/994a85b7-30aa-4ba3-9e25-234ef8ea72c9%40googlegroups.com.

Reply via email to