Hi,
Can the Google Ads API be used for conversion tracking as a replacement for Google Ads Conversion tags?
Problem - When a user has tracking blockers enabled, the conversion tags dont fire.
For Facebook, we have Meta Conversions API, which we can utilize server-side to upload conversions, alongside clientside conversion tags. It also supports event deduplications, so that when the same conversion event is uploaded by tags as well as the CAPI, it is seen as a single event.
There is Google Ads API enanced conversions but
In order to implement enhanced conversions using the Google Ads API, you must record conversions using a regular conversion tracking tag on your website. After a conversion is recorded, you can then send hashed first-party data (such as email address, phone number, name, and/or home address) via an API connection up until 24 hours after the conversion.
Can the Google Enhanced Conversions/any other API be used without a conversion event recorded by a tag in the same way as Facebook CAPI does?