Skip to content

Commit

Permalink
Merge pull request #275 from BingAds/v13.0.19.1
Browse files Browse the repository at this point in the history
v13.0.19.1
  • Loading branch information
xinyuwen2 authored Apr 9, 2024
2 parents 922cb57 + d40f69e commit 4d613e0
Show file tree
Hide file tree
Showing 9 changed files with 248 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.. :changelog:
Release History
13.0.19.1(2024-04-09)
+++++++++++++++++++++++++
* Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: https://learn.microsoft.com/en-us/advertising/guides/release-notes?view=bingads-13.

13.0.19(2024-03-25)
+++++++++++++++++++++++++
* Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: https://learn.microsoft.com/en-us/advertising/guides/release-notes?view=bingads-13.
Expand Down
2 changes: 1 addition & 1 deletion bingads/manifest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
VERSION = '13.0.19'
VERSION = '13.0.19.1'
BULK_FORMAT_VERSION_6 = '6.0'
WORKING_NAME = 'BingAdsSDKPython'
USER_AGENT = '{0} {1} {2}'.format(WORKING_NAME, VERSION, sys.version_info[0:3])
14 changes: 14 additions & 0 deletions bingads/v13/proxies/production/bulk_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,20 @@
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SeasonalityAdjustments">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">173</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DataExclusions">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">174</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="DownloadEntity" nillable="true" type="tns:DownloadEntity" />
Expand Down
28 changes: 28 additions & 0 deletions bingads/v13/proxies/production/campaignmanagement_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7335,6 +7335,13 @@
<xs:element minOccurs="0" name="NewAudienceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewCallAdExtensions" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewCalloutAdExtensions" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewConversionGoals" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="NewDemographicTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewDeviceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewEntities" nillable="true" type="xs:boolean" />
Expand Down Expand Up @@ -7450,6 +7457,13 @@
<xs:element minOccurs="0" name="UpdateCampaignAdGroupLanguages" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateCampaignBudgets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateCampaignNames" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateConversionGoals" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="UpdateDemographicTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateDeviceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateEntities" nillable="true" type="xs:boolean" />
Expand Down Expand Up @@ -7718,6 +7732,20 @@
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NewConversionGoals">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">262144</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UpdateConversionGoals">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">524288</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:list>
Expand Down
80 changes: 79 additions & 1 deletion bingads/v13/proxies/production/reporting_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@
<xs:enumeration value="Installs" />
<xs:enumeration value="CostPerInstall" />
<xs:enumeration value="RevenuePerInstall" />
<xs:enumeration value="GoalId" />
</xs:restriction>
</xs:simpleType>
<xs:element name="AdGroupPerformanceReportColumn" nillable="true" type="tns:AdGroupPerformanceReportColumn" />
Expand Down Expand Up @@ -1539,6 +1540,7 @@
<xs:enumeration value="AverageWatchTimePerImpression" />
<xs:enumeration value="AdStrength" />
<xs:enumeration value="AdStrengthActionItems" />
<xs:enumeration value="GoalId" />
</xs:restriction>
</xs:simpleType>
<xs:element name="AdPerformanceReportColumn" nillable="true" type="tns:AdPerformanceReportColumn" />
Expand Down Expand Up @@ -1658,6 +1660,7 @@
<xs:enumeration value="AllConversionsQualified" />
<xs:enumeration value="ViewThroughConversionsQualified" />
<xs:enumeration value="ViewThroughRevenue" />
<xs:enumeration value="GoalId" />
</xs:restriction>
</xs:simpleType>
<xs:element name="KeywordPerformanceReportColumn" nillable="true" type="tns:KeywordPerformanceReportColumn" />
Expand Down Expand Up @@ -2669,6 +2672,7 @@
<xs:enumeration value="AverageCpm" />
<xs:enumeration value="ConversionsQualified" />
<xs:enumeration value="AllConversionsQualified" />
<xs:enumeration value="GoalId" />
</xs:restriction>
</xs:simpleType>
<xs:element name="AdExtensionByAdReportColumn" nillable="true" type="tns:AdExtensionByAdReportColumn" />
Expand Down Expand Up @@ -3912,6 +3916,7 @@
<xs:enumeration value="ViewThroughConversionsQualified" />
<xs:enumeration value="AdId" />
<xs:enumeration value="ViewThroughRevenue" />
<xs:enumeration value="GoalId" />
</xs:restriction>
</xs:simpleType>
<xs:element name="DSAAutoTargetPerformanceReportColumn" nillable="true" type="tns:DSAAutoTargetPerformanceReportColumn" />
Expand Down Expand Up @@ -4209,6 +4214,79 @@
</xs:sequence>
</xs:complexType>
<xs:element name="HotelGroupPerformanceReportFilter" nillable="true" type="tns:HotelGroupPerformanceReportFilter" />
<xs:complexType name="AssetGroupPerformanceReportRequest">
<xs:complexContent mixed="false">
<xs:extension base="tns:ReportRequest">
<xs:sequence>
<xs:element name="Aggregation" type="tns:ReportAggregation" />
<xs:element name="Columns" nillable="true" type="tns:ArrayOfAssetGroupPerformanceReportColumn" />
<xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AssetGroupPerformanceReportFilter" />
<xs:element name="Scope" nillable="true" type="tns:AccountThroughAssetGroupReportScope" />
<xs:element name="Time" nillable="true" type="tns:ReportTime" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="AssetGroupPerformanceReportRequest" nillable="true" type="tns:AssetGroupPerformanceReportRequest" />
<xs:complexType name="ArrayOfAssetGroupPerformanceReportColumn">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="AssetGroupPerformanceReportColumn" type="tns:AssetGroupPerformanceReportColumn" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfAssetGroupPerformanceReportColumn" nillable="true" type="tns:ArrayOfAssetGroupPerformanceReportColumn" />
<xs:simpleType name="AssetGroupPerformanceReportColumn">
<xs:restriction base="xs:string">
<xs:enumeration value="TimePeriod" />
<xs:enumeration value="AccountName" />
<xs:enumeration value="AccountId" />
<xs:enumeration value="CampaignName" />
<xs:enumeration value="CampaignId" />
<xs:enumeration value="AccountStatus" />
<xs:enumeration value="CampaignStatus" />
<xs:enumeration value="AssetGroupId" />
<xs:enumeration value="AssetGroupName" />
<xs:enumeration value="AssetGroupStatus" />
<xs:enumeration value="Impressions" />
<xs:enumeration value="Clicks" />
<xs:enumeration value="Ctr" />
<xs:enumeration value="Spend" />
<xs:enumeration value="AverageCpc" />
<xs:enumeration value="Conversions" />
<xs:enumeration value="Revenue" />
<xs:enumeration value="ReturnOnAdSpend" />
</xs:restriction>
</xs:simpleType>
<xs:element name="AssetGroupPerformanceReportColumn" nillable="true" type="tns:AssetGroupPerformanceReportColumn" />
<xs:complexType name="AssetGroupPerformanceReportFilter">
<xs:sequence>
<xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter" />
<xs:element minOccurs="0" name="AssetGroupStatus" nillable="true" type="tns:AssetGroupStatusReportFilter" />
<xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter" />
</xs:sequence>
</xs:complexType>
<xs:element name="AssetGroupPerformanceReportFilter" nillable="true" type="tns:AssetGroupPerformanceReportFilter" />
<xs:complexType name="AccountThroughAssetGroupReportScope">
<xs:sequence>
<xs:element xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AccountIds" nillable="true" type="q17:ArrayOflong" />
<xs:element minOccurs="0" name="AssetGroups" nillable="true" type="tns:ArrayOfAssetGroupReportScope" />
<xs:element minOccurs="0" name="Campaigns" nillable="true" type="tns:ArrayOfCampaignReportScope" />
</xs:sequence>
</xs:complexType>
<xs:element name="AccountThroughAssetGroupReportScope" nillable="true" type="tns:AccountThroughAssetGroupReportScope" />
<xs:complexType name="ArrayOfAssetGroupReportScope">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="AssetGroupReportScope" nillable="true" type="tns:AssetGroupReportScope" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfAssetGroupReportScope" nillable="true" type="tns:ArrayOfAssetGroupReportScope" />
<xs:complexType name="AssetGroupReportScope">
<xs:sequence>
<xs:element name="AccountId" type="xs:long" />
<xs:element name="CampaignId" type="xs:long" />
<xs:element name="AssetGroupId" type="xs:long" />
</xs:sequence>
</xs:complexType>
<xs:element name="AssetGroupReportScope" nillable="true" type="tns:AssetGroupReportScope" />
<xs:element name="ApplicationToken" nillable="true" type="xs:string" />
<xs:element name="AuthenticationToken" nillable="true" type="xs:string" />
<xs:element name="CustomerAccountId" nillable="true" type="xs:string" />
Expand All @@ -4226,7 +4304,7 @@
<xs:element name="TrackingId" nillable="true" type="xs:string" />
<xs:complexType name="ApiFaultDetail">
<xs:complexContent mixed="false">
<xs:extension xmlns:q17="https://adapi.microsoft.com" base="q17:ApplicationFault">
<xs:extension xmlns:q18="https://adapi.microsoft.com" base="q18:ApplicationFault">
<xs:sequence>
<xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError" />
<xs:element minOccurs="0" name="OperationErrors" nillable="true" type="tns:ArrayOfOperationError" />
Expand Down
14 changes: 14 additions & 0 deletions bingads/v13/proxies/sandbox/bulk_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,20 @@
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SeasonalityAdjustments">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">173</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DataExclusions">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">174</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="DownloadEntity" nillable="true" type="tns:DownloadEntity" />
Expand Down
28 changes: 28 additions & 0 deletions bingads/v13/proxies/sandbox/campaignmanagement_service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7335,6 +7335,13 @@
<xs:element minOccurs="0" name="NewAudienceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewCallAdExtensions" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewCalloutAdExtensions" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewConversionGoals" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="NewDemographicTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewDeviceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="NewEntities" nillable="true" type="xs:boolean" />
Expand Down Expand Up @@ -7450,6 +7457,13 @@
<xs:element minOccurs="0" name="UpdateCampaignAdGroupLanguages" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateCampaignBudgets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateCampaignNames" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateConversionGoals" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="UpdateDemographicTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateDeviceTargets" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="UpdateEntities" nillable="true" type="xs:boolean" />
Expand Down Expand Up @@ -7718,6 +7732,20 @@
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NewConversionGoals">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">262144</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UpdateConversionGoals">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">524288</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:list>
Expand Down
Loading

0 comments on commit 4d613e0

Please sign in to comment.