http://www.FatTail.com/api
ThirdPartyMetric Complex Type
http://www.FatTail.com/api : ThirdPartyMetric Complex Type
Description
Information for the configured third party adserver metric.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ThirdPartyMetric Extension of AdBookConnectEntity Complex Type
Information for the configured third party adserver metric.
Sequence
MetricName optional xs:string
Name of the configured third party metric.
ThirdPartyAdServerID optional xs:long
System ID for the ThirdPartyAdServer the ThirdPartyMetric is associated with.
ThirdPartyMetricID optional xs:long
AdBook system ID associated with the third party metric name.
Used By
ThirdPartyMetric Element
ThirdPartyMetric Element
Source
<xs:complexType name="ThirdPartyMetric" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q581="http://www.FatTail.com/api" base="q581:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="MetricName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Name of the configured third party metric.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ThirdPartyAdServerID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the ThirdPartyAdServer the ThirdPartyMetric is associated with.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ThirdPartyMetricID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;AdBook system ID associated with the third party metric name.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api