Edit

OfflineGoalDailySummary Data Object - Campaign Management

Defines a data object for the granular, date-specific metrics for a conversion goal.

Syntax

<xs:complexType name="OfflineGoalDailySummary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="GoalId" type="xs:long" />
    <xs:element minOccurs="0" name="UploadDate" type="xs:dateTime" />
    <xs:element minOccurs="0" name="SuccessCount" type="xs:int" />
    <xs:element minOccurs="0" name="UnattributedCount" type="xs:int" />
    <xs:element minOccurs="0" name="SuccessRate" type="xs:decimal" />
    <xs:element minOccurs="0" name="Alerts" nillable="true" type="tns:ArrayOfOfflineConversionAlert" />
  </xs:sequence>
</xs:complexType>

Elements

The OfflineGoalDailySummary object has the following elements: Alerts, GoalId, SuccessCount, SuccessRate, UnattributedCount, UploadDate.

Element Description Data Type
Alerts Error alerts specific to this date's uploads. OfflineConversionAlert array
GoalId The unique identifier for the conversion goal. long
SuccessCount Successful conversions for this specific date. int
SuccessRate The success rate for this specific date, up to 6 decimal places. decimal
UnattributedCount Unattributed or failed conversions for this specific date. int
UploadDate The specific date the conversions were processed. dateTime

Requirements

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

Used By

OfflineGoalConversionSummary