Hi Google Ads API Team,
We are able to successfully retrieve conversion details for the conversion setup in the MCC account of our customer
[
{
"results": [
{
"conversionAction": {
"resourceName": "customers/7603758484/conversionActions/6709332182",
"status": "ENABLED",
"type": "UPLOAD_CLICKS",
"category": "CONVERTED_LEAD",
"valueSettings": {
"defaultValue": 1,
"defaultCurrencyCode": "GBP"
},
"name": "Global - Call Conversion 1",
"ownerCustomer": "customers/7603758484",
"viewThroughLookbackWindowDays": "1"
}
}
],
"fieldMask": "conversionAction.ownerCustomer,conversionAction.status,conversionAction.resourceName,conversionAction.type,conversionAction.viewThroughLookbackWindowDays,conversionAction.valueSettings.defaultValue,conversionAction.valueSettings.defaultCurrencyCode,conversionAction.name,conversionAction.category",
"requestId": "brt_NJSE6FRe7BfRkMmeVA"
}
]
However, when we try to upload the conversion we get the following error, please help.
Request:-
{"conversions":
[
{
"conversionAction":"customers/7603758484/conversionActions/6709332182",
"conversionDateTime": "2023-12-13 10:15:20+11:00",
"conversionValue": "1.0",
"gclid": "EAIaIQobChMI8KeghfaKgwMVKZRQBh3DPw2cEAAYASAAEgJKoPD_BwE",
"currencyCode": "GBP"
}
],
"partialFailure":"true",
"validateOnly": "false"
}
Response:
{
"partialFailureError": {
"code": 3,
"message": "The conversion action specified in the upload request cannot be found. Make sure it's available in this account., at conversions[0].conversion_action",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v15.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"conversionUploadError": "NO_CONVERSION_ACTION_FOUND"
},
"message": "The conversion action specified in the upload request cannot be found. Make sure it's available in this account.",
"trigger": {
"stringValue": "customers/7603758484/conversionActions/6709332182"
},
"location": {
"fieldPathElements": [
{
"fieldName": "conversions",
"index": 0
},
{
"fieldName": "conversion_action"
}
]
}
}
],
"requestId": "2KK10C0xLTQvmikMpHR4Hg"
}
]
},
"results": [
{}
],
"jobId": "2603515876688803427"
}
Thanks,
Ashish
![]() |
Google Ads API Team |
Hi Google Ads API Team,
Please see the responses to your questions and suggestions:-
[
{
"results": [
{
"conversionAction": {
"resourceName": "customers/7603758484/conversionActions/6709332182",
"status": "ENABLED",
"type": "UPLOAD_CLICKS",
"category": "CONVERTED_LEAD",
"valueSettings": {
"defaultValue": 1,
"defaultCurrencyCode": "GBP"
},
"name": "Global - Call Conversion 1",
"ownerCustomer": "customers/7603758484",
"viewThroughLookbackWindowDays": "1"
}
}
],
"fieldMask": "conversionAction.ownerCustomer,conversionAction.status,conversionAction.resourceName,conversionAction.type,conversionAction.viewThroughLookbackWindowDays,conversionAction.valueSettings.defaultValue,conversionAction.valueSettings.defaultCurrencyCode,conversionAction.name,conversionAction.category",
"requestId": "brt_NJSE6FRe7BfRkMmeVA"
}
]
{"conversions":
[
{
"conversionAction":"customers/7603758484/conversionActions/6709332182",
"conversionDateTime": "2023-12-13 10:15:20+11:00",
"conversionValue": "1.0",
"gclid": "EAIaIQobChMI8KeghfaKgwMVKZRQBh3DPw2cEAAYASAAEgJKoPD_BwE",
"currencyCode": "GBP"
}
],
"partialFailure":"true",
"validateOnly": "false"
}
Please note, we have only been provided OAuth authorization to do API integration
Please help.
Thanks,
Ashish
From: Google Ads API Forum Advisor <ads...@forumsupport.google>
Sent: Monday, 18 December 2023 7:25 PM
To: Ashish [Delacon] <ash...@delaconcorp.com>
Cc: Bo Zhao <bo....@delaconcorp.com>; Sandra Pigram <sandra...@delaconcorp.com>; adwor...@googlegroups.com
Subject: RE: conversion upload for searched conversion action results in no_conversion_action_found
|
You don't often get email from ads...@forumsupport.google. Learn why this is important |
Hi Google Ads API Team,
Thanks for that.
Just to clarify that the access is not the problem, we tried to upload conversion to one of the subaccounts, and that worked just fine.
Please see the details:-
Conversion action details:-
[
{
"results": [
{
"conversionAction": {
"resourceName": "customers/5504035575/conversionActions/893400422",
"status": "ENABLED",
"type": "UPLOAD_CLICKS",
"category": "QUALIFIED_LEAD",
"valueSettings": {
"defaultValue": 1,
"defaultCurrencyCode": "GBP"
},
"name": "Phone Enquiry",
"ownerCustomer": "customers/5504035575",
"clickThroughLookbackWindowDays": "30",
"viewThroughLookbackWindowDays": "1"
}
}
],
"fieldMask": "conversionAction.clickThroughLookbackWindowDays,conversionAction.ownerCustomer,conversionAction.status,conversionAction.resourceName,conversionAction.type,conversionAction.viewThroughLookbackWindowDays,conversionAction.valueSettings.defaultValue,conversionAction.valueSettings.defaultCurrencyCode,conversionAction.name,conversionAction.category",
"requestId": "ZB0Wv-Hn4T7yGPRJMvoK5g"
}
]
Request:-
{"conversions":
[
{
"conversionAction":"customers/5504035575/conversionActions/893400422",
"conversionDateTime": "2023-12-19 09:23:23+11:00",
"conversionValue": "1.0",
"gclid": "EAIaIQobChMIhfTCivOZgwMVw6eDBx0UKgL1EAAYAiAAEgKcTPD_BwE",
"currencyCode": "GBP"
}
],
"partialFailure":"true",
"validateOnly": "false"
}
Response:-
{
"results": [
{
"gclid": "EAIaIQobChMIhfTCivOZgwMVw6eDBx0UKgL1EAAYAiAAEgKcTPD_BwE",
"conversionAction": "customers/5504035575/conversionActions/893400422",
"conversionDateTime": "2023-12-19 09:23:23+11:00"
}
],
"jobId": "1156869258248354474"
}
Please note we use the exact same authorisation and developer token for both the Subaccount and the MCC.
So, we need help to understand what is wrong in the setup because of which API is reporting "NO_CONVERSION_ACTION_FOUND" for conversion_action -> “customers/7603758484/conversionActions/6709332182”
Please help.
Thanks,
Ashish
From: Google Ads API Forum Advisor <ads...@forumsupport.google>
Sent: Tuesday, 19 December 2023 1:25 AM
To: Ashish [Delacon] <ash...@delaconcorp.com>
Cc: Bo Zhao <bo....@delaconcorp.com>; Sandra Pigram <sandra...@delaconcorp.com>; adwor...@googlegroups.com
Subject: RE: conversion upload for searched conversion action results in no_conversion_action_found
|
You don't often get email from ads...@forumsupport.google. Learn why this is important |
Hi,