Shanaka Kuruwita
Shanaka Kuruwita

Reputation: 699

How to install G Suite Marketplace application from our website? (Integrate with google button)

I have configured my marketplace app, and I would like to let the user install the app through our website instead of going to G Suite marketplace at all.

I heard that Google has released this kind of functionality called "Integrate with google" in 2014 via this video. But I was unable to find any documentation for this now.

Documentation page of this feature is giving 404 error as well.

Was this feature obsoleted already? or else can someone please help me configuring this option on my website.

Thanks

Upvotes: 4

Views: 385

Answers (1)

Shanaka Kuruwita
Shanaka Kuruwita

Reputation: 699

After some research, I found the answer. You just have to add the following two line into your page.

<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-additnow" data-applicationid="your-app-id"></div>

App ID can be found in the top of Configuration in "G Suite Marketplace SDK"

enter image description here

But there is no google documentation for this.

Upvotes: 3

Related Questions