|
@@ -14,7 +14,7 @@ class BaiduReport extends BaseReport
|
|
|
public function __construct()
|
|
|
{
|
|
|
$this->charge_event_type = 19;
|
|
|
- $this->register_event_type = 3;
|
|
|
+ $this->register_event_type = 16;
|
|
|
$this->report_url = 'https://ocpc.baidu.com/ocpcapi/api/uploadConvertData';
|
|
|
}
|
|
|
|