I tried to create Performance max campaign using API i got below DIMENSION_INVALID issue when i used this userInterest
"userInterest": {
"resourceName": "customers/1826818684/userInterests/3",
"name": "Arts & Entertainment"
}
"{'error': {'code': 400, 'message': 'Request contains an invalid argument.', 'status': 'INVALID_ARGUMENT', 'details': [{' @type': '
type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure', 'errors': [{'errorCode': {'audienceError': 'DIMENSION_INVALID'}, 'message': 'A dimension within the audience definition is not valid.', 'trigger': {'int64Value': '3'}, 'location': {'fieldPathElements': [{'fieldName': 'mutate_operations', 'index': 39}, {'fieldName': 'audience_operation'}, {'fieldName': 'create'}, {'fieldName': 'dimensions', 'index': 1}, {'fieldName': 'audience_segments'}, {'fieldName': 'segments', 'index': 1}, {'fieldName': 'user_interest'}, {'fieldName': 'user_interest_category'}]}}, {'errorCode': {'mutateError': 'RESOURCE_NOT_FOUND'}, 'message': 'Resource was not found.', 'trigger': {'int64Value': '-400'}, 'location': {'fieldPathElements': [{'fieldName': 'mutate_operations', 'index': 40}, {'fieldName': 'asset_group_signal_operation'}, {'fieldName': 'create'}, {'fieldName': 'audience'}, {'fieldName': 'audience'}]}}], 'requestId': 'RqJRefTCqF1MLvBqi-V42A'}]}}"
But as soon as i tried different userInterest it worked. is there any list of userinterest which does not work for PMAX campaign or m i missing some context ?