http://adgear.com/api/schemas/xml#output
element publisher_placement

Documentation
				Entity used when reading a publisher placement in AdGear
		
Properties
This component is not nillable.

Model
<publisher_placement>
(id ; type ; name ; format_id ; scheduling_priority ; weekly_periods_schedule_relativity ; weekly_periods_schedule ; placement_rules ; placement_objective ; frequency_cap ; targeting_rule? ; targeting_type ; targeting_wizard? ; selection_mechanism_type ; placement_memberships ; tile_name ; state ; clicks_count ; impressions_count ; created_at ; updated_at ; _urls)
</publisher_placement>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:longclicks_count
           Count of clicks of the placement  
adgear:dateTimecreated_at
           Timestamp of the creation of the entity  
adgear:longformat_id
           AdGear's internal ID of the format of the placement  
adgear:frequency_capfrequency_cap
           The frequency cap to be enforced on ths placement ; If nil or not defined, indicates no frequency cap in effect  
adgear:longid
           AdGear's internal ID of the placement  
adgear:longimpressions_count
           Count of impressions of the placement  
adgear:stringname
           The name of the placement  
adgear:placement_membershipsplacement_memberships
           The placement memberships specifying which ad unit(s) are to be served when this placement is picked, and their selection mechanism attributes ; Used in conjunction with selection_mechanism_type  
adgear:placement_objectiveplacement_objective
           Objective for this placement, defining such attributes as billing start and end dates, and delivery goals  
adgear:placement_rulesplacement_rules
           The rules specifying which inventory entities are desired to be booked under this placement ; Specified as a series of inclusion and exclusion rules  
adgear:longscheduling_priority
           Delivery and scheduling priority of this placement compared to other competing placements  
adgear:stringselection_mechanism_type
           The selection mechanism to be used when deciding between multiple ad units attached to the placement  
adgear:stringstate
           The state of the placement (example: active, deleted, archived)  
adgear:stringtargeting_rule
           The targeting rule the placement must qualify for before serving ; See the dedicated documentation of AdGear's targeting language for valid targeting rule constructs and syntax  
adgear:targeting_typetargeting_type
           The type of targeting rule that's required of this placement.  
adgear:stringtargeting_wizard
           The targeting wizard the placement must qualify for before serving ; See the dedicated documentation of AdGear's targeting language for valid targeting rule constructs and syntax  
adgear:stringtile_name
           The name of a tile group the placement belongs to, if any ; Multiple placements, within the same campaign, belonging to the same tiling group (keyed by name) will be served in a "tiling" setup by AdGear where possible  
adgear:stringtype
           AdGear's internal type of the placement  
adgear:dateTimeupdated_at
           Timestamp of the last-modification of the entity  
adgear:stringweekly_periods_schedule
           A string of exactly 168 characters, each "0" or "1" indicating whether this placement can be served during the given hour in the week or not ; Is logically divided into 7 consequtive days of 24 hours each (hence the 168) ; First day is Sunday ; An empty weekly_periods_schedule is logically the same as the string filled with 168 "1"s ; Used in conjunction with weekly_periods_relativity  
adgear:stringweekly_periods_schedule_relativity
           The "relativity" of the specified weekly periods schedule, if any ; Leave blank to indicate that the weekly periods schedule is relative to the browsing user's local time ; Set to a valid Timeone name to indicate the weekly periods schedule is relative to the given fixed time zone ; Used in conjunction with weekly_periods_schedule  
Source
<xs:element name="publisher_placement">
<xs:complexType>
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="format_id" type="adgear:long">
</xs:element>
<xs:element name="scheduling_priority" type="adgear:long">
</xs:element>
<xs:element name="weekly_periods_schedule_relativity" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="weekly_periods_schedule" type="adgear:string">
</xs:element>
<xs:element name="placement_rules" type="adgear:placement_rules">
</xs:element>
<xs:element name="placement_objective" type="adgear:placement_objective">
</xs:element>
<xs:element name="frequency_cap" nillable="true" type="adgear:frequency_cap">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="targeting_rule" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="targeting_type" nillable="true" type="adgear:targeting_type">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="targeting_wizard" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="selection_mechanism_type" type="adgear:string">
</xs:element>
<xs:element name="placement_memberships" type="adgear:placement_memberships">
</xs:element>
<xs:element name="tile_name" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="state" type="adgear:string">
</xs:element>
<xs:element name="clicks_count" type="adgear:long">
</xs:element>
<xs:element name="impressions_count" type="adgear:long">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
<xs:element name="_urls" type="adgear:_urls">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.