PartnerShare
品牌主
营销方式
联盟增长找外部推广者来卖你的产品 推荐营销(老带新计划)让老用户带来新用户
使用案例
AI 工具站教程测评带来订阅转化 IP 代理服务站追踪首单、续费与佣金 电商独立站用分销和内容测评提升转化 指纹浏览器触达跨境和多账号运营人群
推广者 推广市场
导航站
跨境电商导航 AIGC 导航 全球 IP 代理导航 精选产品
价格
资源
博客增长方法、渠道拆解与产品更新 帮助中心接入文档、账户设置与常见问题 最新资讯出海营销动态与行业热点
品牌主
营销方式 联盟增长 推荐营销(老带新计划) 使用案例 AI 工具站 IP 代理服务站 电商独立站 指纹浏览器
推广者 推广市场
导航站
跨境电商导航 AIGC 导航 全球 IP 代理导航 精选产品
价格
资源
博客 帮助中心 最新资讯

选择入口

请选择适合您的身份入口。

管理产品和联盟计划 品牌主 创建产品、设置佣金规则并管理推广转化。 创建品牌主账号→ 发现好产品赚取佣金 推广者 发现高佣产品,一键获取专属推广链接。 免费入驻推广市场→ 发布产品资讯获取曝光 内容发布方 提交产品并发布资讯,获取中文内容曝光。 进入内容发布平台→

预约 1v1 演示

产品顾问将在 1 个工作日内与你约定 30 分钟在线演示,带你搭好第一个推广计划。

提交后我们会尽快与你联系。

想先自己体验?免费注册 →

提交即表示你同意 PartnerShare 为安排产品演示而联系你。

微信扫码联系

使用微信扫描二维码添加企业微信,产品顾问会尽快与你联系。

PartnerShare 企业微信二维码 PartnerShare Telegram 二维码 保存图片到本地 CHAT ON TELEGRAM
✓

申请已提交

我们会尽快联系你,安排演示和接入建议。你也可以先注册账号体验产品。

Skip to content

Getting Started

4
  • How to Launch Your Affiliate Program on PartnerShare
  • How to Create a Referral Program
  • What Is Referral Marketing / “Old-Bring-New” Program
  • What is Affiliate Marketing?
合作伙伴管理 - PartnerShare

Campaign Operations

5
  • Checking Partner Withdrawal Status
  • Withdrawal Methods Supported for Partners
  • Affiliate Management
  • Product Management
  • Campaign Management
支付与交易 - ParterShare

Payments&Transactions

2
  • Auto-Payout
  • Commission Settlement
技术集成 - PartnerShare

Account Management

2
  • Business Certification Prompts
  • Team Management
技术集成 - PartnerShare

Technical Integration

5
  • Embedding PartnerShare into Your Product
  • Conversion Event Postback
  • Click-Tracking SDK Integration
  • API Authentication & Signature Mechanism
  • PartnerShare Product-Authorized Login Integration Guide
常见问题 - PartnerShare

Frequently Asked Questions

2
  • Withdrawal FAQ
  • Legacy Help Center Entrance
快速入门 - PartnerShare

Changelog

2
  • Changelog – 2026.03.05
  • Changelog – 2026.05.15
View Categories
  • 帮助中心
  • Getting Started
  • How to Create a Referral Program

How to Create a Referral Program

1. Create a product

Go to the brand owner admin dashboard and click “Create your first product.”

2. Set up the product

2.1 Complete basic configuration #

Upload the product logo, name, industry, etc., then move to the next step:

  • Logo: Upload the product logo
  • Product name: Enter the product name
  • Industry: Select the product’s industry
  • Settlement currency: Currently USD only
  • Theme color: Choose a theme color — ideally matching your product for consistent embedding
  • Official website: Enter your official site
  • Promotion URL: The landing page visitors reach via the “referral link.” For example, if user A sees a dedicated referral link in the product like https://www.partnershare.net/12345, then www.partnershare.net is the promotion URL.
  • Product description: Enter a description

2.2 Set up reward rules #

Three reward types are currently supported:

  • Signup reward: The referrer earns a reward once the referred user signs up.
  • Transaction share: The referrer earns a reward once the referred user signs up and pays (e.g., purchase, top-up).
  • Custom event: Postback a custom event to enable personalized reward mechanics.

2.3 Set up tracking integration #

  1. Place the tracking snippet in the <header> of the HTML page used for promotion. It will automatically track visitors arriving via the referral link and report click events.
    • When a visitor opens your site via a referral link, the tracking script automatically reports a click event for your site.
    • It also automatically sets two cookies on your site:
      • ps_click_id (invited-user click ID): a unique visitor ID generated by an algorithm when the invited person clicks the referral link.
      • ps_ref (referral code): the referrer’s invite code.
    These cookie values can later be used to track signup and payment events.
  2. Click the “verify code installation” button — we’ll check whether setup succeeded.

2.4 API integration #

Complete the data postback per the developer documentation.

Endpoint info

  • Host: https://api-service.partnershare.net/
  • Path: POST /api/open/v1/track/conversion
  • Description: The brand’s system calls this endpoint to report conversion events (signup, payment, etc.)
  • Auth: API Key + API Secret + signature. See how API authentication works

Request parameters

Attribution parameters (choose one)

ParameterTypeRequiredDescription
click_idstringConditionally requiredThe invited user’s click ID; PartnerShare links this ID to the specific promotion channel and partner
invite_codestringConditionally requiredThe referrer’s invite code

Notes:

  • click_id: This is the ps_click_id obtained via
  • invite_code: This is the ps_ref obtained via the same step
  • Depending on the campaign, pass just one of these

Event type parameters (choose one)

ParameterTypeRequiredDescription
event_typeintegerConditionally requiredEvent type: 1 = signup, 2 = payment, 3 = custom event
event_namestringConditionally requiredEvent name: signup, purchase, or a custom name

Note: pass just one of these depending on the campaign.

User info parameters

ParameterTypeRequiredDescription
invited_user_idstringConditionally requiredThe invited user’s ID (in the brand’s own system)
invited_user_namestringNoThe invited user’s display name

Notes:

  • For signup events: invited_user_id is required.
  • For payment/custom events: if click_id is provided, invited_user_id can be omitted — the system will sync user info from the signup event.

Transaction parameters (for payment events)

ParameterTypeRequiredDescription
transaction_idstringNoTransaction ID (used for de-duplication and traceability)
conversion_valuestring/floatConditionally requiredConversion value (order amount); required for percentage-based rewards
currencystringNoCurrency code (default: USD)
transaction_cycle_countintegerNoNumber of billing cycles (for installment rewards, e.g., 12)

Notes:

  • Required if the reward rule is percentage-based.
  • transaction_id is strongly recommended to prevent duplicate rewards.
  • transaction_cycle_count is used for installment rewards when a plan is set up for installments but no explicit count is configured.

Error codes

CodeDescription
0Success
6000000Business error (see message for details)
401Auth failed (invalid API Key, wrong signature, expired timestamp, etc.)
403IP not on the whitelist

3. Start promoting Once testing passes, the referral program goes live.

By embedding the referral page directly into your product or website, you can avoid external redirects and let promoters complete binding, invites, and cashback all on one page — lowering friction and improving conversion.

See how to embed PartnerShare into your product

Updated on 26/08/2026

Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
What Is Referral Marketing / “Old-Bring-New” ProgramHow to Launch Your Affiliate Program on PartnerShare
大纲
  • 2.1 Complete basic configuration
  • 2.2 Set up reward rules
  • 2.3 Set up tracking integration
  • 2.4 API integration
PartnerShare

帮出海 SaaS 找到推广者、跑起联盟、放大用户推荐。先免费接入,跑出数据再升级。 Find promoters, run affiliate, and turn user referrals into a tracked growth channel. Start free, upgrade after data.

产品 Product

  • 联盟增长Affiliate growth
  • 邀返系统Referral program
  • 推广市场Marketplace
  • 价格Pricing

资源 Resources

  • 博客Blog
  • 帮助中心Help center
  • 最新资讯Latest news

导航站 Directory

  • 跨境电商导航Cross-border Ecommerce Directory
  • AIGC 导航AIGC Directory
  • 全球 IP 代理导航Global IP Proxy Directory
  • 精选产品Featured Products

联系方式 Contact

联系Contact business@partnershare.net
PartnerShare 公众号二维码
in XHS

版权所有© 广州标品科技创新有限公司, SAASBASE PTE. LTD. 丨 粤ICP备2022116046号 © Guangzhou Biaopin Technology Innovation Co., Ltd., SAASBASE PTE. LTD. · ICP 2022116046

服务协议Terms of Service 隐私政策Privacy