Hi there.
> > > Another approach would be to compile a dozen or so sample reports and
> > > post them somewhere for folks to download, but there are millions of
> > > possible report type, aggregation, and column combinations, without
> > > even getting into date ranges. It would be hard to come up with a
> > > representative set of reports that would make everyone happy.
I think this is the best way to resolve this problem in a first time.
And not a dozen, just 1 or 2 files would be ok.
Another solution could be publishing of DTD or schema of this XML
file. I can generate report's myself if I know how this file should be
done.
For example <rows></rows> element. What elements should it contain?
<rows>
<column name="name">value</column>
...
</rows>
or maybe
<rows>
<column name="name" value="value"/>
...
</rows>
or:
<rows>
<column>
<name>name</name>
<value>value</value>
</column>
...
</rows>
Maybe there are lots of other elements not only <columns> and <rows>.
If this information is provided by any doc file I'm sorry for my
inattention.
-----------
Some keywords, so ppl could find this thread via search:
defined.xml.gz custom.xml report sandbox
Best regards to everyone.
On 13 апр, 23:53, AdWords API Advisor <
adwordsapiadvi...@google.com>