Hello,
I'm using the google adwords ruby gem to try and mutate an audience but I get this error in return, I was wondering if someone could explain it a little better
Google Ads error: AdsCommon::Errors::UnexpectedParametersError: [:hashed_first_name]. Parameters for members: [:hashed_first_name, :hashed_email], [\"google_ads_hashed_first_name\", \"google_ads_email_sha256\"]"
So to me that reads,
"""You have provided a parameter "hashed_first_name" which is unexpected, the parameters for members are [:hashed_first_name, :hashed_email]"""
So why is it rejecting the hashed_first_name field when it seems to be expecting it?
Any help would be amazing thank you