CustomersCustomColumns
class CustomersCustomColumns extends Resource (View source)
The "customColumns" collection of methods.
Typical usage is:
$searchads360Service = new Google\Service\SA360(...);
$customColumns = $searchads360Service->customers_customColumns;
Methods
get(string $resourceName, array $optParams = [])
Returns the requested custom column in full detail. (customColumns.get)
listCustomersCustomColumns(string $customerId, array $optParams = [])
Returns all the custom columns associated with the customer in full detail.
Details
GoogleAdsSearchads360V0ResourcesCustomColumn
get(string $resourceName, array $optParams = [])
Returns the requested custom column in full detail. (customColumns.get)
GoogleAdsSearchads360V0ServicesListCustomColumnsResponse
listCustomersCustomColumns(string $customerId, array $optParams = [])
Returns all the custom columns associated with the customer in full detail.
(customColumns.listCustomersCustomColumns)