Google Ads Conversion API Quick Start Guide
The Google Ads Conversion API requires setting up new Conversion Actions within Google Ads. If you want to re-use your existing Google Ads configuration, take a look at the Google Ads Proxy Destination.
Optimize your Google Ads spend by attributing ad clicks to conversion and other key behaviors.
Destination Info
Supports Track calls
Supports HIPAA mode
Refer to this destination as Google Ads Conversion API in the Integrations object
Connection Modes:
Web
Mobile
Server
Getting Started
What You'll Need
Your Google Ads Customer ID
Conversion Actions configured in your Google Ads account
Conversion Events configured in your Freshpaint account
To set up Google Ads Conversions API with Freshpaint, first follow these steps:
Go to the Google Ads Conversion API configuration page in Freshpaint.
Select
User Account
and then clickConnect with Google CM360
as the method to connect Freshpaint to Google Ads
Next, you'll need to setup Conversion Actions in Google Ads
When using the conversion API to send conversions to Google Ads, you will need to create new import
conversion actions.
In your Google Ads account go to
Goals > Summary
. Scroll down and click on the+ Create Conversion Action
button to create a new conversion action.
Configure your conversion action within Google Ads. This configuration is the same as any other action in Google Ads. Choose any conversion goal that makes sense for your organization.
Click
Add
and thenSave and continue
.On the next page, scroll down, skip the section on setting up data sources, and click
Done
.
Finally, link your Freshpaint Event to your Google Ads Action
In your Freshpaint account, click on
Transformations
in the sidebar navigation.
Click on the
Create new
button to create a new transformation.
Select
Modify Data
transformation type.
Select the Freshpaint event you want to send as the conversion. Then select
Google Ads Conversion API
for the destination. Finally, clickSave & Add Transformations
.
On the next page, select
Send Constant Property
in theAdd new transformation
dropdown options.
Fill in
ctname
forProperty Name
.Property Value
should be the Google Ads Conversion Name of the conversion you created in the previous section. SelectText
forConstant Type
.
Click "Save" to save the transformation for the event. You've now linked your Freshpaint event to your Google Ads Conversion Action.
Conversions may take up to 24 hours to appear in your Google Ads Conversion Goals.
Required Properties
The following event properties are required in order to attribute events to specific ads.
Freshpaint property
Google Ads parameter
Type
Description
$gclid
or $gbraid
or $wbraid
gclid
or wbraid
or gbraid
string
gclid (Google Click ID) is generated at ad click time and appended to the landing page URL. Freshpaint will automatically capture gclid for events from your website. If you wish, you may provide $gclid
as an event property to override the automatically captured value. wbraid
or gbraid
can be used instead of gclid
.
ctname or ctid
ctid
string
The Conversion Name or Conversion Id of the conversion action in Google Ads. When using the Conversion Name, the Freshpaint integration will lookup the conversion id before sending the event to google. When using the Conversion Id, the name of the Freshpaint Event must exactly match the name of the Google Ads Conversion name.
Freshpaint will only deliver events to Google when a user arrives on your site by clicking on a Google Ad, thus generating an gclid
. Without gclid
, Google will not be able to attribute conversions.
There are other optional parameters you can add to your events in order to achieve different use cases. You can view the full list of parameters here.
If you are a HIPAA account, you will need to add event properties to the allowlist. If you are not a HIPAA account, you can skip this step.
Configure the HIPAA allowlist destination specific HIPAA allowlist
Edit the Event Properties allowlist and add the following properties:
$gclid
or$gbraid
or$wbraid
ctname or ctid
That's it! Now all you need to do to send an event to Google Ads is enable the destination in the Freshpaint event definition:
Navigate to your Freshpaint event, and toggle the destination on to enable the event to be sent to the Google Ads destination.
Confirm and Validate Conversions in Google Ads
Data from the previous day may not be ingested and displayed by Google in your until 3:30pm ET the following day and can even take up to 24 hours to appear in your Google Ads conversion goals.
Congratulations! Once you have confirmed conversion in Google Ads, you have finished setting up this integration.
You can find more detailed documentation on this integration in the reference guide document.
Last updated