AI-generated Key Takeaways
-
Client metadata, including a unique client ID and version, is sent with Safe Browsing API requests.
-
This metadata is represented using a JSON object with
clientId
andclientVersion
fields. -
Developers should provide a unique
clientId
to identify their implementation andclientVersion
to specify the version being used.
The client metadata associated with Safe Browsing API requests.
JSON representation |
---|
{ "clientId": string, "clientVersion": string } |
Fields | |
---|---|
clientId |
A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API. |
clientVersion |
The version of the client implementation. |