Hello

We have multiple customer IDs, and we have a history of GclIds
We need to find a way to map each GclId to its customer ID

The only way we found so far is to use CLICK_PERFORMANCE_REPORT by looping 
through customer IDs for each GclId until we find the result is not empty:

adwords.config.set("authentication.client_customer_id", "xxxx")

report_query_builder = adwords.report_query_builder do |b|
b.select(*%w[GclId ExternalCustomerId CampaignId AdGroupId])
b.from('CLICK_PERFORMANCE_REPORT')
b.where('GclId').equal_to("'xxxx'")

Isn't there any better way to handle this situation?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e5de2ae-c16e-4819-a2ff-e7c6bd8238a4n%40googlegroups.com.

Reply via email to