Go to the home page and click "Register". Provide your email and password. After registration, log in to your personal account.
After creation, the campaign will have "Active" status (if budget > 0 and dates are current).
Go to "Profile" → "Top Up Balance", enter the amount, and select an available cryptocurrency. BIS CX creates a secure invoice through NOWPayments and opens the payment page. After the provider confirms the payment, your balance is updated automatically.
In your personal account, open the "API Access" tab and create a personal API token. The secret value is shown only once, so store it securely. The same secret cannot be retrieved again after reloading the page. Rotating the token creates a new credential and immediately invalidates the previous one; revoking it disables this API access completely.
When a user follows an advertising link, BIS CX adds the bcx_tracking_id parameter to the destination URL. Store this value on your side and send it back with the conversion to associate the event with the original advertising click.
Endpoint: POST https://bis.cx/api/advertiser/postbacks
Headers:
Request Example:
Main Parameters:
campaign_id — your campaign IDtracking_id — the bcx_tracking_id value received on the advertising clickevent_type — conversion type, for example leadexternal_event_id — unique event ID on your side; resending the same event does not create a duplicateexternal_user_id — your user ID (optional)event_time — event time in ISO 8601 format (optional)amount, currency, and metadata — optional event dataThe API token identifies the advertiser. BIS CX verifies that the campaign belongs to that advertiser and that the supplied tracking_id belongs to the specified campaign.
In the "Analytics" section, you will see charts and tables with impressions, clicks, CPC, leads, CPL, registrations, CPR, purchases, CPP, costs, payouts to publishers, and ROI. You can download reports in PDF, Excel, PNG, or Markdown.
You can pause, resume, or delete a campaign. Deleted campaigns are not displayed in the general list, but their data is preserved.
Commercial publisher integrations use a Publisher Source. BIS CX activates the source and provides its Source API Key. Store this key securely and do not expose it in public client-side code.
Request an available placement for your connected publisher source:
The response contains the placement status and, when an ad is available, the campaign_id, tracking_id, creative and click_url. Use the returned click_url for the advertising action so BIS CX can preserve tracking and attribution.
Send individual events supported by your Publisher Source:
external_event_id must uniquely identify the event. Accepted event types depend on the capabilities enabled for your Publisher Source and its active campaign mapping.
X-Source-API-Key.external_placement_id for each placement request.click_url returned by BIS CX instead of constructing tracking links yourself.You receive 90% of the cost of each target action (click, lead, registration, purchase).
To receive payouts, set a USDT wallet address on the BSC (BEP-20) network in the "Payouts" section. Payouts are made automatically on the 1st of each month when the balance is at least $50 and are processed through NOWPayments. Status is available in payout history.
If you have any questions, contact us on Telegram: @bis_cx_support or email support@bis.cx.