public class ActivityGroup extends Object implements Serializable
| Constructor and Description |
|---|
ActivityGroup() |
ActivityGroup(Integer id,
String name,
long[] companyIds,
Integer impressionsLookback,
Integer clicksLookback,
ActivityGroupStatus status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getClicksLookback()
Gets the clicksLookback value for this ActivityGroup.
|
long[] |
getCompanyIds()
Gets the companyIds value for this ActivityGroup.
|
long |
getCompanyIds(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getId()
Gets the id value for this ActivityGroup.
|
Integer |
getImpressionsLookback()
Gets the impressionsLookback value for this ActivityGroup.
|
String |
getName()
Gets the name value for this ActivityGroup.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ActivityGroupStatus |
getStatus()
Gets the status value for this ActivityGroup.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setClicksLookback(Integer clicksLookback)
Sets the clicksLookback value for this ActivityGroup.
|
void |
setCompanyIds(int i,
long _value) |
void |
setCompanyIds(long[] companyIds)
Sets the companyIds value for this ActivityGroup.
|
void |
setId(Integer id)
Sets the id value for this ActivityGroup.
|
void |
setImpressionsLookback(Integer impressionsLookback)
Sets the impressionsLookback value for this ActivityGroup.
|
void |
setName(String name)
Sets the name value for this ActivityGroup.
|
void |
setStatus(ActivityGroupStatus status)
Sets the status value for this ActivityGroup.
|
String |
toString() |
public ActivityGroup()
public ActivityGroup(Integer id, String name, long[] companyIds, Integer impressionsLookback, Integer clicksLookback, ActivityGroupStatus status)
public Integer getId()
ActivityGroup. This attribute
is readonly and is assigned
by Google.public void setId(Integer id)
id - * The unique ID of the ActivityGroup. This attribute
is readonly and is assigned
by Google.public String getName()
ActivityGroup. This attribute is required
to create an activity group
and has a maximum length of 255 characters.public void setName(String name)
name - * The name of the ActivityGroup. This attribute is required
to create an activity group
and has a maximum length of 255 characters.public long[] getCompanyIds()
Company.Type#ADVERTISER,
and
Company.Type#AD_NETWORK, and Company.Type#HOUSE_ADVERTISERpublic void setCompanyIds(long[] companyIds)
companyIds - * The company ids whose ads will be included for conversion tracking
on the activities in this
group. Only clicks and impressions of ads from these
companies will lead to conversions on
the containing activities. This attribute is required
when creating an activity group.
The company types allowed are: Company.Type#ADVERTISER,
and
Company.Type#AD_NETWORK, and Company.Type#HOUSE_ADVERTISERpublic long getCompanyIds(int i)
public void setCompanyIds(int i,
long _value)
public Integer getImpressionsLookback()
public void setImpressionsLookback(Integer impressionsLookback)
impressionsLookback - * DFP records view-through conversions for users who have previously
viewed a DFP ad within the
number of days that you set here (1 to 30 days), then
visits a webpage containing activity tags
from this activity group. To be counted, the ad needs
to belong to one of the companies
associated with the activity group. This attribute
is required to create an activity group.public Integer getClicksLookback()
public void setClicksLookback(Integer clicksLookback)
clicksLookback - * DFP records click-through conversions for users who have previously
clicked on a DFP ad within
the number of days that you set here (1 to 30 days),
then visits a webpage containing activity
tags from this activity group. To be counted, the
ad needs to belong to one of the companies
associated with the activity group. This attribute
is required to create an activity group.public ActivityGroupStatus getStatus()
public void setStatus(ActivityGroupStatus status)
status - * The status of this activity group. This attribute is readonly.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.