Preserve the original ad identifier
The Google Ads traffic source template stores identifiers in these locations:
These are mappings, not values to invent. Your real incoming visit must carry the identifier. If you customized the source’s token positions, update the route URL to use your actual positions.
Metricanic can forward
gclid with gbraid. Otherwise it chooses gclid, then gbraid, then wbraid from the available values. Empty or unresolved macros do not count as identifiers.
Attach the route to a goal
- In Integrations, click Configure postback on the active Google connection, choose the destination, and click Generate postback URL.
- Copy the generated URL.
- Edit the campaign and open 2. Events.
- Find the event action that should be sent to Google. Enable Outgoing postback and paste the route into Destination URL.
- Save the campaign.
Decide what value to send
{payout} is the value resolved for the Metricanic event. If a qualified lead is worth 20 in your reporting currency, configure that event’s revenue accordingly or send the value with the incoming event, according to the goal’s revenue mode.
The route requires a finite value of zero or more. Zero is valid for a conversion with no monetary value. A missing value is not equivalent to zero.
The generated currency is USD. Change it to the correct three-letter currency code if your values use another currency. Changing the code labels the amount. It does not convert it.
Keep {tx_uid} and {event_ts} in the generated URL. They provide the transaction identity and conversion time. The route can derive an order ID from click_id, idx, and event_ts when order_id is unavailable, but keeping the generated values gives a clearer event identity.
Test the full journey
Use a real eligible Google click, complete the chosen conversion, and check three separate results:- The visit has its Google identifier.
- The expected event appears in Metricanic.
- Its outgoing postback has a successful delivery result.
no_google_click_id, invalid_conversion_time, or invalid_conversion_value point to event data. Authorization errors point to the connection.
Keep the route secret out of public pages and shared screenshots. It authorizes requests to that Google destination.