Lines Matching refs:profileId

36    * @param string $profileId User profile ID associated with this request.
42 public function delete($profileId, $creativeFieldId, $id, $optParams = []) argument
44 $params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id];
51 * @param string $profileId User profile ID associated with this request.
58 public function get($profileId, $creativeFieldId, $id, $optParams = []) argument
60 $params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id];
67 * @param string $profileId User profile ID associated with this request.
74 …public function insert($profileId, $creativeFieldId, CreativeFieldValue $postBody, $optParams = []) argument
76 …$params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBo…
84 * @param string $profileId User profile ID associated with this request.
99 public function listCreativeFieldValues($profileId, $creativeFieldId, $optParams = []) argument
101 $params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId];
109 * @param string $profileId User profile ID associated with this request.
116 …public function patch($profileId, $creativeFieldId, $id, CreativeFieldValue $postBody, $optParams … argument
118 …$params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id, 'postBod…
125 * @param string $profileId User profile ID associated with this request.
132 …public function update($profileId, $creativeFieldId, CreativeFieldValue $postBody, $optParams = []) argument
134 …$params = ['profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBo…