Configuration
Now that the basic onboarding is complete, let's review all fields in the form and how to use them. Ad Account ID, Conversions Mapping, and Enhanced conversions settings were already filled in during the basic onboarding, so we will skip those fields.

Merchant Id
This would help in attaching the conversion data to your product catalog.
To find the Merchant ID, go to the Merchant Center dashboard. At the top right, select the correct merchant account, and you will see the associated ID.

Identifier Format
The Identifier Format is essentially the value of the Item ID in the Google Merchant Center. Based on the format, we need to add text in the form. For Example, if the Item IDs in your merchant center are of the format Shopify_US_8983767843098_47917121077530 where the first number indicates product ID and the second one suggests variant ID, the text for the identifier format would be Shopify_US_{productId}_{variantId}. Assuming you are passing us the product ID and variant ID fields with the EdgeTag event, we can then generate the Item ID for purchased products and send cart data to Google Ads.
You have {productId}, {variantId} and {sku} variables you can use to add the format, assuming all these fields are sent with EdgeTag events in the Content object.
To find the Identifier Format, go to the Merchant Center dashboard. In the left section, look for products, and click on them. You would see a list of products in the table. From here, obtain the format of the Item ID being used for the products, and based on that, add the text for the Identifier format in the form.

Skip Consent
If you are already using Google consent mode with another provider, then you have an option to skip setting consent data for Google consent states. This would help you manage Google consent across states and avoid conflicts when two providers use gtag, etc.
Custom Query Key
As various browsers implement changes, you may need to set a custom click ID query parameter for your Google Ads. This can be accomplished by using a custom query key.
To set it up, first decide at which level in Google Ads you want to establish this parameter: account, campaign, or ad level. We recommend setting it at the account level for optimal management.
Account level
Go to Account settings within the Admin menu.

Click on the Tracking section.
Now you will need to select your custom key. In our example, we used glid, but you can pick your own. The only thing that you need to be careful about is that it is unique and not used by any other platform. Enter glid={gclid} the Final URL suffix in the box and click "Save".

Go back to the EdgeTag Google Ads form and enter glid (or the one that you chose) into the Custom Query key and click "Save".

Campaign or Ad level
For the reset, you can read how to do it in the Google Ads documentation.
Allow Server Conversion without Click ID
This setting is turned on by default. With this enabled, we do try to send server conversions even without click id, as long as there is user data available.
You can turn this off by disabling the checkbox, if you don't want to allow server conversions without click IDs (enhanced conversions for leads). More info here
For this feature to work properly, you would need to turn on Enhanced Conversions for Leads in Google Ads dashboard.
To turn on Enhanced Conversions for Leads, follow the below instructions
Go to Google Ads dashboard
Click on Goals -> Settings
Find the Enhanced Conversions for Leads and turn on this setting. You can select either of the options from Google tag/Google Tag Manager.

Dynamic Remarketing
Dynamic remarketing in Google Ads is an advanced advertising feature that automatically shows personalised ads featuring the specific products or services that users previously viewed on a merchant's website. You can read more here.
Once you enable the Dynamic Remarketing checkbox, there will be more fields we need to configure.

Business Vertical
Business Vertical refers to the type of business or industry the merchant operates in. This is needed since every business type has different parameters maintained in the catalogue and also what we need to send in that remarketing event payload.
E.g. For Retail business vertical we will need to send Product ID, but for Flights vertical we will need different parameters (say origin, destination) to be sent to Google Ads.
Note: In case Business Vertical is set to Retail, make sure to set up the Identifier Format field. This way we can be sure that Product ID will be matched with Google Merchant Center feed item ID.
Please also refer to the docs and make sure the recommended/required fields are already being passed to EdgeTag events, if the events are custom codified.
Note: Please refer to the docs on creating feed for dynamic remarketing
Remarketing Events Mapping
By default, we map following Google events add_to_cart, view_item and purchase events to EdgeTag standard events AddToCart, ViewContent and Purchase. There are also other recommended events for dynamic remarketing from Google (view_item_list and view_search_results), if you are tracking these events you can map those Google events to EdgeTag event names you are using.
Last updated
Was this helpful?

