Install the FXMacroData redistribution pixel
The Startup redistribution plan lets new product founders start at a low minimum cost and scale with measured non-bot website users. The pixel must be installed on every page of the approved site before the redistribution API key is enabled.
Billing meter
$25 per 1,000 users
Monthly unique non-bot website users, minimum $25/month.
Trial
14 days
The trial period measures the first billing band.
Activation
Pixel verified
API access opens after the pixel and attribution are detected.
1. Add your approved domain
After starting the Startup trial, open API Management and add the website domain that will display FXMacroData-powered data. The dashboard generates the correct partner id, site id, license id, pixel snippet, and attribution snippet for that domain.
2. Install the pixel on every page
Place the generated script in the global layout, normally before the closing </head> tag or at the end of <body>. Use the exact snippet from API Management because the identifiers are account-specific.
<script
async
src="https://fxmacrodata.com/static/js/fxmacrodata-pixel.js"
data-fxmd-partner="YOUR_PARTNER_ID"
data-fxmd-site="YOUR_SITE_ID"
data-fxmd-license="YOUR_LICENSE_ID"
></script>
For single-page apps, the pixel automatically records initial page load and history navigation. It also sends lightweight heartbeat events so the dashboard can distinguish real user sessions from one-off automated fetches.
3. Show attribution with a linkback
Redistribution requires visible attribution where FXMacroData-powered data appears. Add the generated link in your footer, data table area, chart footer, or dashboard shell.
<a
data-fxmd-attribution
href="https://fxmacrodata.com/?utm_source=YOUR_PARTNER_ID&utm_medium=partner&utm_campaign=redistribution"
target="_blank"
rel="noopener"
>
Data powered by FXMacroData
</a>
The pixel checks whether the attribution element exists, is visible, and links to FXMacroData. If you prefer not to add a separate link manually, API Management also provides an optional script mode that injects a small attribution link automatically.
4. Use the API from your server only
The redistribution API key is server-side only. Do not expose the key in browser code, client-side bundles, mobile apps, or public repositories. Your server should request FXMacroData, cache what is needed for your product, and render approved user-facing views.