Lines Matching refs:creativeId
58 * @param string $creativeId The ID of the creative to retrieve.
62 public function get($accountId, $creativeId, $optParams = []) argument
64 $params = ['accountId' => $accountId, 'creativeId' => $creativeId];
106 * @param string $creativeId The creative ID of the creative to stop
113 …public function stopWatching($accountId, $creativeId, StopWatchingCreativeRequest $postBody, $optP… argument
115 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];
124 * @param string $creativeId The buyer-defined creative ID of this creative. Can
130 public function update($accountId, $creativeId, Creative $postBody, $optParams = []) argument
132 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];
141 * @param string $creativeId The creative ID to watch for status changes.
149 public function watch($accountId, $creativeId, WatchCreativeRequest $postBody, $optParams = []) argument
151 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];