Skip to Content
AI Powered Docs! 🤖 These docs are translated with AI, so keep an eye out for minor quirks. We're always improving!
Frequently Asked QuestionsPartner Integration

Partner Integration

To join our network of integrated partners and make use of our dynamic integration setup, please answer the following requirements to get started. Once you have answered, our Integration team will take care of your setup within the Metrix dashboard.

Requirements

  • Company Description: Provide a short description of your company and the provided services (at least 3-4 words). This information will be displayed on the partners listing page on our website and dashboard.

  • Mobile Identifiers: Send Google Advertising ID or Android ID to Metrix in the format of these macros:

    • android_id => {android_id}
    • gps_adid => {gps_adid}
  • Custom Parameters: If you currently send a Click ID to Metrix, and you have custom parameters that you fill in when you send clicks, and you need them on installation callback, provide your dynamic parameters macros (e.g., {click_id}).

Postback Configuration

Main Postback URL

Provide your main postback URL. The system can send the following built-in parameters to your server:

  • {android_id}
  • {gps_adid}
  • {device_name}
  • {device_manufacturer}
  • {installed_at}
  • {ip_address}
  • {tracker_code}
  • {network_name}
  • {campaign_name}
  • {adgroup_name}
  • {creative_name}

Attach whichever parameters you need to your server URL in the same format.

Event and Rejection Parameters

  • Events Postback: The action parameter can be defined by {actionName}
  • Rejected Installs: The {rejection_reason} parameter can be sent to your server

Dynamic Callback URLs

Metrix allows you to dynamically attach callback URLs directly to tracker URLs by using the install_callback parameter. This means that the callback is directly attached to the tracker URL and automatically fires a callback to your endpoint upon conversion.

Last updated on