You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/qodlyLookerStudio/qodlyLookerStudioConnector.md
+19-34Lines changed: 19 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,12 +169,15 @@ Once your Qodly Looker Studio Connector is connected, you need to configure key
169
169
3.**Pagination Top**:
170
170
171
171
- Default Value: 10000
172
-
- Explanation: Defines the number of records retrieved per API request. A higher value (e.g., 10000) reduces API calls but may impact performance if your dataset is very large. If you experience slow performance, you can lower this value (e.g., 5000 or 2000).
172
+
- Explanation: Sets the number of records fetched per API request. A higher value means fewer API calls but can slow down performance if you're dealing with a lot of data.
173
+
173
174
174
175
4.**Cache TTL (Time-To-Live)**:
175
176
176
177
- Default Value: 900 (in seconds)
177
-
- Explanation: This setting controls how frequently Looker Studio refreshes the data. 900 seconds (15 minutes) is a balanced setting to ensure fresh data without excessive API requests. If your data updates frequently, you may want to reduce it (e.g., 300 seconds). If your data is static or doesn’t change often, increase it (e.g., 3600 for 1-hour caching).
178
+
- Explanation: This setting controls how long the connector reuses previous query results before sending the same query to Qodly again. It's part of the connector’s internal cache (not Looker Studio’s cache) and helps reduce unnecessary requests to Qodly.
179
+
- Use a lower value (e.g., 300) if your data changes frequently.
180
+
- Use a higher value (e.g., 3600) if your data is more static — this can improve performance and reduce load.
178
181
179
182
5.**Custom Query Filter (Optional)**:
180
183
@@ -186,8 +189,19 @@ Once your Qodly Looker Studio Connector is connected, you need to configure key
186
189
- Example Value: customer.firstName, customer.lastName, customer.email, country, city, amount
187
190
- Explanation: This setting allows you to retrieve related fields from the Customer entity. Since customer is a relation in the Order table, you need to explicitly include attributes like customer.firstName, customer.lastName, and customer.email. Also, include country and city to analyze customer distribution geographically.
188
191
189
-
Click "Add" to apply the settings and fetch the data.
190
192
193
+
:::info
194
+
All Looker Studio partner connectors have a **6-minute timeout per query**. If fetching data takes longer than that, the query will fail. Tuning Pagination Top, applying filters, and reducing data volume help ensure queries stay within that limit.
195
+
196
+
To avoid this:
197
+
- Lower the Pagination Top to reduce the load per request (e.g., try 5,000 or 2,000).
198
+
- Add filters in Looker Studio to limit how much data is being fetched.
199
+
- Narrow the date range if possible.
200
+
201
+
These adjustments can help keep data retrieval efficient and within the allowed time limit.
202
+
:::
203
+
204
+
Click "Add" to apply the settings and fetch the data.
191
205
192
206
### Creating Reports in Looker Studio
193
207
@@ -309,44 +323,15 @@ The IFrame custom component uses sandbox attributes to apply security restrictio
309
323
310
324
### Conclusion
311
325
312
-
Ensure you regularly review permissions and access settings for your embedded reports, especially if sensitive business information is displayed. Keeping your embedded content secure and up-to-date helps maintain overall application integrity and performance.
313
-
314
326
Now you're ready to see your report directly embedded within your Qodly application.
## Create custom reports using your Qodly app data
321
-
322
-
Google Looker Studio is a free reporting tool. Qodly built-in Rest API together with Qodly by 4D certified Looker Studio partner connector will allow you to choose which dataclasses and attributes display in Google Looker Studio.
323
-
You'll be able to build custom data visualizations based on your Qodly Application data alongside your other connected data sources.
324
-
325
-
326
-
Easily share your custom reports with other stakeholders or clients, and share custom metrics that make an impact. Get real-time data into a power data visualization tool.
327
-
328
-
329
-
## Certified connector
330
-
331
-
Use our certified connector with the Google Looker Studio API to:
332
-
333
-
- Create custom, visual reporting for your Qodly application data or your own custom metrics.
334
-
- View multiple Qodly Dataclasses content in a single report, from a single Qodly app or from multiple Qodly apps.
335
-
- Pair your Qodly data with other third-party sources.
336
-
- Choose exactly which data you'd like to display in Google Looker Studio.
337
-
- On top of you dataclass model, define additional attributes to retrieve data from related Dataclasses.
338
-
- Create elaborated reports based on ORDA calculated attributed and aliases.
339
-
- Share the most pertinent reports with your customers.
340
-
341
-
Ready to get started? Connect your Qodly application account to Google Looker Studio today via the [Google Looker Studio Community Connector’s Gallery](https://datastudio.google.com/datasources/create?connectorId=AKfycbx8kWt2YF52GY8bXaQZxotaAp0Bx1ZqlhAf-Tpcrf19YCSsJh2yXKQDBomHzTpn3lcwHQ&authuser=0).
342
-
343
-
Technical questions? Check out our documentation for more information.
344
-
345
-
-->
346
-
347
330
348
331
## Google API Disclosure
349
332
333
+
Ensure you regularly review permissions and access settings for your embedded reports, especially if sensitive business information is displayed. Keeping your embedded content secure and up-to-date helps maintain overall application integrity and performance.
334
+
350
335
Qodly Looker Studio connector adheres to the [Google API Services User Data Policy](https://developers.google.com/terms/api-services-user-data-policy#additional_requirements_for_specific_api_scopes) while using and transferring information received from Google APIs to other applications, including Google’s Limited Use requirements. You can revoke Qodly Looker Studio connector right to access your data at any point from your Google account control panel (https://security.google.com/settings/security/permissions).
0 commit comments