|
194 | 194 | <xs:enumeration value="Subscriptions" /> |
195 | 195 | <xs:enumeration value="PostInstallSubscriptionRate" /> |
196 | 196 | <xs:enumeration value="CPS" /> |
| 197 | + <xs:enumeration value="NewCustomerConversions" /> |
| 198 | + <xs:enumeration value="NewCustomerRevenue" /> |
| 199 | + <xs:enumeration value="NewCustomerConversionRate" /> |
| 200 | + <xs:enumeration value="NewCustomerCPA" /> |
| 201 | + <xs:enumeration value="NewCustomerReturnOnAdSpend" /> |
197 | 202 | </xs:restriction> |
198 | 203 | </xs:simpleType> |
199 | 204 | <xs:element name="AccountPerformanceReportColumn" nillable="true" type="tns:AccountPerformanceReportColumn" /> |
|
981 | 986 | <xs:enumeration value="Subscriptions" /> |
982 | 987 | <xs:enumeration value="PostInstallSubscriptionRate" /> |
983 | 988 | <xs:enumeration value="CPS" /> |
| 989 | + <xs:enumeration value="NewCustomerConversions" /> |
| 990 | + <xs:enumeration value="NewCustomerRevenue" /> |
| 991 | + <xs:enumeration value="NewCustomerConversionRate" /> |
| 992 | + <xs:enumeration value="NewCustomerCPA" /> |
| 993 | + <xs:enumeration value="NewCustomerReturnOnAdSpend" /> |
984 | 994 | </xs:restriction> |
985 | 995 | </xs:simpleType> |
986 | 996 | <xs:element name="CampaignPerformanceReportColumn" nillable="true" type="tns:CampaignPerformanceReportColumn" /> |
|
2473 | 2483 | <xs:enumeration value="AllConversionsQualified" /> |
2474 | 2484 | <xs:enumeration value="ViewThroughConversionsQualified" /> |
2475 | 2485 | <xs:enumeration value="ViewThroughRevenue" /> |
| 2486 | + <xs:enumeration value="CampaignType" /> |
| 2487 | + <xs:enumeration value="AssetGroupId" /> |
| 2488 | + <xs:enumeration value="AssetGroupName" /> |
| 2489 | + <xs:enumeration value="AssetGroupStatus" /> |
2476 | 2490 | </xs:restriction> |
2477 | 2491 | </xs:simpleType> |
2478 | 2492 | <xs:element name="GoalsAndFunnelsReportColumn" nillable="true" type="tns:GoalsAndFunnelsReportColumn" /> |
|
2481 | 2495 | <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter" /> |
2482 | 2496 | <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" /> |
2483 | 2497 | <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter" /> |
| 2498 | + <xs:element minOccurs="0" name="AssetGroupStatus" nillable="true" type="tns:AssetGroupStatusReportFilter"> |
| 2499 | + <xs:annotation> |
| 2500 | + <xs:appinfo> |
| 2501 | + <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /> |
| 2502 | + </xs:appinfo> |
| 2503 | + </xs:annotation> |
| 2504 | + </xs:element> |
2484 | 2505 | <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter" /> |
2485 | 2506 | <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter" /> |
2486 | 2507 | <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter" /> |
|
4499 | 4520 | <xs:enumeration value="WeekStartingMonday" /> |
4500 | 4521 | <xs:enumeration value="MarketplaceClickCoverage" /> |
4501 | 4522 | <xs:enumeration value="Country" /> |
| 4523 | + <xs:enumeration value="ProportionOfSpend" /> |
4502 | 4524 | </xs:restriction> |
4503 | 4525 | </xs:simpleType> |
4504 | 4526 | <xs:element name="CategoryClickCoverageReportColumn" nillable="true" type="tns:CategoryClickCoverageReportColumn" /> |
|
4511 | 4533 | </xs:sequence> |
4512 | 4534 | </xs:complexType> |
4513 | 4535 | <xs:element name="CategoryClickCoverageReportFilter" nillable="true" type="tns:CategoryClickCoverageReportFilter" /> |
| 4536 | + <xs:complexType name="CombinationPerformanceReportRequest"> |
| 4537 | + <xs:complexContent mixed="false"> |
| 4538 | + <xs:extension base="tns:ReportRequest"> |
| 4539 | + <xs:sequence> |
| 4540 | + <xs:element name="Aggregation" type="tns:ReportAggregation" /> |
| 4541 | + <xs:element name="Columns" nillable="true" type="tns:ArrayOfCombinationPerformanceReportColumn" /> |
| 4542 | + <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:CombinationPerformanceReportFilter" /> |
| 4543 | + <xs:element name="Scope" nillable="true" type="tns:AccountThroughCampaignReportScope" /> |
| 4544 | + <xs:element name="Time" nillable="true" type="tns:ReportTime" /> |
| 4545 | + </xs:sequence> |
| 4546 | + </xs:extension> |
| 4547 | + </xs:complexContent> |
| 4548 | + </xs:complexType> |
| 4549 | + <xs:element name="CombinationPerformanceReportRequest" nillable="true" type="tns:CombinationPerformanceReportRequest" /> |
| 4550 | + <xs:complexType name="ArrayOfCombinationPerformanceReportColumn"> |
| 4551 | + <xs:sequence> |
| 4552 | + <xs:element minOccurs="0" maxOccurs="unbounded" name="CombinationPerformanceReportColumn" type="tns:CombinationPerformanceReportColumn" /> |
| 4553 | + </xs:sequence> |
| 4554 | + </xs:complexType> |
| 4555 | + <xs:element name="ArrayOfCombinationPerformanceReportColumn" nillable="true" type="tns:ArrayOfCombinationPerformanceReportColumn" /> |
| 4556 | + <xs:simpleType name="CombinationPerformanceReportColumn"> |
| 4557 | + <xs:restriction base="xs:string"> |
| 4558 | + <xs:enumeration value="TimePeriod" /> |
| 4559 | + <xs:enumeration value="AccountId" /> |
| 4560 | + <xs:enumeration value="AccountName" /> |
| 4561 | + <xs:enumeration value="CampaignId" /> |
| 4562 | + <xs:enumeration value="CampaignName" /> |
| 4563 | + <xs:enumeration value="CampaignType" /> |
| 4564 | + <xs:enumeration value="AdGroupId" /> |
| 4565 | + <xs:enumeration value="AdGroupName" /> |
| 4566 | + <xs:enumeration value="AssetGroupId" /> |
| 4567 | + <xs:enumeration value="AssetGroupName" /> |
| 4568 | + <xs:enumeration value="AdId" /> |
| 4569 | + <xs:enumeration value="AdType" /> |
| 4570 | + <xs:enumeration value="Headline1" /> |
| 4571 | + <xs:enumeration value="Headline2" /> |
| 4572 | + <xs:enumeration value="Headline3" /> |
| 4573 | + <xs:enumeration value="CombinationLongHeadline" /> |
| 4574 | + <xs:enumeration value="Description1" /> |
| 4575 | + <xs:enumeration value="Description2" /> |
| 4576 | + <xs:enumeration value="Image" /> |
| 4577 | + <xs:enumeration value="Logo" /> |
| 4578 | + <xs:enumeration value="Impressions" /> |
| 4579 | + <xs:enumeration value="Clicks" /> |
| 4580 | + <xs:enumeration value="Spend" /> |
| 4581 | + <xs:enumeration value="Ctr" /> |
| 4582 | + <xs:enumeration value="Conversions" /> |
| 4583 | + </xs:restriction> |
| 4584 | + </xs:simpleType> |
| 4585 | + <xs:element name="CombinationPerformanceReportColumn" nillable="true" type="tns:CombinationPerformanceReportColumn" /> |
| 4586 | + <xs:complexType name="CombinationPerformanceReportFilter"> |
| 4587 | + <xs:sequence /> |
| 4588 | + </xs:complexType> |
| 4589 | + <xs:element name="CombinationPerformanceReportFilter" nillable="true" type="tns:CombinationPerformanceReportFilter" /> |
4514 | 4590 | <xs:element name="ApplicationToken" nillable="true" type="xs:string" /> |
4515 | 4591 | <xs:element name="AuthenticationToken" nillable="true" type="xs:string" /> |
4516 | 4592 | <xs:element name="CustomerAccountId" nillable="true" type="xs:string" /> |
|
0 commit comments