I use the following GAOL to query:
```
    SELECT 
        campaign_conversion_goal.biddable, 
        campaign_conversion_goal.campaign, 
        campaign_conversion_goal.category, 
        campaign_conversion_goal.origin, 
        campaign_conversion_goal.resource_name, 
        campaign.id, 
        campaign.name 
    FROM campaign_conversion_goal 
    WHERE campaign.id = '{campaign_id}'
```
The query results are summarized as follows
```json
[
  {
    "category":"DEFAULT",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"DEFAULT",
    "origin":"GOOGLE_HOSTED",
    "biddable":true
  },
  {
    "category":"DEFAULT",
    "origin":"APP",
    "biddable":true
  },
  {
    "category":"DEFAULT",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"DEFAULT",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"DEFAULT",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"PURCHASE",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"PURCHASE",
    "origin":"GOOGLE_HOSTED",
    "biddable":false
  },
  {
    "category":"PURCHASE",
    "origin":"APP",
    "biddable":true
  },
  {
    "category":"PURCHASE",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"PURCHASE",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"PURCHASE",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"SIGNUP",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"SIGNUP",
    "origin":"GOOGLE_HOSTED",
    "biddable":false
  },
  {
    "category":"SIGNUP",
    "origin":"APP",
    "biddable":true
  },
  {
    "category":"SIGNUP",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"SIGNUP",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"SIGNUP",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"PAGE_VIEW",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"PAGE_VIEW",
    "origin":"GOOGLE_HOSTED",
    "biddable":false
  },
  {
    "category":"PAGE_VIEW",
    "origin":"APP",
    "biddable":false
  },
  {
    "category":"PAGE_VIEW",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"PAGE_VIEW",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"PAGE_VIEW",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"GOOGLE_HOSTED",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"APP",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"DOWNLOAD",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"ADD_TO_CART",
    "origin":"WEBSITE",
    "biddable":false
  },
  {
    "category":"ADD_TO_CART",
    "origin":"GOOGLE_HOSTED",
    "biddable":false
  },
  {
    "category":"ADD_TO_CART",
    "origin":"APP",
    "biddable":false
  },
  {
    "category":"ADD_TO_CART",
    "origin":"CALL_FROM_ADS",
    "biddable":false
  },
  {
    "category":"ADD_TO_CART",
    "origin":"STORE",
    "biddable":false
  },
  {
    "category":"ADD_TO_CART",
    "origin":"YOUTUBE_HOSTED",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"WEBSITE",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"GOOGLE_HOSTED",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"APP",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"CALL_FROM_ADS",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"STORE",
    "biddable":false
  },
  {
    "category":"BEGIN_CHECKOUT",
    "origin":"YOUTUBE_HOSTED",
    "biddable":false
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"GOOGLE_HOSTED",
    "biddable":true
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"APP",
    "biddable":true
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"CALL_FROM_ADS",
    "biddable":true
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"STORE",
    "biddable":true
  },
  {
    "category":"IMPORTED_LEAD",
    "origin":"YOUTUBE_HOSTED",
    "biddable":true
  },
  {
    "category":"ENGAGEMENT",
    "origin":"YOUTUBE_HOSTED",
    "biddable":false
  },
  {
    "category":"QUALIFIED_LEAD",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"CONVERTED_LEAD",
    "origin":"WEBSITE",
    "biddable":true
  },
  {
    "category":"UNKNOWN",
    "origin":"YOUTUBE_HOSTED",
    "biddable":false
  }
]
```
There are 52 records in total. However, in the previous version, only 51 
records were returned. The last record, "{
"category":"UNKNOWN",
"origin":"YOUTUBE_HOSTED",
"biddable":false
}" was not present before.

What's going on? Has the API been modified? I didn't see any mention of 
this in the version update announcement.

The extra "category": "UNKNOWN" data caused me to encounter a 
"BAD_RESOURCE_ID" error when updating CampaignConversionGoalOperation.

Log information:
```
google.ads.googleads.errors.GoogleAdsException: (<_InactiveRpcError of RPC 
that terminated with:
status = StatusCode.NOT_FOUND
details = "Requested entity was not found."
debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:7777 
{grpc_message:"Requested entity was not found.", grpc_status:5, 
created_time:"2025-10-24T02:26:30.6282205+00:00"}"
>, <_InactiveRpcError of RPC that terminated with:
status = StatusCode.NOT_FOUND
details = "Requested entity was not found."
debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:7777 
{grpc_message:"Requested entity was not found.", grpc_status:5, 
created_time:"2025-10-24T02:26:30.6282205+00:00"}"
>, errors {
  error_code {
    request_error: BAD_RESOURCE_ID
  }
  message: "\'UNKNOWN\' part of the resource name is invalid."
  location {
    field_path_elements {
      field_name: "operations"
      index: 51
    }
    field_path_elements {
      field_name: "update"
    }
    field_path_elements {
      field_name: "resource_name"
    }
  }
}
request_id: "NVu29Xxir24kqLGimtAkCg"
, 'NVu29Xxir24kqLGimtAkCg')
```

what should I do?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/e092ff48-5364-4dd9-bf66-f8df83c12e59n%40googlegroups.com.
  • An... xiaochuan li
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to