Hi Support Team,
Is there a way to retrieve the Website (domain) for an adwords account via PHP? Can get the companyName and DescriptiveName but no domain.
Below is the code used to retrieve Names:
$CustomerService = $client_user->GetCustomerService(ADWORDS_VERSION);
$account = $CustomerService->get('customerId');
$customer_adwords_ID = $account->customerId;
$domain = $account->companyName;
Thanks in Advance,
Maurice