Re: Can't get The report when set clirntCustomerId to varable.

2015-06-12 Thread deadKenny2
Trimed work properly, thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Can't get The report when set clirntCustomerId to varable.

2015-06-11 Thread deadKenny2
Try to get Report for each company in MCC like this $cmps = file(dirname(__FILE__).'/../../../../companies.txt'); //print_r($cmps); foreach ($cmps as $i=$c){ list($cname,$cid) = explode(',',$c); $user = new AdWordsUser(); //print_r($cid); $user-SetClientCustomerId($cid); // Log

Re: Can't get The report when set clirntCustomerId to varable.

2015-06-11 Thread Umesh Dengale
Hello, Please make sure value of variable is properly formatted (e.g., trimmed, no trailing newlines, quotes, etc.). Please use var_dump ($cid) to get more details. Cheers, Umesh Dengale, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and