Is it possible to use the GoogleAds service to *search* for customers?

The first argument to *search* is a *customer-id*, which seems to always 
limit the results to just the associated *customer.*

CUSTOMER_QUERY = <<~QUERY
  SELECT
       customer.id,
       customer.manager,
       customer.descriptive_name,
       customer.test_account
  FROM
      customer
QUERY


client.configure do |config|
  config.login_customer_id = manager_customer_id 
end

service = client.service(:GoogleAds)


# since the first argument requires a "customer_id", is it possible to search 
for more than one customer?

service.search(customer_id.to_s, CUSTOMER_QUERY, page_size: PAGE_SIZE) 


-- 
*This email may contain information that is privileged, confidential, or 
proprietary and is intended solely for the named addressee. If you are not 
the addressee, or if it appears that you have received this email in error, 
please advise me immediately by reply email, do not disclose, copy, or 
distribute the contents, and immediately delete the message and any 
attachments from your system. Thank you.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3f609cfe-aa1d-4d7c-8ec4-5dd10487f47c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to