HitBuilders.AppViewBuilder

  • HitBuilders.AppViewBuilder is a deprecated class for building basic app view hits.

  • This class has been replaced by the semantically similar ScreenViewBuilder class for consistency across Google Analytics platforms.

  • You can use common set methods to add other fields to the AppViewBuilder.

  • The class inherits methods from HitBuilders.HitBuilder for adding various types of data like products, promotions, custom dimensions, and metrics.

public static class HitBuilders.AppViewBuilder extends HitBuilder<HitBuilders.AppViewBuilder>

This class is deprecated.
This class has been deprecated in favor of the new ScreenViewBuilder class. The two classes are semantically similar but the latter is consistent across all the Google Analytics platforms.

Class to build a basic app view hit. You can add any of the other fields to the builder using common set methods.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public AppViewBuilder ()