Google Ads API Client Library for PHP v10.0.0
- Added support for v8 of Google Ads API.
- Removed support for v5 of Google Ads API.
- Fixed the ResourceNames utility:
- Some method names are changed to be consistent with others:
- forAccountLinkName becomes forAccountLink
- forThirdPartyAppAnalyticsLinkName becomes forThirdPartyAppAnalyticsLink
- Enumerable names are now expected instead of indexes. The affected methods are:
- forAdGroupExtensionSetting (ExtensionType)
- forCampaignAsset (AssetFieldType)
- forCampaignExtensionSetting (ExtensionType)
- forCustomerExtensionSetting (ExtensionType)
- All parameters typed as integers are now typed as strings
- Some method names are changed to be consistent with others:
- Added support for removing unused Google Ads API versions. See this guide
for details. - Updated the minimum required versions of
google/protobuf
to 3.17.1. - Added code examples:
- AddSmartCampaign
- UseCrossAccountBiddingStrategy
- Fixed/improved code examples:
- RemoveEntireSitelinkCampaignExtensionSetting
- UpdateSitelinkCampaignExtensionSetting
- UploadStoreSalesTransactions