Hello there, that's a great question about enhanced conversions in Google Ads.
It's frustrating when you can't send all the customer-provided data you have in a single conversion hit.
You're right - as the previous response from Preeti noted, tools like Pabbly currently offer separate actions for sending enhanced conversions with *only* email or *only* phone number, and not a combination in a single request.
However, there are alternative approaches you can use to send both pieces of information effectively, which is key for maximizing your match rate in Google Ads.
A powerful solution involves using the Pabbly API in conjunction with the Google Ads API, orchestrated through Google Tag Manager (GTM) and a server-side solution like Stape or Google Cloud Platform.
This setup is highly effective because it gives you full control over the data you collect and how you send it to Google.
This advanced approach lets you collect the user-provided data - including both the email and phone number - on your website using GTM.
You would then send this data to your server-side environment, such as a Stape container or a custom setup on Google Cloud Platform.
From there, your server-side logic, potentially powered by the Pabbly API or directly interfacing with the Google Ads API, can construct the conversion payload.
The advantage of this setup is that the Google Ads API allows you to send conversion events with multiple identifiers simultaneously, often within the same API call, unlike the limitations you might encounter with pre-built actions in an automation tool's user interface.
You would use a standard event name like `purchase` or `lead` for the conversion, and the payload would include the hashed customer-provided data for both email and phone number in the proper fields.
This method bypasses the single-identifier constraint you observed and ensures that when Google matches the hashed data against a signed-in user, it has the maximum amount of information to work with, leading to a much higher conversion matching rate and better performance for your Google Ads campaigns.