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.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13