com.ibm.commerce.marketing.facade.datatypes

Interface TestElementStatisticsType

    • Method Detail

      • getViews

        java.lang.String getViews()
        Returns the value of the 'Views' attribute. The number of times the test element resulted in data being displayed to a customer in an eMarketing Spot.
        Returns:
        the value of the 'Views' attribute.
        See Also:
        setViews(String), MarketingPackage.getTestElementStatisticsType_Views()
      • setViews

        void setViews(java.lang.String value)
        Sets the value of the 'Views' attribute.
        Parameters:
        value - the new value of the 'Views' attribute.
        See Also:
        getViews()
      • getViewOrders

        java.lang.String getViewOrders()
        Returns the value of the 'View Orders' attribute. The number of times the test element resulted in an order being placed by a customer as a result of data being displayed to the customer in an eMarketing Spot.
        Returns:
        the value of the 'View Orders' attribute.
        See Also:
        setViewOrders(String), MarketingPackage.getTestElementStatisticsType_ViewOrders()
      • setViewOrders

        void setViewOrders(java.lang.String value)
        Sets the value of the 'View Orders' attribute.
        Parameters:
        value - the new value of the 'View Orders' attribute.
        See Also:
        getViewOrders()
      • getViewRevenue

        java.lang.String getViewRevenue()
        Returns the value of the 'View Revenue' attribute. The total amout of revenue attributed to a test element as a result of an order being placed by a customer after data was displayed to the customer in an eMarketing Spot.
        Returns:
        the value of the 'View Revenue' attribute.
        See Also:
        setViewRevenue(String), MarketingPackage.getTestElementStatisticsType_ViewRevenue()
      • setViewRevenue

        void setViewRevenue(java.lang.String value)
        Sets the value of the 'View Revenue' attribute.
        Parameters:
        value - the new value of the 'View Revenue' attribute.
        See Also:
        getViewRevenue()
      • getClicks

        java.lang.String getClicks()
        Returns the value of the 'Clicks' attribute. The number of times the test element resulted in data being clicked by a customer in an eMarketing Spot.
        Returns:
        the value of the 'Clicks' attribute.
        See Also:
        setClicks(String), MarketingPackage.getTestElementStatisticsType_Clicks()
      • setClicks

        void setClicks(java.lang.String value)
        Sets the value of the 'Clicks' attribute.
        Parameters:
        value - the new value of the 'Clicks' attribute.
        See Also:
        getClicks()
      • getClickOrders

        java.lang.String getClickOrders()
        Returns the value of the 'Click Orders' attribute. The number of times the test element resulted in an order being placed by a customer as a result of data being clicked by the customer in an eMarketing Spot.
        Returns:
        the value of the 'Click Orders' attribute.
        See Also:
        setClickOrders(String), MarketingPackage.getTestElementStatisticsType_ClickOrders()
      • setClickOrders

        void setClickOrders(java.lang.String value)
        Sets the value of the 'Click Orders' attribute.
        Parameters:
        value - the new value of the 'Click Orders' attribute.
        See Also:
        getClickOrders()
      • getClickRevenue

        java.lang.String getClickRevenue()
        Returns the value of the 'Click Revenue' attribute. The total amount of revenue attributed to a test element as a result of an order being placed by a customer after data was clicked by the customer in an eMarketing Spot.
        Returns:
        the value of the 'Click Revenue' attribute.
        See Also:
        setClickRevenue(String), MarketingPackage.getTestElementStatisticsType_ClickRevenue()
      • setClickRevenue

        void setClickRevenue(java.lang.String value)
        Sets the value of the 'Click Revenue' attribute.
        Parameters:
        value - the new value of the 'Click Revenue' attribute.
        See Also:
        getClickRevenue()
      • getCurrency

        java.lang.String getCurrency()
        Returns the value of the 'Currency' attribute. The currency in which the display revenue and click revenue are reported.
        Returns:
        the value of the 'Currency' attribute.
        See Also:
        setCurrency(String), MarketingPackage.getTestElementStatisticsType_Currency()
      • setCurrency

        void setCurrency(java.lang.String value)
        Sets the value of the 'Currency' attribute.
        Parameters:
        value - the new value of the 'Currency' attribute.
        See Also:
        getCurrency()
      • getViewConversionRate

        java.lang.String getViewConversionRate()
        Returns the value of the 'View Conversion Rate' attribute. The number of orders divided by the number of views of the test element. These are for the orders associated with views of the test element.
        Returns:
        the value of the 'View Conversion Rate' attribute.
        See Also:
        setViewConversionRate(String), MarketingPackage.getTestElementStatisticsType_ViewConversionRate()
      • setViewConversionRate

        void setViewConversionRate(java.lang.String value)
        Sets the value of the 'View Conversion Rate' attribute.
        Parameters:
        value - the new value of the 'View Conversion Rate' attribute.
        See Also:
        getViewConversionRate()
      • getViewAverageOrderAmount

        java.lang.String getViewAverageOrderAmount()
        Returns the value of the 'View Average Order Amount' attribute. The total revenue of the orders divided by the number of orders. These are for the orders associated with views of the test element.
        Returns:
        the value of the 'View Average Order Amount' attribute.
        See Also:
        setViewAverageOrderAmount(String), MarketingPackage.getTestElementStatisticsType_ViewAverageOrderAmount()
      • setViewAverageOrderAmount

        void setViewAverageOrderAmount(java.lang.String value)
        Sets the value of the 'View Average Order Amount' attribute.
        Parameters:
        value - the new value of the 'View Average Order Amount' attribute.
        See Also:
        getViewAverageOrderAmount()
      • getViewClickRatio

        java.lang.String getViewClickRatio()
        Returns the value of the 'View Click Ratio' attribute. The number of clicks divided by the number of times the test element was viewed.
        Returns:
        the value of the 'View Click Ratio' attribute.
        See Also:
        setViewClickRatio(String), MarketingPackage.getTestElementStatisticsType_ViewClickRatio()
      • setViewClickRatio

        void setViewClickRatio(java.lang.String value)
        Sets the value of the 'View Click Ratio' attribute.
        Parameters:
        value - the new value of the 'View Click Ratio' attribute.
        See Also:
        getViewClickRatio()
      • getClickConversionRate

        java.lang.String getClickConversionRate()
        Returns the value of the 'Click Conversion Rate' attribute. The number of orders divided by the number of clicks of the test element. These are for the orders associated with clicks of the test element.
        Returns:
        the value of the 'Click Conversion Rate' attribute.
        See Also:
        setClickConversionRate(String), MarketingPackage.getTestElementStatisticsType_ClickConversionRate()
      • setClickConversionRate

        void setClickConversionRate(java.lang.String value)
        Sets the value of the 'Click Conversion Rate' attribute.
        Parameters:
        value - the new value of the 'Click Conversion Rate' attribute.
        See Also:
        getClickConversionRate()
      • getClickAverageOrderAmount

        java.lang.String getClickAverageOrderAmount()
        Returns the value of the 'Click Average Order Amount' attribute. The total revenue of the orders divided by the number of orders. These are for the orders associated with clicks of the test element.
        Returns:
        the value of the 'Click Average Order Amount' attribute.
        See Also:
        setClickAverageOrderAmount(String), MarketingPackage.getTestElementStatisticsType_ClickAverageOrderAmount()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getTestElementStatisticsType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()