Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,559
Community Members
 
Community Events
184
Community Groups

A user macro for Confluence server for integrating Google Data Studio dashboards.

Edited

This user macro give ability to insert a GDS's report into a Confluence page. To see a GDS's report or dashboard in Confluence, don't forget to give access to it in GDS administration. Only user with a valid and activate Google Account can see a GDS's document.

As an embed document, the user can interact with it in Confluence's page, and especially to select the date range or choose another filter in the report.

View on github : https://github.com/v20100v/ConfluenceUserMacro-GoogleDataStudio

 

Features

Insert and interact with a Google Data Studio's report into a Confluence Page

ConfluenceUserMacro-GoogleDataStudio_report3

  • Set URL of GoogleDataStudio's report. When the macro is used, it checks if given URL is valid ;
  • Set height and widht with pixel or percent ;
  • Add border and set its color ;
  • Set background color ;

 

User macro code

  • Macro name : google_data_studio_report
  • Macro title : Google Data Studio
  • Description: Embed Google Data Studio's report or dashboard into a Confluence page.
  • Macro body processing: No
  • Velocity Template code: view code on github
  • Version: 1.0.0
  • Last modification: 09/04/2019

 

User macro parameters

ConfluenceUserMacroGoogleDataStudio uses a lot of different parameters to modify its behavior, define as follows :

## @param GoogleDataStudioUrl:title=URL|type=string|required=true|desc=URL vers le tableau de bord GDS à incorporer (https://datastudio.google.com/embed/reporting/1se-9ZRSukdgQUiRqYTSjT8nFLTV0v8Uq/page/y5MR)
## @param width:title=Largeur|type=string|desc=En pixels ou en pourcentage. Par exemple, 600 ou 80%.|default=100%
## @param height:title=Hauteur|type=string|desc=En pixels ou en pourcentage. Par exemple, 400 ou 50%.|default=400
## @param border:title=Ajoute une bordure|type=boolean|default=false
## @param blocBgColor:title=Couleur de fond du bloc|type=string|desc=Pour changer la couleur de fond.
## @param blocBorderColor:title=Couleur de la bordure du bloc|type=string|desc=Pour changer la couleur de la bordure.

 

Example usage

To add the GDS's report example https://datastudio.google.com/embed/reporting/1se-9ZRSukdgQUiRqYTSjT8nFLTV0v8Uq/page/y5MR, just fill the form of this macro.

ConfluenceUserMacro-GoogleDataStudio_parameters

If given URL is valid, we obtain :

ConfluenceUserMacro-GoogleDataStudio_report2

And if given URL is not valid, we obtain :

ConfluenceUserMacro-GoogleDataStudio_badURL

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events