feat: 在 Facebook 类中添加 Lead 事件处理逻辑
This commit is contained in:
parent
234bc63dd0
commit
4d353a2155
|
@ -112,6 +112,7 @@ class Facebook
|
||||||
match ($type) {
|
match ($type) {
|
||||||
1 => self::PageView($access_token, $pixel_id, $client_ip),
|
1 => self::PageView($access_token, $pixel_id, $client_ip),
|
||||||
2 => self::CompleteRegistration($access_token, $pixel_id, $client_ip),
|
2 => self::CompleteRegistration($access_token, $pixel_id, $client_ip),
|
||||||
|
3 => self::Lead($access_token, $pixel_id, $client_ip),
|
||||||
default => error_log("Invalid event type: " . $type),
|
default => error_log("Invalid event type: " . $type),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue