meetroas中文
Documentation menu

MeetROAS Developers

Send destination events to MeetROAS

A destination platform implements the Partner Event API once. MeetROAS uses mr_click_id and customer configuration to report eligible events to the corresponding traffic platform.

Get started

  1. The customer account Admin creates a Key ID and Secret in the MeetROAS dashboard.
  2. Receive and persist mr_click_id from the destination URL.
  3. Sign requests with HMAC-SHA256 and call the validation endpoint.
  4. After validation, send real business events to the production endpoint.

Read the Partner Event API quickstart

Endpoints