Setting Up Google Ads Offline Conversions with Hardal
Hardal to Google Ads using Custom Destinations
Setting Up Google Ads Offline Conversions with Hardal
This guide will teach you how to configure Hardal to automatically send your conversion data to Google Ads, helping you track the full customer journey from ad click to offline conversion.
How the Integration Works
- Data Collection: When users visit your website, Hardal’s tracking code captures important information including Google Click IDs (gclid) from your ad campaigns.
- Event Storage: Hardal stores these events along with user properties in its database.
- Conversion Forwarding: When you configure the Google Ads Offline Conversions destination, Hardal automatically sends relevant conversion data to Google Ads when offline conversions occur.
Step-by-Step Configuration
1. Access Custom Destinations
In your Hardal dashboard, locate and select the “Add Custom Destination” option.
2. Select Google Ads Offline Conversions
From the templates section under “Analytics,” choose “Google Ads Offline Conversions.”
3. Configure the Endpoint
Fill in the required fields:
- Endpoint Label: Create a descriptive name (e.g., “Google Ads Conversions”)
- Endpoint ID: Enter a unique identifier (e.g., “google-ads-conversions”)
- Endpoint URL: Input your Google Ads API endpoint
- Request Method: Keep as “POST”
- Content Type: Maintain as “application/json”
4. Understand the Request Format
The pre-configured JSON format maps your Hardal event properties to Google Ads requirements:
Essential Property Mapping
For this integration to work correctly, you must ensure your Hardal events include:
- gclid: The Google Click ID from the ad. Hardal must be configured to capture and store this value as
properties.gclid
. - conversion_action: Your Google Ads conversion action ID should be stored in Hardal as
properties.conversion_action
. - value: The monetary value of the conversion should be in
properties.value
. - currency: The currency code should be in
properties.currency
. - User identifiers: User email and phone (if available) should be stored in Hardal as
properties.user.email
andproperties.user.phone
.
Implementation Checklist
- Verify Hardal code installation is complete on your website.
- Confirm gclid capture is working in Hardal’s event tracking.
- Set up conversion events in Hardal to include all required properties.
- Configure the Google Ads destination as described above.
- Test the integration by triggering a test conversion and verifying it appears in Google Ads.
Troubleshooting
If conversions aren’t appearing in Google Ads:
- Check that Hardal is correctly capturing the gclid parameter from ad clicks.
- Verify your conversion events include all required properties with the exact names shown in the request format.
- Ensure your Google Ads account has offline conversion tracking enabled.
- Confirm the conversion action ID matches exactly with what’s in your Google Ads account.
By following this guide, your Hardal implementation will automatically send offline conversion data to Google Ads, improving your attribution modeling and campaign optimization without requiring manual data uploads.