Hi Luca,

The only way I'm aware of is to use CLICK_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports#click>, 
although you can only run that report for one day and one account at a 
time. If all you have is the MCC, the click ID, and a rough estimate of the 
date on which the click occurred, you could do the following:

- Let clickAccountMap = new Map
- Use an ACCOUNT_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports#account>
 or ManagedCustomerService.get 
<https://developers.google.com/adwords/api/docs/reference/v201402/ManagedCustomerService#get>
 to 
get the account IDs of each of the MCC's child accounts
- For each child account:
   -- For each date in the date range of interest:
      -- Run a CLICK_PERFORMANCE_REPORT for the account and date and add 
the click and account to clickAccountMap
- Use clickAccountMap to construct your OfflineConversionFeedService 
<https://developers.google.com/adwords/api/docs/reference/v201402/OfflineConversionFeedService>
 calls 
(separate invocations for each account)

Cheers,
Josh, AdWords API Team

>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to