hash

in lib/facebook_ads/ad_objects/server_side/user_data.rb [531:559]


      def hash
        [
            emails,
            phones,
            genders,
            dates_of_birth,
            last_names,
            first_names,
            cities,
            country_codes,
            states,
            zip_codes,
            external_ids,
            client_ip_address,
            client_user_agent,
            fbc,
            fbp,
            subscription_id,
            lead_id,
            f5first,
            f5last,
            fi,
            dobd,
            dobm,
            doby,
        ].hash

      end