AdWords API Info Service getUnitCountForClients

2009-06-05 Thread pedro
Does anyone have a simple working example in java for using getUnitCountForClients I keep getting error "Either this object does not exist, or this user does not have permission to access it." --~--~-~--~~~---~--~~ You received this message because you are subs

AdWords API getUnitCountForMethod

2009-06-05 Thread pedro
Has anyone got this to work properly in a multi level account environment? The figures that I getting are much lower than I get for getUnitCount and I am pretty sure that the method I am passing (to the method) is the method that is using most of the units? --~--~-~--~~~--

AdWords API Re: TV ads

2009-06-05 Thread AdWords API Advisor
Hello Tim, I did hear back from the reports engineering team, and yes, you are getting an empty creativeType attribute back because it's a TV Ad. All TV Ads will come back with an empty creativeType. Unfortunately, that isn't to say that whenever you see an empty creativeType it necessarily co

AdWords API Re: addAdGroup failed validation

2009-06-05 Thread AdWords API Advisor
Hello Albin, The underlying fault in the SOAP XML returned from the AdWords API should have something like a element, and inside that should be a explaining which field caused validation to fail. Off the top of my head, I'm not sure how .NET deserializes this info; the easiest way to find out

AdWords API Re: Info Service getUnitCountForClients

2009-06-05 Thread AdWords API Advisor
Hello Pedro, Are you using the Java client library (http://code.google.com/p/ google-api-adwords-java/) or are you generating your own Java classes from the WSDLs? Assuming that you're using the Java client library, this code sample illustrates making a call to another InfoService method, and yo

AdWords API Re: getUnitCountForMethod

2009-06-05 Thread AdWords API Advisor
Hello Pedro, This blog post, and the Java sample code it links to, sounds like what you're looking for: http://adwordsapi.blogspot.com/2009/03/better-know-service-infoservice.html Cheers, -Jeff Posnick, AdWords API Team On Jun 5, 10:51 am, pedro wrote: > Has anyone got this to work proper

AdWords API Iterate through XML Object

2009-06-05 Thread rwhite35
Hello, I've created a Search Query report and want output the content of an XML object for this report. The XML object is created with PHP 5, SimpleXML function. The report contains all the data I want, print_r outputs the SimpleXMLObject structure and its all there. But if I want to target th