-
Troubleshooting compatibility issues when accessing detailed transactions on GA4
So, I’m working with GA4, attempting to hone in on transactions with a specific product id/name and a source/medium criteria, like transactions that come from Facebook only.
With GA3, I’ve been doing the following:
Metrics: ga:itemRevenue,ga:itemQuantity Dimensions: ga:date,ga:productSku,ga:productName,ga:transactionId Segment: sessions::condition::ga:source==facebook
Everything goes on without a hitch!
I’m trying something similar on GA4:
Metrics: itemRevenue,itemsPurchased Dimensions: date,itemId,itemName,transactionId,source Criteria: source==facebook
But, I’m hit with an error message:
Please remove source to make the request compatible. The request's dimensions & metrics are incompatible.
Yeah, I could just pull the transaction details (with their respective product precision) in a different request, but this would mean I’ll need to send a heck lot more requests to the GA4 API. Wondering if there’s another workaround for this?
Log in to reply.