includeAttributedIPConversions = $includeAttributedIPConversions; } /** * @return bool */ public function getIncludeAttributedIPConversions() { return $this->includeAttributedIPConversions; } /** * @param bool */ public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions) { $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions; } /** * @return bool */ public function getIncludeUnattributedCookieConversions() { return $this->includeUnattributedCookieConversions; } /** * @param bool */ public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions) { $this->includeUnattributedIPConversions = $includeUnattributedIPConversions; } /** * @return bool */ public function getIncludeUnattributedIPConversions() { return $this->includeUnattributedIPConversions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportFloodlightCriteriaReportProperties::class, 'Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties');