# Aug 2018 Release Note This is a summary of new features and improvements introduced in the August 1st, 2018 release. If you have any product feature requests, submit them at [feedback.treasuredata.com](http://feedback.treasuredata.com/). * [Collection: Google BigQuery](/release-notes/archive/2018/aug-2018-release-note#h1_2009520783) * [Collection: Google Search Analytics](/release-notes/archive/2018/aug-2018-release-note#h1_1770857805) * [User Experience: More filters and search capabilities for catalog and my input transfers](/release-notes/archive/2018/aug-2018-release-note#h1__903810695) * [Export: Google AdWords Remarketing](/release-notes/archive/2018/aug-2018-release-note#h1__1570839480) * [Query: Presto - Deprecating TD_SESSIONIZE for TD_SESSIONIZE_WINDOW](/release-notes/archive/2018/aug-2018-release-note#h1_464630920) # Collection: Google BigQuery Now you can import Google Big Query directly into Treasure Data. With this integration you can: * Import a BigQuery table * Define a BigQuery SQL Statement to import For details, see Data Connector for Google BigQuery (BETA) Note: This integration is currently in open beta. You can access it now in the console. # Collection: Google Search Analytics Now you can import Google Search Analytics into Treasure Data. With this integration, you can: * Import search traffic data from Google Search Console * Filter and group data by dimensions, such as page, query, country, or device For details, see Data Connector for Google Search Analytics (BETA). Note: This integration is currently under private beta. Contact the Treasure Data team for further details. The connector documentation is available only to beta participants. # User Experience: More filters and search capabilities for catalog and my input transfers To help you find the correct data sources faster, the Catalog view now allows filtering by: - Data Transfer type - Collection mechanism ![](/assets/image-20191108-183721.e80d8cbc7be5d011cd9fc32f6d70899f02d7ac4254778698be7a0a848bbcbca8.803b7489.png) To ease the process of managing your input transfers, the view now has additional options to: * Search by Connection name * Filter by * Owner * Integration Type * Import Configuration * Last Run Status ![](/assets/image-20191108-183858.769ef37c120c188bad57c37fbea48ef5d0b630c10da98a466ffd50188bf210c5.803b7489.png) # Export: Google AdWords Remarketing Now you can syndicate email profiles into Google AdWords Remarketing and Audience Targeting Customer Lists. For details, see Google AdWords Remarketing Lists Export Integration. Note: This integration is currently under private beta. Contact the Treasure Data team for further details. The connector documentation is available only to beta participants. # Query: Presto - Deprecating TD_SESSIONIZE for TD_SESSIONIZE_WINDOW The TD_SESSIONIZE function in Presto, used to sessionize web log or other event log data, has been deprecated in favor of its replacement function, TD_SESSIONIZE_WINDOW. TD_SESSIONIZE_WINDOW, added to Treasure Data in 2016, is a true Presto window function, that offers better performance, lower memory usage, and consistently correct results. TD_SESSIONIZE can in some circumstances use excessive memory or return inconsistent results on the same input. Code that uses TD_SESSIONIZE() should be rewritten as soon as possible to use TD_SESSIONIZE_WINDOW(). The query rewrite process is straightforward. For details see "Migrating from Presto TD_SESSIONIZE() to TD_SESSIONIZE_WINDOW()".