Введите код...
Hi,
when we create a Customer, we specify a 'descriptive_name'. How to get this
field, knowing Client Id?
// Iterates over all accessible customers' resource names and
prints them.
foreach ($accessibleCustomers->getResourceNames() as $resourceName)
{
/** @var string $resourceName */
// printf("Customer resource name: '%s'%s", $resourceName,
PHP_EOL);
$customerId = explode("/", $resourceName);
$customerId = $customerId[1];
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/8051ce2c-5281-4ce8-a42c-21f6cceb76bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.