AdWordsSoapClient::GetEffectiveUser PHP Method

GetEffectiveUser() public method

Gets the effective user the request was made against.
public GetEffectiveUser ( ) : string
return string the effective user the request was made against
    public function GetEffectiveUser()
    {
        return $this->GetAdsUser()->GetClientCustomerId();
    }