DailySummary Data Object - Campaign Management

Defines a data object for a summary of the offline conversion reports for the day.

Syntax

<xs:complexType name="DailySummary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="FailureCount" type="xs:int" />
    <xs:element minOccurs="0" name="FileUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileUrlExpiryTimeUtc" type="xs:dateTime" />
    <xs:element minOccurs="0" name="SuccessCount" type="xs:int" />
    <xs:element minOccurs="0" name="UploadDate" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>

Elements

The DailySummary object has the following elements: FailureCount, FileUrl, FileUrlExpiryTimeUtc, SuccessCount, UploadDate.

Element Description Data Type
FailureCount The number of failed conversions. int
FileUrl The URL of the report. string
FileUrlExpiryTimeUtc The expiry time of the report in UTC time. dateTime
SuccessCount The number of successful conversions. int
UploadDate The date of the report in local time. dateTime

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GetOfflineConversionReports