Use and test a Community Connector
Stay organized with collections
Save and categorize content based on your preferences.
As you develop your Community Connector, you can use and test it in Looker
Studio using the Head Deployment.
Using Head Deployment
The Head Deployment is created by default in Apps Script and will always contain
the current working version of the code.
- In the Apps Script development environment, Click Deploy > Test
deployments to open the Test deployments dialog.
- Click Copy to copy the Head Deployment ID.
- To load your connector in Looker Studio, replace the
HEAD_DEPLOYMENT_ID
placeholder in the following link with your connector’s Head Deployment
ID and follow the link in your browser:
https://lookerstudio.google.com/datasources/create?connectorId=HEAD_DEPLOYMENT_ID
For more information on deployments, view the
Deploy a Community Connector guide.
Update your code for Head Deployment
As you update your code, saving your Apps Script project will also update the
Latest Version / Head Deployment.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The Head Deployment in Apps Script allows you to test your Community Connector directly within Looker Studio using the most recent version of your code."],["To utilize the Head Deployment, copy its ID and replace the placeholder in the provided link to access your connector in Looker Studio."],["Saving your Apps Script project automatically updates the Head Deployment with your latest code changes, ensuring you're always testing the most recent version."]]],[]]