Visualization

lang

  • Type: string

  • Default: null

  • Value:
    en - English
    de - Deutsch
    kr - Korean
    es - EspaƱol

  • Details
    Language for the widget. If not provide, language will set automatically by IP address.

mode

theme

  • Type: string

  • Default: null

  • Details:
    Unique theme id

productDetails

  • Type: dict

  • Default: null

  • Details
    param for product list

code snippet

11
productDetails : {
  style: 'flat', // or 'default' or nothing
  header: 'You buy these things on [Nike.com](2123):',
  items: [
    {
        img: 'http://atri.test:3000/i/notify-cookies__sprite.png',
        name: 'Jordan',
        count: 2444,
        price: '30400 $'
    },
    {
        img: 'http://atri.test:3000/i/bonus-swr__banner-icon--5.png',
        name: 'Nike Everyday*',
        count: 3,
        price: '2 $',
    },
    {
        img: 'http://atri.test:3000/i/modal-lang-kor.png',
        name: 'Eat Everyday Plus',
        count: 15,
        price: '1000 $',
    },
  ],
  footer: 'Warning! You must buy it!'
}

Product default style

Product default style

Product flat style

Product flat style

description

  • Type: string

  • Default: null

  • Details
    your partner description

code snippet

// Description with markdown and images:
description: `![alt text](http://atri.test:3000/i/bonus-swr__banner-icon--5.png)
  ## My Message Title
  Information`

hideClientEmail

clientEmail is required to use hideClientEmail

  • Type: boolean

  • Default: 0

  • Details
    hide client email if true.

TIP

Also see clientEmail.

hidePayout

  • Type: boolean

  • Default: 0

  • Details
    hide the You get input only if true.

hideCoupon

  • Type: boolean

  • Default: 0

  • Details
    hide coupon if true.

hideFreeFee

  • Type: boolean

  • Default: 0

  • Details
    hide free fee if true.

hidePartnerName

  • Type: boolean

  • Default: 0

  • Details
    hide partner name if true.

hidePurchaseDetails

  • Type: boolean

  • Default: 0

  • Details
    hide purchase details if true.

hideWeAccept

  • Type: boolean

  • Default: 0

  • Details
    hide we accept if true.

hideFeeDetails

  • Type: boolean

  • Default: 0

  • Details
    hide fee details if true.

TIP

Also see field parameters.

Last Updated: