Re: Different xml output with v13 ReportService and v2010 ReportDefinitionService

2010-06-11 Thread AdWords API Advisor
Hi Christopher,

The v201003 ReportDefinitionService and v13 ReportService are based on
different technologies, and the generated reports are not designed to
be interchangeable.  Since cross-client reporting is not yet available
in the v201003 service all reports are run at the client level.
Currently not all fields available in the v13 reports are available in
the v201003 reports, but we are working on closing that gap.

Best,
- Eric Koleda, AdWords API Team

On Jun 8, 5:26 am, christopher22  wrote:
> Hello,
>
> I've been working on a project where we would like to create Word
> documents from our Adwords campaigns. This project started four months
> ago (beginning of february). At that time the only way to generate a
> report was using the ReportService from Google Adwords API V13.
>
> Since a few weeks I noticed that Adwords API V201003 (beta) supports
> the same functionality using ReportDefinitionService. At the moment
> i'm able to generate a xml file with V2010 but the output doesn't look
> like the one from V13.
>
> In V13 I would have the following columns: "acctname", "campaign",
> "adgroup", "keywordid", "keyword", "kwType",
> adDistributionWithSearchPartners", "imps", "clicks", "ctr", "cpc",
> "cpm", "cost", "pos", "conv", "convRate", "costPerConv"
>
> But in V2010 I get the following columns: "conv1perclick", "ctr",
> "impressions", "clicks", "convrate1perclick", "cost", "avgposition",
> "adgroup", "campaign", "keyword", "avgCPC", "costconv1perclick",
> "avgCPM", "keywordID", "adgroupID"
>
> Also in V13 a row would look like:
>  keywordid="1234567" keyword="my keyword" kwType="Broad"
> adDistributionWithSearchPartners="Google Search" imps="10" clicks="5"
> ctr="0.1234567" cpc="0" cpm="0" cost="0" pos="0.1234567" conv="0"
> convRate="0.0" costPerConv="0" />
>
> Where as in V2010 a row looks like:
>  convrate1perclick="0.00%" cost="€0.00" avgposition="0.0" adgroup="my
> adgroup" matchtype="Broad" campaign="my campaign" keyword="my keyword"
> avgCPC="€0.00" costconv1perclick="€0.00" avgCPM="€0.00"
> keywordID="1234567" adgroupID="1103538797" />
>
> My first question regarding to this all is how can these two reports
> be so different? Is it because i'm able to use "crossClient" in V13
> which enables me to create a XML report with my MCC account. I read
> this functionality is not yet available in V201003 (beta). So with
> V2010 i'm generating a report using the client account instead of the
> MCC account?
>
> My second question is i'm unable to find
> "adDistributionWithSearchPartners" in V201003 (beta). I used the
> get_report_fields from my Python client library to find out which
> fields are available. But I was unable to find this field.
>
> The final question I have is regarding to values "cost", "avgCPC",
> "costconv1perclick" why do these fields have €0.00 instead of just 0
> like in V13?
>
> Kind regards,
>
> Christopher

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Different xml output with v13 ReportService and v2010 ReportDefinitionService

2010-06-08 Thread christopher22
Hello,

I've been working on a project where we would like to create Word
documents from our Adwords campaigns. This project started four months
ago (beginning of february). At that time the only way to generate a
report was using the ReportService from Google Adwords API V13.

Since a few weeks I noticed that Adwords API V201003 (beta) supports
the same functionality using ReportDefinitionService. At the moment
i'm able to generate a xml file with V2010 but the output doesn't look
like the one from V13.

In V13 I would have the following columns: "acctname", "campaign",
"adgroup", "keywordid", "keyword", "kwType",
adDistributionWithSearchPartners", "imps", "clicks", "ctr", "cpc",
"cpm", "cost", "pos", "conv", "convRate", "costPerConv"

But in V2010 I get the following columns: "conv1perclick", "ctr",
"impressions", "clicks", "convrate1perclick", "cost", "avgposition",
"adgroup", "campaign", "keyword", "avgCPC", "costconv1perclick",
"avgCPM", "keywordID", "adgroupID"

Also in V13 a row would look like:


Where as in V2010 a row looks like:


My first question regarding to this all is how can these two reports
be so different? Is it because i'm able to use "crossClient" in V13
which enables me to create a XML report with my MCC account. I read
this functionality is not yet available in V201003 (beta). So with
V2010 i'm generating a report using the client account instead of the
MCC account?

My second question is i'm unable to find
"adDistributionWithSearchPartners" in V201003 (beta). I used the
get_report_fields from my Python client library to find out which
fields are available. But I was unable to find this field.

The final question I have is regarding to values "cost", "avgCPC",
"costconv1perclick" why do these fields have €0.00 instead of just 0
like in V13?

Kind regards,

Christopher

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en