Hi,

I have the whole hierarchic network of approx. 50 accounts and the 
campaigns associated with them. But I have a severe problems with 
retrieving them,

1) I can't get the full list of accessible customers. I'm using previously 
created CustomerServiceClient:
$this->customerServiceClient->listAccessibleCustomers();
But I receive only two of them (the main manager-account and one of its 
"child-accounts").

2) I can't get the campaigns visible for the accounts easily accessible in 
the Google Ads web interface.
I use something like this:
SELECT
    campaign.id,
    campaign.name,
    campaign.status,
    customer.id,
    metrics.impressions,
    metrics.clicks,
    metrics.average_cpc,
    metrics.cost_micros
FROM campaign
WHERE segments.date DURING LAST_30_DAYS
    AND customer.id = XXXXXXXXX
with previously generated GoogleAdsClientBuilder and receive campaigns only 
for ONE customer while the rest of them is totally unaccessible.

I totally don't know what's going on and think that it could be something 
wront with the accounts settings that should be changed in the web 
interface.
Please help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e91ab06-2ce7-4092-b792-336ba5a2e5b4%40googlegroups.com.

Reply via email to