Google Ads Conversion API

Send offline conversions and click data to Google Ads for better campaign attribution.


title: "Google Ads Conversions API" description: "Send click data and offline conversions to Google Ads for better campaign attribution."

Google Ads Conversions API

Nimriz supports forwarding conversion events directly to Google Ads using the server-side Conversions API, as well as firing client-side tracking pixels via the tracking interstitial.

Setup Google Ads Pixel (Tracking Interstitial)

If you rely on the client-side Google tag (gtag.js), you can use the tracking interstitial to fire the tag before the user reaches their destination.

  1. Navigate to Settings > Integrations in the Nimriz dashboard.
  2. Click Add Integration Destination and select Ad Pixel (Interstitial).
  3. Set the Platform Type to Google.
  4. Enter your Measurement ID or Conversion ID (e.g., AW-123456789).
  5. Ensure the Enable Tracking Interstitial toggle is checked.
  6. Click Create Destination.

Setup Google Ads Conversions API

For higher fidelity tracking without redirect latency, you can send conversion events server-side to Google Ads. This requires the click to include a Google Click ID (GCLID) which Nimriz will capture and forward.

  1. Navigate to Settings > Integrations in the Nimriz dashboard.
  2. Click Add Integration Destination and select Google Ads Conversions API.
  3. Enter your Conversion ID.
  4. (Optional) Enter your Conversion Label if you are targeting a specific conversion action.
  5. Click Create Destination.

When Nimriz logs a conversion event (either via the API or a post-back webhook), it will format the event and dispatch it to Google Ads as an offline conversion, referencing the original GCLID captured during the redirect.

Frequently Asked Questions

Does the interstitial affect redirect speed?

Yes. The tracking interstitial serves a brief HTML page to load the Google tag, adding approximately 1.5 seconds of latency before the user is redirected to the final destination.

Do I need to append gclid manually?

If you run Google Ads with auto-tagging enabled, Google automatically appends the gclid parameter to your URLs. Nimriz automatically extracts this from the request and includes it in server-side conversion payloads.