Hi devs,
I'm trying to set up
Enhanced Conversions for Web, I see some conversions coming in, less than
expected, and some errors are shown in the GAds console.
By following the red error "Check enhanced conversions", I get to the message “Your API is not configured correctly to send the order ID, OAuth credentials and hashed user data from your website.” 
I've followed the linked documentation to check if the listed things are correctly configured, and everything looks good.
The way I have everything set up is:
-->A pixel is triggered, including the order_id parameter. https://www.googleadservices.com/pagead/conversion/XXXXXXX/? ![]()
-->Then I have an API call server to server to send the hashed email and phone, set up this way:
-->First, a request to get the access_token from https://accounts.google.com/o/oauth2/token, the succesful response includes the access_token.
-->Then, a request to https://googleads.googleapis.com/v11/customers/xxxxx:uploadConversionAdjustments containing the token for auth and with the following body:

Receiving a successful response:
But this hits aren't showing on the Google Ads console, (I'm aware that conversions may take up to 24hrs hrs to show up on the dashboard, I've been having this issue for a couple of weeks now), is it possible that GAds is filtering it somehow? Is there anything else I should be checking?
(I have also double checked that both email and phone are hashed with SHA-256)
Thanks in advance!
Pablo
|
||||||
|
||||||