http://adgear.com/api/schemas/xml#input
element publisher_campaign

Documentation
				Entity used when creating or updating a publisher campaign in AdGear
		
Properties
This component is not nillable.

Model
<publisher_campaign>
(name? ; advertiser_name? ; industry_name? ; start_at? ; end_at?)
</publisher_campaign>


Nested Element Summary
xs:stringadvertiser_name
           The name of the advertiser this campaign belongs to ; You may specify a new name to auto-create that advertiser in AdGear, or use the exact name of an existing advertiser to associate this campaign under them.  
xs:dateTimeend_at
           The default end time for the campaign's placements  
xs:stringindustry_name
           The name of the industry this campaign / campaign's advertiser belongs to ; You may specify a new name to auto-create that industry in AdGear, or use the exact name of an existing industry to associate this campaign under it.  
xs:stringname
           The name of the campaign  
xs:dateTimestart_at
           The default start time for the campaign's placements  
Source
<xs:element name="publisher_campaign">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="advertiser_name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="industry_name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="start_at" type="xs:dateTime">
</xs:element>
<xs:element minOccurs="0" name="end_at" type="xs:dateTime">
</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.