Skip to content

Webtrends Community Connector for Google Data Studio

Notifications You must be signed in to change notification settings

michelepisani/webtrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

webtrends

Webtrends Community Connector for Google Data Studio

This is not an official Google product

webtrends data studio community connector

This Data Studio Community Connector allows users to access all of their Webtrends data in Google Data Studio. This Community Connector uses the Webtrends API.

Try the Community Connector in Data Studio

You can try out the managed deployment of the latest code: Webtrends Community Connector This community connector require the authentication credentials to login to your Webtrends account.

For information on how to use the connector and support requests refer to the dedicated page on the developer's website: appsscript.it.

Deploy the Community Connector yourself

  1. Visit Google Apps Script and create a new project.
  2. You should see a shell project with a blank myFunction function in the Code.gs file. Delete the myFunction function and copy over the contents of the main.js file from the repository.
  3. If the repository has any other .js or .gs file, you will need to create those files in Apps Scripts environment(File > New > Script File) and copy over the content.
  4. In the Apps Script development environment, select View > Show manifest file. This will create a new appsscript.json manifest file. Remove all content from this manifest file and replace it with the content of the appsscript.json file in the repository.
  5. To use the Community Connector in Data Studio, follow the guide on Community Connector Developer site.

Examples and use cases covered in the connector

  • USER_PASS authentication
    This community connector require the authentication credentials to login to your Webtrends account. Once the login credentials have been approved, it will be enough to provide the ID of your Webtrends Account and the ID of the Report you want to query before connecting.
  • Dynamic Schema
    Example of automatic generation of a dynamic schema based on the response of the requested Report ID, getSchema().

About

Webtrends Community Connector for Google Data Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published