Google Ads Configuration
1) "Conversion Linker" Tag


2) "Google Ads Remarketing" Tag


3) "Google Ads Conversion Tracking" Tag (Event)




Mis à jour
To install the Conversion Linker tag in Server-Side mode, simply duplicate the tag on the server side with an All Pages trigger. No other specific configuration is required.


As with the Conversion Linker tag, you need to duplicate the tag on the server side, filling in the following parameters:
Conversion ID
Conversion Label
No other change is required if the parameters are correctly set.


a) Setting up the tag
This tag relies on a different logic: it must be linked to a GA4 event fired on the browser side.
Let's take the example of an AddToCart tag:

You need to replicate the tag on the server side, using the same conversion identifiers (ID and Label).
If a conversion value and/or a currency code are provided, you can pass them in the Server-Side tag via "Event Data" variables (for example: value, currency).

b) Setting up the trigger
For the trigger, it is essential to identify the GA4 event that corresponds to the tracked marketing action (e.g.: add_to_cart).

Then, create a custom event with the following conditions:
ClientName equals GA4
EventName equals add_to_cart

This trigger will allow your Server-Side tag to fire only when a relevant GA4 event is detected by the server.
Mis à jour