I am trying to create an audience resource using googleAds mutate service. My Audience resource basically consists of one dimension that has one userInterest resource in it.
When calling the mutate service, using the following operation:
I am receiving the error "DIMENSION_INVALID". I can't really figure out what I am doing wrong. From what I understand I don't have to create the userInterest resource, since it is already pre-defined (I can fetch it using Google Ads Search service).
Anyone who sees any mistake in the above operation that might cause the error. Also, I am using an Google Ads Test account but I guess that shouldn't be a problem?