Converting V13 Structure Reports Ad_Performance_Report "Budget"?

2012-01-17 Thread Reed
In the V13 Structure Report if I got ad info via
Creative

I could include a column for budget information
DailyBudget
which was returned as an element named "budget"

I cannot find this option in the v201109 Ad_Performance_Report.

Also, in the docs for v201109 Ad_Performance_report the item "AdType"
has an enumeration of "DEPRECATED_AD" - does this mean I shouldn't be
using it?  if so, what should I be using to get the ad type. Note that
I am specifying 0 Impressions so that I get the equivalent of the V13
information - data on all ads whether they were served or not in the
specified time period.

thanks!
Reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Converting V13 Structure Reports Ad_Performance_Report "Budget"?

2012-01-19 Thread Reed Powell
ping?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Converting V13 Structure Reports Ad_Performance_Report "Budget"?

2012-01-30 Thread Eric Koleda
Hi Reed,

As per the report migration page, we've normalized the data in such a way 
that fields are only available on the report they really belong to:

http://code.google.com/apis/adwords/docs/reportguide.html#normalization

An ad doesn't have a budget, so the report doesn't include that field. 
 However a campaign does have a budget, and the "Amount" field is available 
there for this purpose.

The value DEPRECATED_AD corresponds to the DeprecatedAd type:

http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.DeprecatedAd.html

Deprecated ads cannot be created or updated, only deleted.

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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