Problem summary
Your Google Data Studio report cannot retrieve Funnel data after the connected Google account reaches its daily URL Fetch quota.
Error message or symptoms
Service invoked too many times for one day: urlfetch
When does this occur
The Google account reaches its daily URL Fetch quota.
Several scripts or connectors use URL Fetch with the same Google account.
Several data sources in the report use the same Google account.
Root cause
Google Apps Script applies a daily URL Fetch quota to each account. The current limit is 20,000 calls for consumer accounts and 100,000 calls for Google Workspace accounts. Google can change these limits. See Google's quotas for Apps Script services.
Solution
Use one or more of these options:
Wait for Google to reset the daily quota.
Reduce the number of report refreshes.
Use another Google account for the report.
Distribute data sources across Google accounts.
