All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analytics.model.IncludeConditions.html Maven / Gradle / Ivy

There is a newer version: v3-rev20190807-2.0.0
Show newest version






IncludeConditions (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class IncludeConditions

    • Constructor Detail

      • IncludeConditions

        public IncludeConditions()
    • Method Detail

      • getDaysToLookBack

        public Integer getDaysToLookBack()
        The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
        Returns:
        value or null for none
      • setDaysToLookBack

        public IncludeConditions setDaysToLookBack(Integer daysToLookBack)
        The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
        Parameters:
        daysToLookBack - daysToLookBack or null for none
      • getIsSmartList

        public Boolean getIsSmartList()
        Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
        Returns:
        value or null for none
      • setIsSmartList

        public IncludeConditions setIsSmartList(Boolean isSmartList)
        Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
        Parameters:
        isSmartList - isSmartList or null for none
      • getKind

        public String getKind()
        Resource type for include conditions.
        Returns:
        value or null for none
      • setKind

        public IncludeConditions setKind(String kind)
        Resource type for include conditions.
        Parameters:
        kind - kind or null for none
      • getMembershipDurationDays

        public Integer getMembershipDurationDays()
        Number of days (in the range 1 to 540) a user remains in the audience.
        Returns:
        value or null for none
      • setMembershipDurationDays

        public IncludeConditions setMembershipDurationDays(Integer membershipDurationDays)
        Number of days (in the range 1 to 540) a user remains in the audience.
        Parameters:
        membershipDurationDays - membershipDurationDays or null for none
      • getSegment

        public String getSegment()
        The segment condition that will cause a user to be added to an audience.
        Returns:
        value or null for none
      • setSegment

        public IncludeConditions setSegment(String segment)
        The segment condition that will cause a user to be added to an audience.
        Parameters:
        segment - segment or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy