public function PardotClientInterface::assignPardotProspect in Pardot Integration 2.x
Assigns activity for a Visitor ID to a Prospect ID in Pardot.
Parameters
string $visitor_id: The Pardot Visitor ID to assign to a Prospect ID.
string $prospect_id: The Pardot Prospect ID to which to assign a Visitor ID.
Return value
boolean TRUE if the Visitor ID is successfully assigned to the Prospect ID; False otherwise.
1 method overrides PardotClientInterface::assignPardotProspect()
- PardotClient::assignPardotProspect in src/
Service/ PardotClient.php - Assigns activity for a Visitor ID to a Prospect ID in Pardot.
File
- src/
Service/ PardotClientInterface.php, line 86
Class
- PardotClientInterface
- Interface for the Pardot API service.
Namespace
Drupal\pardot\ServiceCode
public function assignPardotProspect(string $visitor_id, string $prospect_id);