• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Google Analytics Metric/ Field Issue

Alex0101

Member
Hi I am trying to automate adding Google Analytics Data to Google Sheet. The information I wanna add on the sheet are:

Date
ItemName
itemsViewed
totalUsers
sessions
totalPurchasers
userEngagementDuration
totalRevenue

Note that those information are all I need on the report but I keep getting an error message saying:

"Did you mean itemRevenue? Field itemName is not a valid metric."

I also tried adding itemName on the dimensions but here's the error:

"Please remove itemName to make the request compatible for example."

Item Name is the most important data we wanna get.

Thanks!
 
P

Pabblymember11

Guest
Hey @Alex0101

Can you please share the workflow URL where you experienced this issue so that we can investigate?
 
P

Pabblymember11

Guest
Regarding your concern, we recommend you use the "Google Analytics: Run Report (GA4) Advance" action step where you need to pass the custom JSON request in the action step according to your required metrics and report which you can get with the help of Query Explorer.

After getting the JSON request you can pass it in the action step.

1724825187924.png


You can also use the Query Explorer tool to get the desired report with the help of Run ReportGA4 Advance action step accordingly.

https://ga-dev-tools.google/ga4/query-explorer/
 
Top