Skip to main content

Google Analytics Parameters

Default Parameters

DATA Reshape sends events to GA4 using the standard Measurement Protocol parameters. For the full list of default parameters and their descriptions, see the official documentation:

Custom Parameters

In addition to default parameters, DATA Reshape can send custom parameters with each event. These parameters carry additional data from your implementation that is not covered by GA4's standard schema.

Custom parameters are not visible in GA4 reports by default. To use them, you need to register them as Custom Dimensions or Custom Metrics in your GA4 property.

How to register Custom Dimensions

Admin → Data display → Custom definitions → Custom dimensions → Create custom dimension

For each parameter you want to use in reports:

FieldDescription
Dimension nameDisplay name in your reports (e.g. "Payment Method")
ScopeEvent for per-event data, User for user-level data
Event parameter / User propertyExact parameter name as sent by DATA Reshape (e.g. payment_method)

Available Custom Parameters

These are the custom parameters DATA Reshape sends to GA4 by default. Some may not be present if the data source does not provide them.

Event Scope

ParameterDescription
payment_typePayment method used for the transaction
integrationDATA Reshape integration source identifier
last_ad_sourceLast advertising platform that drove the user
new_customerWhether this is the customer's first purchase
browser_storageBrowser storage identifiers available at event time
customer_lifetime_ordersTotal number of orders for this customer
customer_lifetime_valueTotal revenue from this customer
data_sourceOrigin of the event data (e.g. website, webhook)
cancel_reasonReason for order cancellation (when applicable)

Item Scope

ParameterDescription
item_group_idParent/group product identifier
item_skuProduct SKU
item_group_skuParent/group product SKU
item_tax_percentTax percentage applied to the product
item_stock_statusCurrent product stock status
last_ad_sourceLast advertising platform that drove the user
price_without_taxProduct price excluding tax

User Scope

ParameterDescription
last_ad_sourceLast advertising platform that drove the user
new_customerWhether this is the customer's first purchase
customer_cityCustomer city
customer_lifetime_ordersTotal number of orders for this customer
customer_lifetime_valueTotal revenue from this customer
customer_regionCustomer region/state
browser_storageBrowser storage identifiers available
customer_countryCustomer country
billing_account_typeBilling account type (e.g. individual, company)
info

These parameters are sent by default for all clients. Depending on your business requirements, additional custom parameters can be configured for your specific implementation. Some parameters may be absent if the data source does not provide the underlying data.

GA4 Custom Dimensions Limits

GA4 has limits on the number of custom dimensions you can create:

TypeFree PropertiesAnalytics 360
Event-scoped50125
User-scoped25100

Register only the parameters you actively use in reports or audiences to stay within limits.

Official Documentation