Home
last modified time | relevance | path

Searched refs:accountId (Results 1 – 25 of 157) sorted by path

1234567

/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php30 * @param string $accountId Account to get information about.
36 public function get($accountId, $optParams = array()) { argument
37 $params = array('accountId' => $accountId);
80 * @param string $accountId Account for which to list ad clients.
88 $params = array('accountId' => $accountId);
111 * @param string $accountId Account to which the ad client belongs.
130 * @param string $accountId Account which contains the ad client.
223 $params = array('accountId' => $accountId);
336 * @param string $accountId Account upon which to report.
408 $params = array('accountId' => $accountId);
[all …]
H A DGoogle_AdexchangebuyerService.php111 * @param int $accountId The id for the account that will serve this creative.
116 public function get($accountId, $buyerCreativeId, $optParams = array()) { argument
223 * @param string $accountId The account id to get the reports for.
375 public $accountId; variable in Google_Creative
399 public function setAccountId( $accountId) { argument
400 $this->accountId = $accountId;
403 return $this->accountId;
550 public $accountId; variable in Google_DirectDeal
560 public function setAccountId( $accountId) { argument
561 $this->accountId = $accountId;
[all …]
H A DGoogle_AdsensehostService.php30 * @param string $accountId Account to get information about.
34 public function get($accountId, $optParams = array()) { argument
35 $params = array('accountId' => $accountId);
77 * @param string $accountId Account which contains the ad client.
103 $params = array('accountId' => $accountId);
126 * @param string $accountId Account which contains the ad unit.
145 * @param string $accountId Account which contains the ad unit.
1106 public $accountId; variable in Google_AssociationSession
1115 public function setAccountId( $accountId) { argument
1116 $this->accountId = $accountId;
[all …]
H A DGoogle_AnalyticsService.php735 public $accountId; variable in Google_CustomDataSource
753 $this->accountId = $accountId;
946 $this->accountId = $accountId;
1023 $this->accountId = $accountId;
1195 $this->accountId = $accountId;
1610 $this->accountId = $accountId;
1752 $this->accountId = $accountId;
2233 $this->accountId = $accountId;
2408 $this->accountId = $accountId;
2731 $this->accountId = $accountId;
[all …]
H A DGoogle_DfareportingService.php1084 public $accountId; variable in Google_Report
1119 public function setAccountId( $accountId) { argument
1120 $this->accountId = $accountId;
1123 return $this->accountId;
1903 public $accountId; variable in Google_UserProfile
1911 public function setAccountId( $accountId) { argument
1912 $this->accountId = $accountId;
1915 return $this->accountId;
H A DGoogle_ShoppingService.php31 * @param string $accountId Merchant center account id
48 public function get($source, $accountId, $productIdType, $productId, $optParams = array()) { argument
49 …$params = array('source' => $source, 'accountId' => $accountId, 'productIdType' => $productIdType,…
1143 public $accountId; variable in Google_ShoppingModelProductJsonV1Author
1145 public function setAccountId( $accountId) { argument
1146 $this->accountId = $accountId;
1149 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php133 'accountId' => [
157 'accountId' => [
172 'accountId' => [
187 'accountId' => [
212 'accountId' => [
232 'accountId' => [
251 'accountId' => [
282 'accountId' => [
297 'accountId' => [
435 'accountId' => [
[all …]
H A DAdExchangeBuyerII.php101 'accountId' => [
111 'accountId' => [
126 'accountId' => [
148 'accountId' => [
173 'accountId' => [
188 'accountId' => [
208 'accountId' => [
241 'accountId' => [
261 'accountId' => [
284 'accountId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DBillingInfo.php23 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\BillingInfo
28 public function setAccountId($accountId) argument
30 $this->accountId = $accountId;
34 return $this->accountId;
H A DBudget.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Budget
29 public function setAccountId($accountId) argument
31 $this->accountId = $accountId;
35 return $this->accountId;
H A DBuyer.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Buyer
24 public function setAccountId($accountId) argument
26 $this->accountId = $accountId;
30 return $this->accountId;
H A DCreative.php27 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Creative
71 public function setAccountId($accountId) argument
73 $this->accountId = $accountId;
77 return $this->accountId;
H A DMarketplaceLabel.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceLabel
28 public function setAccountId($accountId) argument
30 $this->accountId = $accountId;
34 return $this->accountId;
H A DSeller.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Seller
25 public function setAccountId($accountId) argument
27 $this->accountId = $accountId;
31 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DBillingInfo.php37 * @param int $accountId The account id.
41 public function get($accountId, $optParams = []) argument
43 $params = ['accountId' => $accountId];
H A DBudget.php36 * @param string $accountId The account id to get the budget information for.
41 public function get($accountId, $billingId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'billingId' => $billingId];
52 * @param string $accountId The account id associated with the budget being
60 public function patch($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
62 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
71 * @param string $accountId The account id associated with the budget being
79 public function update($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
81 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
H A DCreatives.php37 * @param int $accountId The id for the account that will serve this creative.
42 public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument
44 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
52 * @param int $accountId The id for the account that will serve this creative.
57 public function get($accountId, $buyerCreativeId, $optParams = []) argument
59 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
107 * @param int $accountId The id for the account that will serve this creative.
112 public function listDeals($accountId, $buyerCreativeId, $optParams = []) argument
114 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
121 * @param int $accountId The id for the account that will serve this creative.
[all …]
H A DPerformanceReport.php36 * @param string $accountId The account id to get the reports.
50 public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = []) argument
52 …$params = ['accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDate…
H A DPretargetingConfig.php36 * @param string $accountId The account id to delete the pretargeting config
41 public function delete($accountId, $configId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'configId' => $configId];
50 * @param string $accountId The account id to get the pretargeting config for.
55 public function get($accountId, $configId, $optParams = []) argument
57 $params = ['accountId' => $accountId, 'configId' => $configId];
64 * @param string $accountId The account id to insert the pretargeting config
72 $params = ['accountId' => $accountId, 'postBody' => $postBody];
84 public function listPretargetingConfig($accountId, $optParams = []) argument
86 $params = ['accountId' => $accountId];
[all …]
H A DPubprofiles.php36 * @param int $accountId The accountId of the publisher to get profiles for.
40 public function listPubprofiles($accountId, $optParams = []) argument
42 $params = ['accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DBuyer.php25 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\Buyer
30 public function setAccountId($accountId) argument
32 $this->accountId = $accountId;
39 return $this->accountId;
H A DCreative.php26 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\Creative
119 public function setAccountId($accountId) argument
121 $this->accountId = $accountId;
128 return $this->accountId;
H A DCreativeDealAssociation.php25 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\CreativeDealAssociation
38 public function setAccountId($accountId) argument
40 $this->accountId = $accountId;
47 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClients.php36 * @param string $accountId Unique numerical account ID for the buyer of which
43 public function create($accountId, Client $postBody, $optParams = []) argument
45 $params = ['accountId' => $accountId, 'postBody' => $postBody];
52 * @param string $accountId Numerical account ID of the client's sponsor buyer.
59 public function get($accountId, $clientAccountId, $optParams = []) argument
61 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];
69 * @param string $accountId Unique numerical account ID of the sponsor buyer to
85 public function listAccountsClients($accountId, $optParams = []) argument
87 $params = ['accountId' => $accountId];
94 * @param string $accountId Unique numerical account ID for the buyer of which
[all …]
H A DAccountsClientsInvitations.php37 * @param string $accountId Numerical account ID of the client's sponsor buyer.
45 …public function create($accountId, $clientAccountId, ClientUserInvitation $postBody, $optParams = … argument
47 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBo…
54 * @param string $accountId Numerical account ID of the client's sponsor buyer.
63 public function get($accountId, $clientAccountId, $invitationId, $optParams = []) argument
65 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'invitationId' => $in…
73 * @param string $accountId Numerical account ID of the client's sponsor buyer.
89 public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = []) argument
91 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];

1234567