public interface TrafficSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUserAcquiredCampaign()
public abstract String getUserAcquiredCampaign()
The name of the campaign which acquired the user.
string user_acquired_campaign = 2;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredCampaign. |
getUserAcquiredCampaignBytes()
public abstract ByteString getUserAcquiredCampaignBytes()
The name of the campaign which acquired the user.
string user_acquired_campaign = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredCampaign. |
getUserAcquiredMedium()
public abstract String getUserAcquiredMedium()
The name of the medium which acquired the user.
string user_acquired_medium = 4;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredMedium. |
getUserAcquiredMediumBytes()
public abstract ByteString getUserAcquiredMediumBytes()
The name of the medium which acquired the user.
string user_acquired_medium = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredMedium. |
getUserAcquiredSource()
public abstract String getUserAcquiredSource()
The name of the network which acquired the user.
string user_acquired_source = 3;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredSource. |
getUserAcquiredSourceBytes()
public abstract ByteString getUserAcquiredSourceBytes()
The name of the network which acquired the user.
string user_acquired_source = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredSource. |