ADO.NET Provider for Google Ad Manager

Build 26.0.9655

Changelog

General Changes

DateVersionSourceCategoryTypeDescription
2026-06-0326.0.9650Google Ad ManagerConnectionChanged
  • The default value for the Version connection property is now v202602.
2026-06-0326.0.9650Google Ad ManagerData ModelAdded
  • Added the DeliveryAllocationProfileId column to the LineItems table.
  • Added the DeliveryAllocationProfileId column to the ProposalLineItems table.
2026-06-0226.0.9649Google Ad ManagerMetadataChanged
  • In the Creatives table,
    • The Width, Height, and IsAspectRatio columns are now read-only.
    • The Snippet, OverrideSize, and LockedOrientation columns are no longer read-only.
  • In the Inventories table,
    • The AppliedLabels column is no longer read-only.
    • The LastModifiedTime column is now read-only.
  • In the LineItems table,
    • The ContractedUnitsBought, VideoMaxDuration, ChildContentEligibility, and CustomVastExtension columns are no longer read-only.
    • The ProgrammaticCreativeSource and Discount columns are now read-only.
  • In the Orders table, the Id, UnlimitedEndTime, IsArchived, and TotalBudget columns are now read-only.
  • In the ProposalLineItems table,
    • The RateType, DeliveryIndicator, and DeliveryData columns are now read-only.
    • The Goal, DeliveryRateType, LineItemType, Targeting, and NetRate are now required.
2026-05-2726.0.9643GeneralConnectionRemoved
  • Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
2026-05-0726.0.9623GeneralData ModelAdded
  • Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
2026-04-2826.0.9614ADO.NETConnectionAdded
  • Added the following functions to the driver class. If you pass these functions an exception with no error records, an InvalidArgumentException is thrown.
    • containsErrorSource: Returns true if the exception contains an error record for the provided source name, or false otherwise.
    • getErrorCodeFromSource: Returns the numeric error code from the error record with the given source, or -1 if there is no error record from that source.
    • containsErrorCode: Returns true if the exception contains an error record with the provided error code, or false otherwise.
    • findErrorProperty: Returns the value of the property with the given name, or null if no property with that name is defined.
    • formatErrorRecords: Returns a string containing all the exception's error records, including messages, codes, properties, and error locations.
2026-04-1526.0.9601GeneralQuery ExecChanged
  • String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
2026-04-0826.0.9594Google Ad ManagerSecurityChanged
  • TLS 1.3 is now supported by default for HTTP connections.
2026-04-0126.0.9587ADO.NETAdded
  • Added support for EFCore 10.
2026-03-1125.0.9566Google Ad ManagerConnectionChanged
  • Changed the default API version used by the driver to v202511. The target API version can be configured with the Version connection property.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
2025-12-0525.0.9470GeneralAdded
  • Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
2025-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-09-1225.0.9386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
2025-09-1025.0.9384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
2025-09-0325.0.9377GeneralChanged
  • Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
2025-09-0125.0.9375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
2025-08-2125.0.9364GeneralChanged
  • Report behavior change:
    • Fixed inconsistent string value comparisons in non-table queries.
    • For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
2025-08-1325.0.9356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
2025-07-2225.0.9334Google Ad ManagerChanged
  • Changed the default API version from v202502 to v202505.
2025-07-2225.0.9334Google Ad ManagerAdded
  • Added the RepeatedCreativeServingEnabled column to the LineItems table.
  • Added the BuyerPermissionType column to the ProposalLineItems table.
2025-06-2525.0.9307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
2025-06-2025.0.9302GeneralAdded
  • Created the following functions:
    • TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
    • TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
    • BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
    • BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
2025-06-1825.0.9300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
2025-06-0925.0.9291Google Ad ManagerRemoved
  • Removed the NOT_SERVING option from the Status column in the LineItemCreativeAssociations table. This value is no longer supported by the Google Ads Manager API.
2025-05-2925.0.9280ADO.NETChanged
  • We have improved our implementation of the ADO.NET DbDataReader.GetDataTypeName so that it now returns database data type names, such as varchar, tinyint, and datetime. Previously we returned the fully-qualified name of the column’s .NET type, in a format like "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
2025-05-2925.0.9280Google Ad ManagerRemoved
  • Removed from the Users table: the "IsEmailNotificationAllowed" column.
2025-05-2725.0.9278ADO.NETRemoved
  • Removed support for the C# implementation of SQLite. Features that previously used this implementation by default, such as AutoCache and EF6 schema caching, now require the native SQLite driver.
2025-05-2725.0.9278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
2025-04-0125.0.9222Google Ad ManagerChanged
  • Changed the default API version from v202408 to v202502.
2025-02-1524.0.9177GeneralAdded
  • Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
2024-11-2724.0.9097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
2024-11-1824.0.9088Google Ad ManagerAdded
  • Added the AdBadgingEnabled column to the Creatives table.
2024-11-1824.0.9088Google Ad ManagerChanged
  • Changed the default API version from v202202 to v202408.
2024-10-1724.0.9056Google Ad ManagerAdded
  • Added support for Workload Identity Federation using AWS accounts.
2024-09-0924.0.9018Google Ad ManagerChanged
  • Updated the default value of the Version connection property to "v202405".
2024-05-0924.0.8895GeneralChanged
  • The ROUND function previously did not accept negative precision values. That feature has now been restored.
2024-03-1523.0.8840GeneralAdded
  • Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
2024-01-1823.0.8783ADO.NETAdded
  • Added support for EFCore 8.
2023-11-2923.0.8733GeneralChanged
  • The ROUND function doesn't accept the negative precision values anymore.
2023-11-2923.0.8733GeneralChanged
  • The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
  • The return type of the ABS function will be consistent with the parameter value type.
2023-11-2823.0.8732GeneralAdded
  • Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
2023-11-1523.0.8719ADO.NETChanged
  • NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
2023-10-1723.0.8690Google Ad ManagerAdded
  • Added support for TimeZoneType in reports.
  • Added TimeZoneType as an input for CreateReportSchema. The eligible values are PUBLISHER and PACIFIC.
  • Added support for ReportCurrency in reports.
  • Added ReportCurrency as an input for CreateReportSchema. This is the currency for revenue metrics. Defaults to the network currency if left null.
  • Added AdExchangeLineItemLevelImpressions, AdExchangeLineItemLevelClicks, TotalLineItemLevelImpressions, TotalLineItemLevelCPMAndCPCRevenue to the example InventoryReport.
2023-10-1723.0.8690Google Ad ManagerChanged
  • Changed the default Google Ads Manager version to v202308.
2023-10-1723.0.8690Google Ad ManagerRemoved
  • Removed DynamicAllocationInventoryLevelImpressions, DynamicAllocationInventoryLevelClicks, TotalInventoryLevelImpressions, TotalInventoryLevelCpmAndCpcRevenue from the example InventoryReport.
2023-07-2923.0.8610Google Ad ManagerAdded
  • Added support for AdUnitView by requesting AdUnitView FLAT if table structure is set to either Flat or Hierarchical and Ad unit (all levels) is included in the report in the user interface.
  • Added AdUnitView as an input for CreateReportSchema. The eligible values are TOP_LEVEL and FLAT.
2023-06-2023.0.8571GeneralAdded
  • Added the new sys_lastresultinfo system table.
2023-04-2523.0.8515GeneralRemoved
  • Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
2023-04-2023.0.8510Google Ad ManagerAdded
  • Replaced CompanyId column name with AdvertiserId for Creatives table.
2023-04-1923.0.8509ADO.NETRemoved
  • Removed support for EFCore 3.1.
2023-04-1823.0.8508ADO.NETRemoved
  • Removed support for SSRS 2012
2023-04-1823.0.8508ADO.NETAdded
  • Added support for SSRS 2022.
2023-01-2522.0.8425Google Ad ManagerAdded
  • Added support for PKCE using the OAuthPKCE auth scheme
2022-12-1422.0.8383GeneralChanged
  • Added the Default column to the sys_procedureparameters table.
2022-11-1522.0.8354Google Ad ManagerAdded
  • Added the following columns to the Creatives table, IsAspectRatio, PolicyLabels, AppliedLabels, ThirdPartyDataDeclaration, CreativeTemplateVariableValues, SslManualOverride, AssetSize, InternalRedirectUrl, Html5Asset, DestinationUrlType, HtmlSnippet, CustomCreativeAssets, IsInterstitial, AltText, ThirdPartyImpressionTrackingUrls, AmpRedirectUrl.
  • Added the following columns to the LineItems table, DeliveryForecastSource, CustomPacingCurve, SkippableAdType, FrequencyCaps, ValueCostPerUnit, ActivityAssociations, AllowedFormats, Stats, DeliveryIndicator, Budget, WebPropertyCode, AppliedLabels, EffectiveAppliedLabels, ProgrammaticCreativeSource, ThirdPartyMeasurementSettings, YoutubeKidsRestricted, SecondaryGoals, GrpSettings, DealInfo, ViewabilityProviderCompanyIds, ChildContentEligibility, CustomVastExtension, CreativeTargetings..
  • Added the following columns to the Orders table, AgencyContactIds, SalespersonId, AppliedLabels, EffectiveAppliedLabels.
  • Added the following columns to the Companies table, Address, Email, FaxPhone, PrimaryPhone, ExternalId, Comment, Settings, AppliedLabels, PrimaryContactId, ThirdPartyCompanyId, ChildPublisher, ViewabilityProvider.
  • Added the following column to the CustomTargetingKeys table, ReportableType.
  • Added the following columns to the Inventories table, ParentPath, AdUnitSizes, AdSenseSettings, AdSenseSettingsSource, AppliedLabelFrequencyCaps, EffectiveLabelFrequencyCaps, AppliedLabels, EffectiveAppliedLabels, EffectiveTeamIds, AppliedTeamIds, RefreshRate, ExternalSetTopBoxChannelId.
  • Added the following column to the Labels table, AdCategory.
  • Added the following columns to the MobileApplications table, ApplicationId, ApplicationCode.
  • Added the following columns to ProposalLineItems, Goal, SecondaryGoals, FrequencyCaps, CreativePlaceholders, Targeting, AppliedLabels, EffectiveAppliedLabels, NetRate, NetCost, DeliveryIndicator, DeliveryData, GrpSettings, ThirdPartyMeasurementSettings, MakegoodInfo, PauseRole, PauseReason.
  • Added the following columns to Proposals, Advertiser, Agencies, PrimarySalesperson, AppliedLabels, EffectiveAppliedLabels, MarketplaceInfo, BuyerRfp.
  • Added the following columns to the Users table, ExternalId, OrdersUiLocalTimeZoneId.
  • Added the following value to LineItems.LineItemType, PREFERRED_DEAL.
  • Added the following values to Companies.Type, PARTNER, CHILD_PUBLISHER, VIEWABILITY_PROVIDER.
  • Added the following value to Labels.Types, CANONICAL_CATEGORY.
2022-11-1522.0.8354Google Ad ManagerChanged
  • Changed the default Google Ads Manager version to v202211.
  • Changed LineItems.ContractedUnitsBought data type from integer to long.
  • Changed LineItems.VideoMaxDuration data type from integer to long
  • Changed Orders.ExternalOrderId data type from long to integer.
  • Changed Orders.SecondaryTraffickerIds data type from long to string.
  • Changed Orders.SecondarySalespersonIds data type from long to string.
  • Changed Orders.TotalBudget data type from long to string.
  • Changed Inventories.Id data type from long to string.
  • Changed Inventories.ParentId data type from long to string.
2022-11-1522.0.8354Google Ad ManagerRemoved
  • Removed the following columns from the LineItems table, creativePersistenceType, IsPrioritizedPreferredDealsEnabled, AdExchangeAuctionOpeningPriority.
  • Removed the following column from the Placements table, IsAdSenseTargetingEnabled.
  • Removed the following value from Companies.Type: AFFILIATE_DISTRIBUTION_PARTNER, CONTENT_PARTNER.
2022-11-1522.0.8354Google Ad ManagerReplacement
  • Replaced MobileApplications.AppStore with MobileApplications.AppStores.
2022-10-2822.0.8336Google Ad ManagerAdded
  • Added CustomTargetingAggregate as a column in the LineItems table.
  • Added CustomTargetingValues as a table to create, update and query Custom Targeting Values.
2022-10-1822.0.8326Google Ad ManagerAdded
  • Added BaseReportName as inputs for CreateReportSchema. When BaseReportName is specified, CreateReportSchema will utilize this report as the template for the new report, adding any inputted columns on top of any already present ones.
2022-09-3022.0.8308GeneralChanged
  • Added the IsPath column to the sys_procedureparameters table.
2022-09-2922.0.8307Google Ad ManagerAdded
  • Added CustomFieldIdsPrimitive, CustomFieldIdsDropdown and CustomDimensionKeyIds as inputs for CreateReportSchema.
  • Added support for generating reports that include customFieldIds and customDimensionKeyIds.
2022-08-3022.0.8277Google Ad ManagerAdded
  • Added the columns PoNumber, SecondaryTraffickerIds, SecondarySalespersonIds, AppliedTeamIds to the Orders table.
2022-06-0822.0.8194ADO.NETRemoved
  • Removed support for VS2010.
2022-05-2422.0.8179Google Ad ManagerChanged
  • Changed provider name to Google Ad Manager.
2022-05-1922.0.8174ADO.NETRemoved
  • Removed support for .NET 2.0.
2022-04-2722.0.8152ADO.NETRemoved
  • Removed support for EFCore 3.0 and EFCore5.0.
2022-04-1221.0.8137Google Ad ManagerChanged
  • Changed the default API version from v202108 to v202202.
2022-04-1221.0.8137Google Ad ManagerAdded
  • Added the column ApplicationId to the Inventories table.
2022-04-1221.0.8137Google Ad ManagerRemoved
  • Removed the column MobilePlatform, IsSharedByDistributor from the Inventories table.
  • Removed the column PauseRole, PauseRole from the ProposalLineItems table.
  • Removed the column ExchangeRate, RefreshExchangeRate from the Proposals table.
2022-03-1821.0.8112Google Ad ManagerAdded
  • Added the columns StartTimeZoneId and EndTimeZoneId from the LineItems table.
2022-03-1821.0.8112Google Ad ManagerRemoved
  • Removed the column TimeZoneId from the LineItems table.
2022-03-0821.0.8102Google Ad ManagerAdded
  • Added support for querying the table LineItemCreativeAssociations.
2021-12-0721.0.8011Google Ad ManagerAdded
  • Exposed dimension attribute columns.
2021-12-0121.0.8005Google Ad ManagerAdded
  • Added extra columns for Dimension, Hierarchy and OLAPType to sys_tablecolumns for OLAP properties. This impacts the following views: DeliveryReport, InventoryReport, SalesReport.
  • The stored procedure CreateReportSchema now adds a property to tell if a column is a DimensionAttribute or a Measure.
2021-09-0221.0.7915GeneralAdded
  • Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
2021-08-0721.0.7889GeneralChanged
  • Added the KeySeq column to the sys_foreignkeys table.
2021-08-0621.0.7888GeneralChanged
  • Added the new sys_primarykeys system table.
2021-07-2321.0.7874GeneralChanged
  • Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
  • As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
2021-06-1821.0.7839Google Ad ManagerAdded
  • Added support for the GOOGLEJSONBLOB JWT certificate type. This works like the existing GOOGLEJSON certificate type except that the certificate is provided as JSON text instead of as a file path.
2021-06-0721.0.7828ADO.NETAdded
  • Added support for the DbCommand.CommandTimeout property.
2021-06-0321.0.7824Google Ad ManagerChanged
  • Changed the default Version from v202011 to v202105.
  • Changed enum columns in ProposalLineItems and LineItems to include new possible values
  • Changed Proposals to include a new column
2021-05-2921.0.7819ADO.NETRemoved
  • Removed support for SSRS 2008.
2021-04-2521.0.7785GeneralAdded
  • Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
2021-04-2321.0.7783GeneralChanged
  • Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
2021-04-1621.0.7776ADO.NETChanged
  • Separated the ADO.NET Provider assembly and Entity Framework Core 5 Nuget packages.
  • Single precision floating point numbers are now reported as with the Data Type Name as "real". Double precision floating point numbers now have their Data Type Name reported as "float". This change does not impact the actual data types of these columns - only the reported data type name.
  • Separate EFCore 3.0, 3.1 and EFCore 5 dlls are now shipped with the driver. The 2.0 and 2.1 EFCore dlls are removed.
2021-04-1621.0.7776GeneralAdded
  • Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • Reduced the length to 255 for varchar primary key and foreign key columns.
2021-04-1621.0.7776GeneralChanged
  • Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
2021-04-1621.0.7776GeneralChanged
  • Updated index naming convention to avoid duplicates.
2021-03-2321.0.7752Google Ad ManagerRemoved
  • Removed the UserDefinedRange connection property as it should always be true.
2021-01-2220.0.7692Google Ad ManagerChanged
  • Changed the default API version from v202002 to v202011.
2021-01-2220.0.7692Google Ad ManagerAdded
  • Added new possible values for the MobileApplications.AppStore column: ROKU,AMAZON_FIRETV,PLAYSTATION,XBOX,SAMSUNG_TV.
  • Added new column CompetitiveConstraintScope for the LineItems table.
2021-01-2220.0.7692Google Ad ManagerRemoved
  • Removed the deprecated column IsSetTopBoxEnabled from the LineItems table.
2020-11-1920.0.7628Google Ad ManagerAdded
  • Changed the default report date range if UserDefinedRange property is true: If no StartDate, EndDate or DateRangeType is specified, the report will be generated for the date range the user has configured in the GUI, instead of the last month.
  • Added the DateRangeType Pseudo-Column for report views. It can be used along with StartDate and EndDate pseudocolumns to specify the period of time for which the reporting data is being generated.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655