Re: CampaignService calls using parent MCC

2014-05-01 Thread Ray Tsang (AdWords API Team)
Mark, Yup - that's certainly one way that you can approach it. Cheers, Ray On Wednesday, April 30, 2014 5:57:08 PM UTC-4, Mark R wrote: Thanks Ray. So just to clarify, my best route would be calling the ManagedCustomerService interface to get all the CustomerIds under the MCC, then

CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Hey Folks, I am trying to pull the start and end dates for campaigns under an MCC using the CampainService interface, but it consistently returning null. From what I've read, these values are not available through any of the current reports, so I believe this service is the only way to get

Re: CampaignService calls using parent MCC

2014-04-30 Thread Ray Tsang (AdWords API Team)
Mark, You should specific a client customer ID if you haven't done so. Parent MCC can access descendant AdWords accounts if you specify the client customer ID. Thanks, Ray On Wednesday, April 30, 2014 12:25:31 PM UTC-4, Mark R wrote: Hey Folks, I am trying to pull the start and end

Re: CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Thanks Ray. So just to clarify, my best route would be calling the ManagedCustomerService interface to get all the CustomerIds under the MCC, then iterate through those, calling my CampaignService interface? -Mark On Wednesday, April 30, 2014 9:25:31 AM UTC-7, Mark R wrote: Hey Folks, I