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: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3

4
4
5
5
# Project Description
6
-
7
6
Wild Apricot is the #1 rated Membership Management platform that enables membership-based organizations to manage their contact database and all members transactions with ease. The system has many modules including events, membership renewals, donations and an online store. It also enables administrators to customize their contact and member database. Members and administrators are able to manipulate data such as membership status, event registration, online payments with ease.
8
7
9
8
The built in reporting system in Wild Apricot does not allow easy summarization and visualization of Wild Apricot member and contact transactions. The comprehensive real-time report capabilities in Google Data Studio are a perfect solution that helps administrators integrate Wild Apricot data with a variety of external analytical systems like Google Ads and Google Analytics. This project is a Google Data Studio community data connector built to retrieve data from Wild Apricot, which can be summarized and transformed in GDS to create user-friendly and real-time dashboard for Wild Apricot.
@@ -13,7 +12,6 @@ Data is fetched in real-time, securely using Wild Apricot's REST API.
13
12
The code is maintained by [NewPath Consulting](https://www.newpathconsulting.com/warm).
14
13
15
14
# Features
16
-
17
15
This community data connector is written in JavaScript and supports the following Wild Apricot data objects.
@@ -34,11 +32,11 @@ This is a community connector. This connector has been published as a Partner co
34
32
35
33
To use the connector you can perform one of 2 procedures:
36
34
37
-
- Create your own Wild Apricot data source with [this connector link](https://datastudio.google.com/datasources/create?connectorId=AKfycbzCDTl62VlYZZd5NIqQ1RFmeUdG71a004N5dGqDyAORuZCQLkcSY2Ygsp4tGgEAbR4W)
35
+
* Create your own Wild Apricot data source with [this connector link](https://datastudio.google.com/datasources/create?connectorId=AKfycbzCDTl62VlYZZd5NIqQ1RFmeUdG71a004N5dGqDyAORuZCQLkcSY2Ygsp4tGgEAbR4W)
38
36
39
37
or
40
38
41
-
- Install the code in the /src folder and install it using the [GDS deployment procedures](https://developers.google.com/datastudio/connector/deploy).
39
+
* Install the code in the /src folder and install it using the [GDS deployment procedures](https://developers.google.com/datastudio/connector/deploy).
42
40
43
41
After the data source is configured you will be asked for a [Wild Apricot API key](https://gethelp.wildapricot.com/en/articles/484). API keys can be created in the Wild Apricot administrative system under [Settings/Integrations/Authorized Applications](https://gethelp.wildapricot.com/en/articles/180)
44
42
@@ -54,20 +52,25 @@ After the data source is configured you will be asked for a [Wild Apricot API ke
54
52
repository.
55
53
1. To use the Community Connector in Data Studio, follow the
56
54
[guide on Community Connector Developer site](https://developers.google.com/datastudio/connector/use).
57
-
55
+
58
56
# Sample Dashboard (Google Data Studio)
59
-
60
57
[Sample Wild Apricot Report in PDF](https://github.com/asirota/gds-wildapricot-connector/blob/master/images/Simple%20Wild%20Apricot%20Report%20in%20Google%20Data%20Studio.pdf)
61
58
62
59
[Sample Wild Apricot Report in Google Data Studio (live)](https://datastudio.google.com/s/ia1L-H14C4U)
63
60
64
-
Dashboards can be customized flexibly according to a report writers requirements using one or more data sources.
65
61
62
+
Dashboards can be customized flexibly according to a report writers requirements using one or more data sources.
63
+
66
64
# References
65
+
[Lessons Learned: Building a Google Data Studio Partner Connector](https://www.newpathconsulting.com/2019/09/building-google-data-studio-partner-connector.html)
[Lessons Learned: Building a Google Data Studio Partner Connector](https://www.newpathconsulting.com/2019/09/building-google-data-studio-partner-connector.html)
69
+
[GDS Community Connector Docs](https://developers.google.com/datastudio/connector)
70
+
71
+
[GDS GitHub Repositories and Experiments](https://github.com/googledatastudio)
"description": "v2.1 - The Wild Apricot Reports Manager (aka WARM) is NewPath\u0027s custom reporting solution for Wild Apricot administrators who want an increased level of reporting flexibility and analytical power.",
17
+
"description": "v2.0 - The Wild Apricot Reports Manager (aka WARM) is NewPath\u0027s custom reporting solution for Wild Apricot administrators who want an increased level of reporting flexibility and analytical power.",
18
18
"sources": ["WILD_APRICOT"],
19
19
"templates": {
20
20
"default": "1AvG9S97XRA7fE9QIaVAtMZ3QQG511wq6"
21
21
},
22
-
"shortDescription": "v2.1 - Create custom reports and visualizations with your Wild Apricot site or network of sites.",
22
+
"shortDescription": "v2.0 - Create custom reports and visualizations with your Wild Apricot site or network of sites.",
0 commit comments