Reporting Service (v11) - Can we retrieve sandbox data using reporting service ?

23 views
Skip to first unread message

mandy

unread,
Dec 19, 2007, 6:14:46 AM12/19/07
to AdWords API Forum
Hi,

Is it possible to retrieve performance of sandbox account using
reporting service or else we need to always use LIVE account for
this ?

Thanks,
Mandy

AdWords API Advisor

unread,
Dec 19, 2007, 2:45:58 PM12/19/07
to AdWords API Forum
Hello Mandy,

When you run a report via the Sandbox's Report Service the report
should come back populated with random data. If you need actual data,
you're going to have to go against the production environment.

See

http://www.google.com/apis/adwords/developer/adwords_api_sandbox.html#reportservice

for more info.

Cheers,
-Jeffrey Posnick, AdWords API Team

Leif Matthiessen

unread,
Dec 20, 2007, 3:46:14 AM12/20/07
to AdWords API Forum
The help says: "All Sandbox report jobs contain generic, mock data,
unrelated to any live accounts."

However, my Sandbox reports are empty. I am using getTsvReport() from
Report.php.
They only contain the column names.

On Dec 19, 8:45 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hello Mandy,
>
> When you run a report via the Sandbox's Report Service the report
> should come back populated with random data. If you need actual data,
> you're going to have to go against the production environment.
>
> See
>
> http://www.google.com/apis/adwords/developer/adwords_api_sandbox.html...

Miha

unread,
Dec 24, 2007, 5:02:08 AM12/24/07
to AdWords API Forum
I also got empty reports from sandbox.

To Google API team: is there any chance that you fill reports with
data? It would be easier to understand report structure if we have
some date in it.

regards,
Miha

On Dec 20, 9:46 am, Leif Matthiessen <leif.matthies...@gbg-ag.com>
wrote:

AdWords API Advisor

unread,
Dec 27, 2007, 11:45:35 AM12/27/07
to AdWords API Forum
Can you clarify whether you are running reports against Sandbox
accounts that have existing campaigns, ad groups, creatives, and
criteria already uploaded to them? Or are the reports run against
"fresh", empty Sandbox accounts?

Cheers,
-Jeff Posnick, AdWords API Team

Kris

unread,
Jan 3, 2008, 6:51:57 AM1/3/08
to AdWords API Forum
Same problem.

getAllJobs returns an array of 4 job (not 8 as stated in documentation
- see http://www.google.com/apis/adwords/developer/adwords_api_sandbox.html#reportservice).

One of them is completed (report [33]) and returns
https://sandbox.google.com/sandboxreports/custom.xml as result URL.
This XML is without any specific data (just table header and summary
row).

I've created a report (in Java):
job.setName("Report_fixstatus=Completed");
job.setIncludeZeroImpression(true);
job.setSelectedReportType("Creative");
job.setAggregationTypes(new String[] { "Daily" });
job.setSelectedColumns(new String[] { "CampaignId", "AdGroupId",
"KeywordId", "CreativeId", "Impressions", "CPC",
"AveragePosition", "Clicks" });
and it returns URL https://sandbox.google.com/sandboxreports/defined.xml
But, the XML from this URL is exactly the same as the one for "report
[33]" - neither columns are changed, nor random data is inserted.

Leif Matthiessen

unread,
Jan 10, 2008, 5:02:22 AM1/10/08
to AdWords API Forum
I created campaigns with ad groups, ads and keywords aka criteria.
In Sandbox mode the report takes 2 minutes, although it is empty.
In production environment, which contains more data, reporting is
about thrice as fast.

On Dec 27 2007, 5:45 pm, AdWords API Advisor

GAD

unread,
Jan 18, 2008, 6:02:38 AM1/18/08
to AdWords API Forum
Same problem here!!! The only report that is completed (33) is empty =
https://sandbox.google.com/sandboxreports/custom.xml , which is really
bad. I can't find any way to get the "random, mock data" they're
talking about in the manual.

On Jan 10, 11:02 am, Leif Matthiessen <leif.matthies...@gbg-ag.com>
wrote:

AdWords API Advisor

unread,
Feb 4, 2008, 1:58:44 PM2/4/08
to AdWords API Forum
I've asked the documentation team to update the V11+ docs to reflect
the fact that there are only four sample reports returned in the
Sandbox now, as opposed to eight in V10-. This should be reflected in
the next push.

As for the actual contents (or lack thereof...) of the sample reports,
I'll have to look into whether anything changed between V10 and V11.

Cheers,
-Jeff Posnick, AdWords API Team


On Jan 18, 6:02 am, GAD <gdy...@gmail.com> wrote:
> Same problem here!!! The only report that is completed (33) is empty =https://sandbox.google.com/sandboxreports/custom.xml, which is really

findchris

unread,
Mar 14, 2008, 4:37:48 PM3/14/08
to AdWords API Forum
Any update on this? Have data (even mock data) is far more useful for
developers to test XML parsing than the empty reports currently
generated. I am using the ReportService to run a Keyword
DefinedReportJob, and the report at https://sandbox.google.com/sandboxreports/defined.xml
(it's always there) is always void of any data, making it far less
useful than it could be.

Thanks,
Chris

On Feb 4, 11:58 am, AdWords API Advisor <adwordsapiadvi...@google.com>

fco.salazar

unread,
Apr 24, 2008, 2:55:30 PM4/24/08
to AdWords API Forum
I have the same error, i'm running the sample schedule report and i
receive an empty xml (only with header no fake data), could be great
for us if we can see some data in the sample reports
Thanks

On Mar 14, 3:37 pm, findchris <findch...@gmail.com> wrote:
> Any update on this? Have data (even mock data) is far more useful for
> developers to test XML parsing than the emptyreportscurrently
> generated. I am using the ReportService to run a Keyword
> DefinedReportJob, and the report athttps://sandbox.google.com/sandboxreports/defined.xml
> (it's always there) is always void of any data, making it far less
> useful than it could be.
>
> Thanks,
> Chris
>
> On Feb 4, 11:58 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
>
> > I've asked the documentation team to update the V11+ docs to reflect
> > the fact that there are only four samplereportsreturned in the
> >Sandboxnow, as opposed to eight in V10-. This should be reflected in
> > the next push.
>
> > As for the actual contents (or lack thereof...) of the samplereports,
> > I'll have to look into whether anything changed between V10 and V11.
>
> > Cheers,
> > -Jeff Posnick, AdWords API Team
>
> > On Jan 18, 6:02 am, GAD <gdy...@gmail.com> wrote:
>
> > > Same problem here!!! The only report that is completed (33) is empty =https://sandbox.google.com/sandboxreports/custom.xml, which is really
> > > bad. I can't find any way to get the "random, mock data" they're
> > > talking about in the manual.
>
> > > On Jan 10, 11:02 am, Leif Matthiessen <leif.matthies...@gbg-ag.com>
> > > wrote:
>
> > > > I created campaigns with ad groups, ads and keywords aka criteria.
> > > > InSandboxmode the report takes 2 minutes, although it is empty.
> > > > In production environment, which contains more data, reporting is
> > > > about thrice as fast.
>
> > > > On Dec 27 2007, 5:45 pm, AdWords API Advisor
>
> > > > <adwordsapiadvi...@google.com> wrote:
> > > > > Can you clarify whether you are runningreportsagainstSandbox
> > > > > accounts that have existing campaigns, ad groups, creatives, and
> > > > > criteria already uploaded to them? Or are thereportsrun against

AdWords API Advisor

unread,
Apr 30, 2008, 2:54:33 PM4/30/08
to AdWords API Forum
I've let the folks responsible for the Sandbox environment know that
sample Sandbox reports populated with meaningful data would be
appreciated by the developer community.

Cheers,
-Jeff Posnick, AdWords API Team


Reply all
Reply to author
Forward
0 new messages