Re: Pull campaign stats for one MCC with sub accounts

2014-03-10 Thread Ray Tsang (AdWords API Team)
Mike, You have to specify a single client customer ID at a time with the client library. At this time, you'll have to loop through the array of the CIDs that you want to access. Cheers, Ray On Monday, March 10, 2014 5:21:17 AM UTC-4, Mike Young wrote: > > I am already setting the client cust

Re: Pull campaign stats for one MCC with sub accounts

2014-03-10 Thread Mike Young
> > I am already setting the client customer ID this way. > > Every time it is run, it grabs a new client id from a text file that has > all of our client id numbers in. But I want them all in one long report > once every 10 minutes. > At the moment if I have 30 clients, that 30th client wil

Re: Pull campaign stats for one MCC with sub accounts

2014-03-07 Thread Ray Tsang (AdWords API Team)
Mike, Please see php client library doc. You can dynamically set client customer ID by calling SetCustomerId()function. Cheers, Ray On Friday, March 7, 2014 8:13:56 AM UTC-5, Mike Young wrote: > > My question is the same exactly what was

Pull campaign stats for one MCC with sub accounts

2014-03-07 Thread Mike Young
My question is the same exactly what was posted two years ago that is below. I have tried everything.how can I change the getcampaignstats.php or another file such as Downloadreportcriteria.php and hard code the *ClientCustomerId*. I will then use this many times each with a different *Clie