1.1.4 • Published 1 year ago

outtie-web v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

outtietoppic

Travis Languages License

The Outtie web SDK makes it quick and easy to monetize URL taps in your web app or website. Our SDK helps you add commissionable affiliate links to your web apps in minutes. It captures existing URLs and converts them to affiliate links so you can earn every time a user taps a link.

Earn up to 10% commissions from 5,000+ popular brands like Skims, Ulta Beauty, Walmart, Macy's, Nordstrom, Bloomingdale's, Madewell, Alo Yoga, Bonobos, Adidas, and more. Simply integrate Outtie into your app with a few lines of code and start earning on link taps.

Get started by creating a 🔑 Outtie SDK Key -- Coming soon! and view our 📘 integration examples below.

Table of contents

Features

A few of the things you can do with Outtie web right now:

  • Automatically create affiliate links and redirect users when they click a link
  • Convert individual links to affiliate links and redirect users to the converted link
  • More developer features coming soon...

Requirements

The Outtie web SDK requires nodeJS 16.0.0 to integrate into code-based websites. For script-based initialization or no-code integration, no NodeJS is necessary.

Installation

npm install outtie-web 

# or

yarn add outtie-web

For script-based initialization or use in no-code sites, you can add our SDK script to the root of your wenbsite:

<script
    type = "text/javascript"
    src = "https://sdk.outtie.io/js/{clientID}/outtie.js">   
</script>

Adding this script to your website will automatically monetize all links on your website by default.

Usage

Import the SDK in your code:

import * as Outtie from 'outtie-web'

Initialization:

To initialize Outtie and convert all of your web links by default, use the initialize() function with your generated sdkKey and clientId. You can generate these variables [here].

Outtie.initialize(sdkKey, clientKey)

OR, manually convert a Link to use however you'd like

Outtie.convertLink(link, clientId, sdkKey)

That's it! It's really that simple.

Feedback

Feel free to send us feedback on Instagram or file an issue. Feature requests are always welcome.

If there's anything you'd like to chat about, please feel free to email Krish at krish@outtie.io!

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago