Reference documentation and code samples for the Google Ads Data Manager V1 Client class SizeInfo.
Estimated number of members in this user list in different target networks.
Generated from protobuf message google.ads.datamanager.v1.SizeInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_network_members_count |
int|string
Output only. Estimated number of members in this user list, on the Google Display Network. |
↳ search_network_members_count |
int|string
Output only. Estimated number of members in this user list in the google.com domain. These are the members available for targeting in Search campaigns. |
getDisplayNetworkMembersCount
Output only. Estimated number of members in this user list, on the Google Display Network.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDisplayNetworkMembersCount
Output only. Estimated number of members in this user list, on the Google Display Network.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSearchNetworkMembersCount
Output only. Estimated number of members in this user list in the google.com domain. These are the members available for targeting in Search campaigns.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setSearchNetworkMembersCount
Output only. Estimated number of members in this user list in the google.com domain. These are the members available for targeting in Search campaigns.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|