pub struct AdClient {
pub name: Option<String>,
pub product_code: Option<String>,
pub reporting_dimension_id: Option<String>,
pub state: Option<String>,
}Expand description
Representation of an ad client. An ad client represents a user’s subscription with a specific AdSense product.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- adclients get accounts (response)
Fields§
§name: Option<String>Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}
product_code: Option<String>Output only. Reporting product code of the ad client. For example, “AFC” for AdSense for Content. Corresponds to the PRODUCT_CODE dimension, and present only if the ad client supports reporting.
reporting_dimension_id: Option<String>Output only. Unique ID of the ad client as used in the AD_CLIENT_ID reporting dimension. Present only if the ad client supports reporting.
state: Option<String>Output only. State of the ad client.