hockeyprincess / google-api-dfp-php

Automatically exported from code.google.com/p/google-api-dfp-php
Apache License 2.0
0 stars 0 forks source link

Ad Unit Sizes #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use the getAdUnitSizesByStatement in Inventory service to fetch ad unit size 
details
2. get all sizes
3. use this:
   $vars = MapUtils::GetMapEntries(
      array('targetPlatform' => new TextValue('WEB')));

  // Create a statement to only select web ad units sizes.
  $filterStatement = new Statement("WHERE targetPlatform = :targetPlatform ", $vars);

What is the expected output? What do you see instead?
I want to see all ad unit sizes defined only by dfp, not custom.

What version of the product are you using? On what operating system?
I am using v201203.

Please provide any additional information below.

I am getting all ad unit sizes. I want only the dfp defined ad unit sizes not 
custom sizes created by us.
What the parameter we will use to filter the above.

Original issue reported on code.google.com by testwork...@gmail.com on 19 Jun 2012 at 1:10

GoogleCodeExporter commented 8 years ago

Original comment by aro...@google.com on 2 Jul 2012 at 2:47

GoogleCodeExporter commented 8 years ago
Not supported right now, also not a client library issue, but a DFP API issue, 
see:
https://groups.google.com/d/topic/google-doubleclick-for-publishers-api/UyAXipjl
IJ8/discussion

Original comment by vt...@google.com on 13 Aug 2012 at 6:45