Hello All,

Good news. With v201406 you can filter automatic placements with IsRestrict 
field. See the reports reference for details on this new field:

  https://developers.google.com/adwords/api/docs/appendix/reports#placement

In short, to get a list of automatic placements, filter by: "IsRestrict" == 
false AND "status = DELETED".


-Danial, AdWords API Team.


On Thursday, January 9, 2014 7:50:54 PM UTC+4, Zweitze wrote:
>
> Today I needed this myself - but I needed to filter the automatic 
> placements out, and the wonderful migration guide is completely silent... 
> again.
>
> Anyway, to get a placement report on managed placements (and not automatic 
> placements), add a predicate on field "Id", operator NOT_EQUALS, and 
> value.... 0 (!!!)
>
> Yes, that took a long time to figure out: in the reports field Id has the 
> value "--" for automatic placements.
>
>
>
> On Friday, October 25, 2013 4:57:02 PM UTC+2, [email protected] wrote:
>>
>> So far so good using your suggested logic for the criterionID value and 
>> running the PLACEMENT_PERFORMANCE_REPORT! 
>> Thanks for your assistance - have a wonderful weekend!
>>
>> On Monday, October 21, 2013 2:15:46 PM UTC-4, Zweitze wrote:
>>>
>>> You could try to make the distinction with column Id.
>>> Managed placements have ids, but automatic placements do not have ids. 
>>> So when it's empty (or has the magical value 3000000) it is an automatic 
>>> placement, otherwise a managed placement.
>>>
>>> Note I haven't tested this, I noticed the distinction from working with 
>>> other reports.
>>> If you do test, please share the results.
>>>
>>>
>>>
>>>
>>> Op vrijdag 11 oktober 2013 17:30:53 UTC+2 schreef [email protected]:
>>>>
>>>> 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 Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to