Client Hints in Data Insertion API
Hi, since the Data Insertion API documentation has not been updated for many years, it is not specified which XML tags can be used for sending the new User Agent Client Hints for Chromium browsers. The more up-to-date Bulk Data Insertion API Documentation says that the columns hints.brands, hints.platform etc. can be used for sending Client Hints. When I tried to use the same format like <hints.platform>macOS</hints.platform> in a Data Insertion API Request, it doesn't seem like working.
Any idea how I can transmit client hints in a Data Insertion API request?