Class Webproperty
JSON template for an Analytics web property.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Webproperty : IDirectResponseSchema
Properties
AccountId
Account ID to which this web property belongs.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChildLink
Child link for this web property. Points to the list of views (profiles) for this web property.
Declaration
[JsonProperty("childLink")]
public virtual Webproperty.ChildLinkData ChildLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Webproperty.ChildLinkData |
Created
DateTime representation of CreatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CreatedDateTimeOffset
DateTimeOffset representation of CreatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreatedRaw
Time this web property was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataRetentionResetOnNewActivity
Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period). Set to false to delete data associated with the user identifier automatically after the rentention period. This property cannot be set on insert.
Declaration
[JsonProperty("dataRetentionResetOnNewActivity")]
public virtual bool? DataRetentionResetOnNewActivity { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DataRetentionTtl
The length of time for which user and event data is retained. This property cannot be set on insert.
Declaration
[JsonProperty("dataRetentionTtl")]
public virtual string DataRetentionTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultProfileId
Default view (profile) ID.
Declaration
[JsonProperty("defaultProfileId")]
public virtual long? DefaultProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Web property ID of the form UA-XXXXX-YY.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IndustryVertical
The industry vertical/category selected for this web property.
Declaration
[JsonProperty("industryVertical")]
public virtual string IndustryVertical { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InternalWebPropertyId
Internal ID for this web property.
Declaration
[JsonProperty("internalWebPropertyId")]
public virtual string InternalWebPropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Resource type for Analytics WebProperty.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Level
Level for this web property. Possible values are STANDARD or PREMIUM.
Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of this web property.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentLink
Parent link for this web property. Points to the account to which this web property belongs.
Declaration
[JsonProperty("parentLink")]
public virtual Webproperty.ParentLinkData ParentLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Webproperty.ParentLinkData |
Permissions
Permissions the user has for this web property.
Declaration
[JsonProperty("permissions")]
public virtual Webproperty.PermissionsData Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Webproperty.PermissionsData |
ProfileCount
View (Profile) count for this web property.
Declaration
[JsonProperty("profileCount")]
public virtual int? ProfileCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelfLink
Link for this web property.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Starred
Indicates whether this web property is starred or not.
Declaration
[JsonProperty("starred")]
public virtual bool? Starred { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Updated
DateTime representation of UpdatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
UpdatedDateTimeOffset
DateTimeOffset representation of UpdatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdatedRaw
Time this web property was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebsiteUrl
Website url for this web property.
Declaration
[JsonProperty("websiteUrl")]
public virtual string WebsiteUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |