*Аккаунт Центра клиентов (MCC) *представляет собой зонтичный аккаунт 
Google AdWords с несколькими управляемыми аккаунтами. Да у нас под одним 
аккаунтом стоятся отчеты по подчиненным аккаунтам.

Что мы можем сделать, чтобы через API строить такие-же отчеты по 21 
подчиненному аккаунту. Или для этого прийдется получить API на каждый из 
подчиненных аккаунтов, в дальнейшем подменять app.config при формировании 
отчета?

пятница, 26 декабря 2014 г., 13:18:53 UTC+3 пользователь Danial Klimkin 
написал:
>
> Убедитесь, что clientCustomerId который вы отправляете, не является MCC 
> аккаунтом. Отчеты через API доступны только для не-MCC.
>
>
> -Даниил.
>
>
> On Thursday, December 25, 2014 8:22:44 PM UTC+3, USS UNITEDSUPPORTSERVICES 
> wrote:
>>
>> А где можно получить примеры отчетов, ошибок сейчас нет, но отчет из 
>> примеров приходит пустой.
>>
>> Данные получаю используя главный ClientCustomerId таким запросом, 
>> пробовал в скриптах тоже отчет пустой. 
>>
>>> private void Start_Click(object sender, EventArgs e)
>>> {
>>> AdWordsUser user = new AdWordsUser();
>>> msg.Text = msg.Text + user.Config.OAuth2RefreshToken.ToString() + 
>>> Environment.NewLine;
>>> //Запрос отчета
>>> try
>>> {
>>> string query = @"SELECT CampaignName, Clicks, Impressions, Cost 
>>> FROM   CAMPAIGN_PERFORMANCE_REPORT 
>>> DURING THIS_MONTH";
>>> ReportUtilities utilities = new ReportUtilities(user, "v201409", query,
>>> DownloadFormat.CSV.ToString());
>>> using (ReportResponse response = utilities.GetResponse())
>>> {
>>> response.Save("D:\\testReport.csv");
>>> }
>>> }
>>> catch (Exception ex)
>>> {
>>> msg.Text = msg.Text + ex.ToString() + Environment.NewLine;
>>> }
>>> }
>>
>>
>> Через интерфейс отчет получаем с данными. Пример приложил. 
>>
>> Почему любой отчет через API или скрипты пустой? 
>>
>>  
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d8835975-f4fc-48d1-8147-d624b835d8b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to