CData Python Connector for Facebook Ads

Build 26.0.9655

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-2226.0.9638PythonRemoved
  • Remove support for Intel x64 architecture on macOS
2026-05-1926.0.9635Facebook AdsData ModelAdded
  • LeadValues ビューにおいて、CreateTime カラムのフィルターがサーバー側で処理されるようになり、クエリのパフォーマンスが向上しました。
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-05-0726.0.9623PythonChanged
  • 組み込みのJRE がjre-17.0.19+10 に更新されました(Linux x64 / MacOS x64 向け)。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-04-0126.0.9587Facebook AdsRemoved
  • 不要な BatchSize 接続プロパティを削除しました。
2026-03-1725.0.9572Facebook AdsData ModelAdded
  • AdInsightsActions ビューに以下のブレークダウンカラムが追加されました:ComscoreMarket、FlexibleFormatAssetType、ReelsTrendingTopic、RuleSetId、RuleSetName。
2026-03-1625.0.9571Facebook AdsConnectionChanged
  • GraphAPIVersion および MarketingAPIVersion プロパティのデフォルト値が、最新の API バージョンを利用するために 25.0 に更新されました。
2026-03-0425.0.9559Facebook AdsData ModelChanged
  • AdInsightsMMM ビューにおいて、DateStop カラムの名称が DateEnd に変更されました。また、DateEnd および DateStart の両カラムのデータ型が「date」に変更されました。
2026-01-1525.0.9511Facebook AdsAdded
  • AdInsightsMMM ビューが追加されました。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2026-01-0625.0.9502Facebook AdsAdded
  • AdInsights ビューに以下のフィールドが追加されました:AdvancedReach1DLookback、AdvancedReach7DLookback、AdvancedReach28DLookback、AnchorEventAttributionSetting、AnchorEventsPerformanceIndicator、AttributionSetting、AuctionBid、AuctionCompetitiveness、AuctionMaxCompetitorBid、CanvasAvgViewPercent、CanvasAvgViewTime、CostPerDDACountByConvs、CostPerObjectiveResult、CostPerResult、CreatedTime、DDACountByConvs、DDAResults、FullViewImpressions、FullViewReach、InstagramProfileVisits、InstagramUpcomingEventRemindersSet、LandingPageViewPerLinkClick、MarketingMessagesDelivered、MarketingMessagesDeliveryRate、MarketingMessagesReadRateBenchmark、MultiEventConversionAttributionSetting、OptimizationGoal、PlacePageName、ProductGroupRetailerId、ProductRetailerId、ProductViews、PurchasePerLandingPageView、QualifyingQuestionQualifyAnswerRate、ResultRate、Results、ResultValuesPerformanceIndicator、ShopsAssistedPurchases、SocialSpend、TotalCardView、UpdatedTime、WishBid。
  • AdInsights ビューに以下のブレークダウンカラムが追加されました:ComscoreMarket、FlexibleFormatAssetType、ReelsTrendingTopic、RuleSetId、RuleSetName。
2025-12-2125.0.9486PythonAdded
  • Linux およびmacOS 向けのPython コネクタで、カスタムロガーのサポートが追加されました。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-10-3025.0.9434PythonChanged
  • 組み込みのJRE がjre-17.0.17+10 に更新されました(Linux x64 / MacOS x64 向け)。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-09-1725.0.9391Facebook AdsAdded
  • AdInsights およびAdInsightsActions ビューに、TotalPostbacks およびTotalPostbacksDetailed フィールドが追加されました。
  • AdInsights およびAdInsightsActions ビューに、次のブレークダウンカラムが追加されました:AdFormatAsset、BodyAssetId、BodyAssetText、CallToActionAssetId、CallToActionAssetName、DescriptionAssetId、DescriptionAssetText、ImageAssetId、ImageAssetHash、ImageAssetUrl、TitleAssetId、TitleAssetText、LinkUrlAssetId、 LinkUrlAssetWebsiteUrl、LinkUrlAssetDisplayUrl、VideoAssetId、VideoAssetVideoId、VideoAssetUrl、VideoAssetThumbnailUrl、VideoAssetVideoName、AppId、IsConversionIdModeled、SkanCampaignId、SkanConversionId、およびUserSegmentKey。
  • AdInsightsActionsビューに、次のアクションブレークダウンカラムが追加されました: ConversionDestination、SignalSourceBucket、およびStandardEventContentType。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-0325.0.9377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
2025-09-0125.0.9375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-08-0625.0.9349Facebook AdsChanged
  • Graph API およびMarketing API のデフォルトバージョンが21.0から23.0に変更されました。
2025-07-0725.0.9319PythonRemoved
  • Windows 向けPython の32ビット版が削除されました。
2025-07-0225.0.9314PythonRemoved
  • Python 3.9のサポートが削除されました。
2025-06-2625.0.9308Facebook AdsRemoved
  • AdCreatives ビューにおいて:InstagramActorId およびEffectiveInstagramStoryId カラムが削除されました。代替として、すでにビュー内に存在するInstagramUserId およびEffectiveInstagramMediaId カラムを使用してください。
2025-06-2625.0.9308Facebook AdsReplaced
  • CreateAdPreview ストアドプロシージャにおいて:入力パラメータApplyStandardEnhancement がCreativeFeature に置き換えられました。
2025-06-2525.0.9307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
2025-06-2525.0.9307PythonAdded
  • Python 3.13のサポートがWindows、Linux、Mac 版に追加されました。
2025-06-2525.0.9307PythonRemoved
  • Python 3.8のサポートは、サポート終了に伴い削除されました。
2025-06-2025.0.9302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
2025-06-1825.0.9300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-05-1225.0.9263PythonChanged
  • 組み込みのJRE jre-17.0.15+6 (Linux x64 / MacOS x64) およびjre-17.0.15+6 (MacOS aarch64) に更新されました。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-09-0324.0.9012Facebook AdsAdded
  • AdInsights ビューにPixelAddToCart カラムおよびPixelPurchase カラムが追加されました。これらのカラムはoffsite_conversion.fb_pixel_add_to_cart およびoffsite_conversion.fb_pixel_purchase アクションタイプを公開します。
2024-08-1224.0.8990Facebook AdsAdded
  • AutoDetectPageTokens 接続プロパティが追加されました。デフォルトでは、ドライバーは必要に応じてマッピングのために自動的にページアクセストークンを収集し続けます。この新規プロパティにより、特定のFacebook ページを対象とするクエリを実行する際に、ページアクセストークンの自動取得を無効にすることができます。
2024-07-1724.0.8964Facebook AdsAdded
  • AsyncTimeout 接続プロパティが追加されました。これは、インサイトの非同期リクエストを送信する際に、ドライバーが結果を待つ時間を指定します。AsyncTimeout で指定された時間内にインサイトが返されない場合、エラーメッセージが返されます。
2024-06-2224.0.8939Facebook AdsAdded
  • Ads ビューに次のカラムが追加されました:AdActiveTime、AdScheduledEndTime、AdScheduledStartTime、BidAmount、LastUpdatedByAppId、PreviewShareableLink、およびSourceAdId。
2024-06-0524.0.8922PythonAdded
  • Python 3.12のサポートが追加されました。
2024-05-2324.0.8909Facebook AdsAdded
  • CustomConversions テーブルでINSERT クエリおよびUPDATE クエリがサポートされるようになりました。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-04-2523.0.8881Facebook AdsChanged
  • Graph API およびMarket API のデフォルトバージョンが19.0に変更されました。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2024-02-2823.0.8824Facebook AdsRemoved
  • Removed "region" breakdown from Demographic_DMA_Region_Report. Demographic_Region_Report covers the "region" breakdown.
2024-02-2123.0.8817Facebook AdsAdded
  • Added the CustomConversions view.
2024-02-1423.0.8810Facebook AdsAdded
  • Added the IgnoreValidationException connection property.
2023-12-2823.0.8762Facebook AdsAdded
  • Added the BoostedObjectId column to the Campaigns view.
2023-11-2923.0.8733GeneralChanged
  • ROUND 関数で負の精度値が受け付けられなくなりました。
2023-11-2923.0.8733GeneralChanged
  • FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
  • ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
2023-11-2823.0.8732GeneralAdded
  • シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
2023-08-2923.0.8641PythonAdded
  • Added support for SQLAlchemy 2.0.
2023-07-2623.0.8607Facebook AdsChanged
  • Changed the default Graph API and Market API versions to 17.0.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-06-1223.0.8563Facebook AdsAdded
  • Added the following predefined views to facilitate easier access to specific ad insights reporting: Action_Canvas_Component_Report, Action_Carousel_Card_Report, Action_Conversion_Device_Report, Action_Product_Id_Report, Action_Reactions_Report, Action_Video_Sound_Report, Action_Video_View_Type_Report, Basic_Ad_Set_Report, Basic_All_Levels_Report, Basic_Campaign_Report, Delivery_Device_Report, Delivery_Platform_Report, Demographic_Age_And_Gender_Report, Demographic_Age_Report, Demographic_Country_Report, Demographic_DMA_Region_Report, Demographic_Gender_Report, Demographic_Region_Report.
2023-06-0723.0.8558Facebook AdsChanged
  • Changed the default Graph API and Market API versions to 16.0.
2023-05-1923.0.8539PythonAdded
  • Added support for Python 3.11 on Windows, Linux and Mac.
2023-05-1623.0.8536PythonRemoved
  • Removed support for Python 3.7 on Windows and Linux
2023-04-2923.0.8519Facebook AdsRemoved
  • Removed the Version connection property. Graph API and Marketing API versions will now be managed internally by the driver, and updated as necessary in new driver releases per API deprecations.
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-12-0922.0.8378Facebook AdsAdded
  • Added the AdImages view for querying ad images associated with an ad account.
2022-12-0922.0.8378Facebook AdsChanged
  • Changed the API version default of the Version property from 14.0 to 15.0.
2022-11-1522.0.8354PythonChanged
  • Updated embedded JRE to jre8u345-b01(Linux x64 / MacOS x64) and jre-17.0.5+8(MacOS aarch64).
2022-11-1422.0.8353Facebook AdsAdded
  • Added the CreateAdInsightsReport stored procedure for the generation of custom ad insights reports.
2022-10-2522.0.8333Facebook AdsAdded
  • Added retry method, governed by new RetryLevel connection property, for avoiding data limit API errors for ad insights requests. For Target-less queries executed at the ad account level, the driver will now attempt to retry initial data requests that encounter errors about requesting insights over too many rows by attempting to retry the request at a lower level of ad object. The deepest level of ad object to which the driver might retry is determined by the Level query parameter and RetryLevel connection property, in order of precedence.
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-05-1822.0.8173PythonAdded
  • Added support for Python 3.10 on Windows, Linux, and Mac
  • Added support for Python 3.9 on Mac
  • Added support for Mac M1
2022-05-1822.0.8173PythonRemoved
  • Removed support for Python 3.6 on Windows and Linux
2022-01-1221.0.8047Facebook AdsAdded
  • Added the following fields for AdCreatives: EffectiveInstagramMediaId, EffectiveInstagramStoryId, SourceInstagramMediaId.
2021-11-0221.0.7976Facebook AdsChanged
  • Updated the maximum pagesize to be unrestricted for all tables. Previously Facebook would throw exceptions if the pagesize was exceeded, but this seems to have been removed.
2021-10-2621.0.7969Facebook AdsChanged
  • The default API version is updated to 12.0.
2021-10-1421.0.7957Facebook AdsAdded
  • Added the TargetingDevicePlatforms, TargetingPublisherPlatforms, and TargetingInstagramPositions to the drivers.
2021-09-2721.0.7940Facebook AdsAdded
  • Added extra columns for Dimension, Hierarchy and OLAPType to sys_tablecolumns for OLAP properties.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-07-2321.0.7874GeneralChanged
  • 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
  • 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
2021-06-1421.0.7835Facebook AdsChanged
  • The default API version is updated to 11.0.
  • Facebook has removed access from apps to return comment ids when the user does not also have permissions to moderate the comments. This may mean in some cases comments will stop returning with our driver when they were working previously.
  • The user_likes and user_posts permissions (no longer used by default with the embedded driver) now have much more difficult requirements to access them from Facebook.
  • Nearly all unique page type columns for the Pages table were deprecated by Facebook. For example, Parking columns, GeneralInfo, Attire, Restaurant Services columns, Awards, etc. These will all start returning null as Facebook transitions to the New Page Experience. These columns will be removed in the 2022 release of the driver.
2021-04-2521.0.7785GeneralAdded
  • INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
2021-04-2321.0.7783GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
2021-04-1621.0.7776GeneralAdded
  • 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
2021-04-1621.0.7776GeneralChanged
  • 暗黙的キャッシュおよびメタデータキャッシュが、パフォーマンスの向上と複数接続のサポートのために更新されました。古いメタデータキャッシュには互換性がありません。CacheMetadata を現在使用している場合は、新しいメタデータキャッシュを生成する必要があります。
2021-04-1621.0.7776GeneralChanged
  • 重複を避けるため、インデックスの命名規則が更新されました。
2021-04-1321.0.7773Facebook AdsChanged
  • Updated the default Version to 10.0.
  • On the AdsInsights and AdInsightsActions tables, the date_preset input available input value of "lifetime" is changed to "maximum" to comply with Facebook API changes. The more relevant impact is that as of API version 10.0, apps may only retrieve up to 37 months prior data. In the past, older insight data was available.
2021-03-1921.0.7748Facebook AdsDeprecated
  • The Permissions connection property is deprecated and replaced with Scope to match other drivers.

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