Hey,
I was testing out the Google Ads Search Term Reader and the Average Cpc data exported is inconsistent with what’s in the Google ads account. For example the Average Cpc data exported is 923709.592592592 however in the google ads account I see 0.93
Hey @Garnet! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @Garnet – thanks so much for flagging this. Would you be able to share a screenshot from your Google Ads account, along with the workflow where you ran this? That would help me look into it further. Any additional details you can provide would be super helpful.
Thanks for pointing that out. I believe what’s happening is that the Google Ads API is returning the cost values in micros, rather than the actual currency amount you see in the Google Ads interface.
The fix should be straightforward: you can use an Ask AI node between the Google Ads node and your Sheet Writer node to convert the data into the correct currency for the average CPC, which in this case is CHF. Let me know if this makes sense and works for you