ODBC Driver for Google Analytics

Build 26.0.9663

EcommPurchasesItemIdReport

A predefined view that retrieves Ecommerce purchase item data.

Select

本製品 は Google Analytics API を使用して、以下のカラムと演算子で構築された WHERE 句条件を処理します:

  • PropertyId は次の演算子をサポートします:=
  • ItemId は次の演算子をサポートします:=
  • Date は次の演算子をサポートします:=、>=、<=、<、>
  • CurrencyCode は次の演算子をサポートします:=

例えば、次のクエリはサーバーサイドで処理されます。

SELECT * FROM EcommPurchasesItemIdReport WHERE PropertyId = 342020667
SELECT * FROM EcommPurchasesItemIdReport WHERE ItemId = '1234'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date = '01/05/2023'
SELECT * FROM EcommPurchasesItemIdReport WHERE PropertyId = 342020667  AND ItemId = '1234' AND Date = '01/05/2023'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date >= '01/01/2022' AND Date <= '01/05/2023'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date >= '01/01/2022'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date <= '01/01/2022'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date >  '01/01/2022'
SELECT * FROM EcommPurchasesItemIdReport WHERE Date < '01/01/2022'
その他のフィルタはクライアントサイドで 本製品 内部で処理されます。

Columns

Name Type Dimension DefaultMetric DefaultDimension Description
ItemId String True True ID of the item.
Date Date True True The date of the session formatted as YYYYMMDD.
ItemsAddedToCart Integer False True The number of times users added items to their shopping carts. Since AddToCarts is not compatible with item-scoped dimensions, hence this is the replacement of the AddToCarts metric.
CartToViewRate Decimal False True The number of users who added a product(s) to their cart divided by the number of users who viewed the same product(s).
EcommercePurchases Integer False The number of times users completed a purchase. This metric is not compatible with item-scoped dimensions.
PurchaseToViewRate Decimal False True The total cost of shipping.
ItemsPurchased Integer False True The total amount of tax. ItemPurchaseQuantity metric has been renamed to this metric.
ItemRevenue Decimal False True The total revenue from items only. Item revenue is the product of its price and quantity.

Pseudocolumns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。

Name Type Description
PropertyId String Property ID value to be used when querying this table.
CurrencyCode String A currency code in ISO4217 format, such as AED, USD, JPY. If the field is empty, the report uses the property's default currency.

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