Re: Google Adwords. How get report for all accounts?

2016-06-16 Thread Kostya Solovichenko
Oh. Thank you, Anthony. You really helped me! четверг, 16 июня 2016 г., 2:45:36 UTC+3 пользователь Anthony Madrigal написал: > > Hi, > > Well I'm glad I was able to be such help! You can get all the accounts > under your manager account by first setting your clientCustomerId in your > auth.ini

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Well I'm glad I was able to be such help! You can get all the accounts under your manager account by first setting your clientCustomerId in your auth.ini file. Once

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread Kostya Solovichenko
If I could, I would have kissed!! четверг, 16 июня 2016 г., 0:27:36 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > The AccountDescriptiveName should be the account name, not the client > customer Id. So in your case, it should be 2163923724. If you are running > the report from the

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread Kostya Solovichenko
Oh! I understood. Apparently i running the report from the manager level. I got to get report for second company. VERY THANK YOU!!! But as the programmatically get all ids my accounts? четверг, 16 июня 2016 г., 0:27:36 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > The AccountD

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread Kostya Solovichenko
How can discover, I running the report from the manager level or not? четверг, 16 июня 2016 г., 0:27:36 UTC+3 пользователь Anthony Madrigal написал: > Hello, > > The AccountDescriptiveName should be the account name, not the client > customer Id. So in your case, it should be 2163923724. If you

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, The AccountDescriptiveName should be the account name, not the client customer Id. So in your case, it should be 2163923724. If you are running the report from the manager level, you can set the client account Id as shown in this line

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread Kostya Solovichenko
Yes. I send query on Adwords API with parameter: "$selector->predicates[] = new Predicate('AccountDescriptiveName', 'IN', array('216-392-3724'));". But returning empty data. Maybe it will happen because of the name? I send 216-392-3724 and 2163923724. I can not change the name in this situatio

Re: Google Adwords. How get report for all accounts?

2016-06-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Kostya, No worries. Your English isn't bad at all! There is currently no way to get reports for all accounts in one request. In order to get a report for multiple accounts , you need to submit a

Google Adwords. How get report for all accounts?

2016-06-15 Thread Kostya Solovichenko
I use AD_PERFORMANCE_REPORT in Adwords Api, but this type returning me report for one account (I do not know why it is so) . I want report for all my accounts. I tried use CRITERIA_PERFORMANCE_REPORT, ACCOUNT_PERFORMANCE_REPORT,CAMPAIGN_PERFORMANCE_REPORT ‎and several. All results returning rep