Yes... that's unfortunately a longstanding issue. I'd recommend just using the Sandbox report's service as a way of testing your scheduling/ retrieval code, and if you need to exercise your report parsing code to inject a real report (scheduled via the web interface or the Production AdWords API) into your workflow and go against that.
Cheers, -Jeff Posnick, AdWords API Team On Aug 25, 10:18 pm, y2beck <[EMAIL PROTECTED]> wrote: > Hello, > > Can someone guide me on returning random data when using Report > Service via Sandbox? I keep getting an empty XML data set. > > See the returned XML below. > > Thanks > > <report> > <table> > <columns> > <column name="campaign"/> > <column name="adgroup"/> > <column name="agStatus"/> > <column name="imps"/> > <column name="clicks"/> > <column name="ctr"/> > <column name="cpc"/> > <column name="cost"/> > <column name="pos"/> > </columns> > <rows/> > </table> > <totals> > <grandtotal imps="0" clicks="0" ctr="0.0" cpc="0" cost="0" pos="0.0"/> > </totals> > </report> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---