# 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](/ja/release-notes/archive/2018/aug-2018-release-note#h1_2009520783)
* [Collection: Google Search Analytics](/ja/release-notes/archive/2018/aug-2018-release-note#h1_1770857805)
* [User Experience: More filters and search capabilities for catalog and my input transfers](/ja/release-notes/archive/2018/aug-2018-release-note#h1__903810695)
* [Export: Google AdWords Remarketing](/ja/release-notes/archive/2018/aug-2018-release-note#h1__1570839480)
* [Query: Presto - Deprecating TD_SESSIONIZE for TD_SESSIONIZE_WINDOW](/ja/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

![](../../../images/release-notes/2018/image-20191108-183721.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


![](../../../images/release-notes/2018/image-20191108-183858.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()".