Danial, I noticed Google made progress with fixing DSA ads reporting in another thread on the forum. Will a column be exposed for "Automatic" vs "Managed" property?
In this thread it was suggested that via the following logic, Automatic vs Managed property can be defined. '------------------------------------------------------------------------------------------------------ ' 10-25-13 Fix for Automatic vs Managed Placements, via use of the Id/criterionID which will be empty ' or with 3000000 when it is an automatic placement vs a managed '------------------------------------------------------------------------------------------------------ If sColumnNames(nCount).ToLower = "criterionid" Then If reader.GetAttribute(sColumnNames(nCount)) = "--" Or reader.GetAttribute(sColumnNames(nCount)) = "3000000" Then sData(nCount) = "Automatic" Else sData(nCount) = "Managed" End If End If Have a wonderful Halloween, DK On Monday, October 14, 2013 11:12:56 AM UTC-4, Danial Klimkin wrote: > > Hello DK, > > > Thanks for bringing this up. I'll check if we can have a separate column > for this property. > > > -Danial, AdWords API Team. > > > On Monday, October 14, 2013 4:04:49 PM UTC+4, okieb...@gmail.com wrote: >> >> Happy Columbus Day Google API Team - Quick Question on V201309 and >> PLACEMENT_PERFORMANCE_REPORT? >> Looking for proper reportDefinition to obtain "Managed" vs "Automatic" >> placements field - available via the "Status" column in UI and as >> documented here: http://goo.gl/oJV9Te. Do I need to continue to use two >> reports: PLACEMENT_PERFORMANCE_REPORT for Managed placements and >> AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT? >> >> DK >> >> On Friday, October 11, 2013 11:30:53 AM UTC-4, okieb...@gmail.com wrote: >>> >>> Reading the release notes for V201309, I was excited to see >>> >>> Placement Performance Report- Automatic placements are now included in >>> this report. >>> >>> I am now attempting to identify automatic versus managed placements >>> within this report. So I started at the UI and used the tab “Display >>> Network” and then navigated to “Placements”. Noted the column “Status” >>> provided me with the information and looked into the documentation for the >>> report >>> type <http://goo.gl/AoJ0lQ> and found the API field name. So I created >>> the following report, and low and behold the API output gave me the values >>> Paused, Deleted or Active for this and not the Managed, Automatic. >>> >>> What should my report definition look like to get column that designates >>> a managed vs. automatic placement, like the "Status" column in the UI? >>> >>> >>> <reportDefinition> >>> >>> <selector> >>> >>> <fields>Date</fields> >>> >>> <fields>AdNetworkType1</fields> >>> >>> <fields>Status</fields> >>> >>> <fields>CampaignName</fields> >>> >>> <fields>AdGroupName</fields> >>> >>> <fields>DestinationUrl</fields> >>> >>> <fields>CriteriaDestinationUrl</fields> >>> >>> <fields>PlacementUrl</fields> >>> >>> <fields>DisplayName</fields> >>> >>> <fields>Cost</fields> >>> >>> <fields>Impressions</fields> >>> >>> <fields>Clicks</fields> >>> >>> <fields>Conversions</fields> >>> >>> <fields>ViewThroughConversions</fields> >>> >>> <fields>Ctr</fields> >>> >>> <fields>AverageCpc</fields> >>> >>> <fields>ConversionRate</fields> >>> >>> <fields>CostPerConversion</fields> >>> >>> <fields>ConversionsManyPerClick</fields> >>> >>> <fields>ConversionValue</fields> >>> >>> - <dateRange> >>> >>> <min>20131001</min> >>> >>> <max>20131001</max> >>> >>> </dateRange> >>> >>> </selector> >>> >>> <reportName>Custom PLACEMENT_PERFORMANCE_REPORT</reportName> >>> >>> <reportType>PLACEMENT_PERFORMANCE_REPORT</reportType> >>> >>> <dateRangeType>CUSTOM_DATE</dateRangeType> >>> >>> <downloadFormat>XML</downloadFormat> >>> >>> </reportDefinition> >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.