get
public AdExperienceReport.Sites.Get get(String name)
throws IOException
Gets a site's Ad Experience Report summary.
Create a request for the method "sites.get".
This request holds the parameters needed by the adexperiencereport server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`.
Format: `sites/{site}`
- Returns:
- the request
- Throws:
IOException