Unable to mutate Life Event criterion to Display ad group

7 views
Skip to first unread message

Jamie Addessi

unread,
Sep 26, 2025, 3:17:44 PM (yesterday) Sep 26
to Google Ads API and AdWords API Forum
I'm having trouble with the Google Ads API (v21) when I try to add Life Event Criterion to an Ad Group on Display Campaigns.
I've tried adding the same criterion through the UI and it succeeds, but when I try to add the criterion in the API I get the following error:

{
  "errorCode": {
    "criterionError": "UNKNOWN"
  },
  "message": "The error code is not in this version.",
  "trigger": {
    "int64Value": "95005"
  },
  "location": {
    "fieldPathElements": [
      {
        "fieldName": "operations",
        "index": 0
      },
      {
        "fieldName": "create"
      },
      {
        "fieldName": "life_event"
      },
      {
        "fieldName": "life_event_id"
      }
    ]
  },
  "details": {
    "unpublishedErrorCode": "CriterionError.INVALID_LIFE_EVENT"
  }
}

Is this feature is supported in the current version of the API? If so, why this error?
Reply all
Reply to author
Forward
0 new messages