Hello!
We have multiple Google Ads Account.
Conversions are send through GTM with order id.
Conversion actions are set on manager account level.
When I'm sending the following payload with specifying the conversion_action_id that I got from Google Ads UI (ctId=X) and manager account ID, I get PERMISSION_DENIED
When I'm sending with the Google Ads Customer ID, I'm getting NO_CONVERSION_ACTION_FOUND
{
"conversion_action": "customers/ACCOUNT_ID/conversionActions/CONVERSION_ID",
"adjustment_type": 2,
"order_id": "CORRECT_ORDER_ID",
"adjustment_date_time": "2024-11-04 22:18:00+00:00"
}
Could you please let me know what ACCOUNT_ID should be used, when sending conversion adjustments for accounts, where conversion actions are set on a manager account level?