3.0.x-and-above/upload/catalog/model/extension/module/facebook_business.php [179:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function installFBE($data = array()) {
        if (isset($data['facebook_pixel_id'])) {
            $data['facebook_use_s2s'] = true;
            $data['facebook_pixel_use_pii'] = $this->getPixelAAMSettings($data['facebook_pixel_id']);
            $data['facebook_pixel_enabled_aam_fields'] = $this->getPixelEnabledAAMFields($data['facebook_pixel_id']);
            $data['facebook_last_aam_check_time'] = time();
        }

        $this->updateFacebookSettings($data);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2.0.x-2.2.x/upload/catalog/model/module/facebook_business.php [179:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function installFBE($data = array()) {
        if (isset($data['facebook_pixel_id'])) {
            $data['facebook_use_s2s'] = true;
            $data['facebook_pixel_use_pii'] = $this->getPixelAAMSettings($data['facebook_pixel_id']);
            $data['facebook_pixel_enabled_aam_fields'] = $this->getPixelEnabledAAMFields($data['facebook_pixel_id']);
            $data['facebook_last_aam_check_time'] = time();
        }

        $this->updateFacebookSettings($data);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2.3.x-and-above/upload/catalog/model/extension/module/facebook_business.php [179:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function installFBE($data = array()) {
        if (isset($data['facebook_pixel_id'])) {
            $data['facebook_use_s2s'] = true;
            $data['facebook_pixel_use_pii'] = $this->getPixelAAMSettings($data['facebook_pixel_id']);
            $data['facebook_pixel_enabled_aam_fields'] = $this->getPixelEnabledAAMFields($data['facebook_pixel_id']);
            $data['facebook_last_aam_check_time'] = time();
        }

        $this->updateFacebookSettings($data);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



