Skip to content

Common parameter configuration options

Below are a few common parameter configurations. Please refer to the GA4 Dimensions & Metrics Explorer for documentation about the metrics.

Item sales (30 days)

How many times the item has been sold in the last 30 days.

Sold (30 days)
1
2
3
4
5
6
{
    "dimension": "itemId",
    "metric": "itemsPurchased",
    "startDate": "30daysAgo",
    "endDate": "today"
}

Item revenue (30 days)

The revenue generated by the item over the last 30 days.

Revenue (30 days)
1
2
3
4
5
6
{
    "dimension": "itemId",
    "metric": "itemRevenue",
    "startDate": "30daysAgo",
    "endDate": "today"
}

Item added to cart (30 days)

The number of times the item has been added to the cart in the last 30 days.

Added to cart (30 days)
1
2
3
4
5
6
{
    "dimension": "itemId",
    "metric": "addToCarts",
    "startDate": "30daysAgo",
    "endDate": "today"
}

Product list clicks (30 days)

How many clicks the product has received from a product list.

Product list clicks (30 days)
1
2
3
4
5
6
{
    "dimension": "itemId",
    "metric": "itemListClickEvents",
    "startDate": "30daysAgo",
    "endDate": "today"
}

Product list CTR (30 days)

The click-through rate of the product over the last 30 days.

Click-through rate (30 days)
1
2
3
4
5
6
{
    "dimension": "itemId",
    "metric": "itemListClickThroughRate",
    "startDate": "30daysAgo",
    "endDate": "today"
}