CampaignReportScope Data Object
Defines a campaign to include in the report.
<xs:complexType name="CampaignReportScope"> <xs:sequence> <xs:element name="ParentAccountId" type="xs:long" /> <xs:element name="CampaignId" type="xs:long" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type | Required/Optional |
|---|---|---|---|
CampaignId | The identifier of the campaign to limit the scope to. | long | Required |
ParentAccountId | The identifier of the account that the campaign belongs to. | long | Required |