Google Analytics API v3 (revision 41)



Uses of Class
com.google.api.services.analytics.model.McfData.Rows.ConversionPathValue

Packages that use McfData.Rows.ConversionPathValue
com.google.api.services.analytics.model   
 

Uses of McfData.Rows.ConversionPathValue in com.google.api.services.analytics.model
 

Methods in com.google.api.services.analytics.model that return McfData.Rows.ConversionPathValue
 McfData.Rows.ConversionPathValue McfData.Rows.ConversionPathValue.clone()
           
 McfData.Rows.ConversionPathValue McfData.Rows.ConversionPathValue.set(String fieldName, Object value)
           
 McfData.Rows.ConversionPathValue McfData.Rows.ConversionPathValue.setInteractionType(String interactionType)
          Type of an interaction on conversion path.
 McfData.Rows.ConversionPathValue McfData.Rows.ConversionPathValue.setNodeValue(String nodeValue)
          Node value of an interaction on conversion path.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type McfData.Rows.ConversionPathValue
 List<McfData.Rows.ConversionPathValue> McfData.Rows.getConversionPathValue()
          A conversion path dimension value, containing a list of interactions with their attributes.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type McfData.Rows.ConversionPathValue
 McfData.Rows McfData.Rows.setConversionPathValue(List<McfData.Rows.ConversionPathValue> conversionPathValue)
          A conversion path dimension value, containing a list of interactions with their attributes.