ODBC Driver for Google Analytics

Build 22.0.8509

From Node.js

This section provides a walk-through to writing ODBC data access code to Google Analytics in Node.js, using the node-odbc package.

See Data Model for more information on the available API objects and any API limitations or requirements. See SQL Compliance for the SQL syntax.

Connecting from Node.js

See Getting Started for the prerequisite information you need to deploy the driver and configure the connection to Google Analytics.

Dependencies describes the necessary steps to install the node-odbc package. Once it is installed, refer to Connecting to connect to Google Analytics.

Executing SQL

Use node-odbc functions to execute SQL on Google Analytics:

  • See Querying Data to execute SELECT statements and iterate over the results.
  • See Parameterized Statements to execute parameterized statements. Parameterized statements provide a means to efficiently execute queries more than once and to mitigate SQL injection attacks.

Executing Stored Procedures

See Executing Stored Procedures to execute stored procedures as SQL statements.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509