diff --git a/examples/AdsPixelCRMEventsPostCustom.php b/examples/AdsPixelCRMEventsPostCustom.php index 270145fc..7d1af9ee 100644 --- a/examples/AdsPixelCRMEventsPostCustom.php +++ b/examples/AdsPixelCRMEventsPostCustom.php @@ -28,7 +28,7 @@ ->setLeadId('525645896321548'); $custom_data = (new CustomData()) - ->setCustomProperties(array('lead_event_source' => 'Salesforce'); + ->setCustomProperties(array('lead_event_source' => 'Salesforce')); $event = (new Event()) ->setEventName('QualifiedLead') @@ -43,4 +43,4 @@ $request = (new EventRequest($pixel_id)) ->setEvents($events); $response = $request->execute(); -print_r($response); \ No newline at end of file +print_r($response);