Ads API .NET library
|
An activity is a specific user action that an advertiser wants to track, such as the completion of a purchase or a visit to a webpage. You create and manage activities in Ad Manager. When a user performs the action after seeing an advertiser's ad, that's a conversion. More...
Properties | |
long | id [get, set] |
The unique ID of the More... | |
bool | idSpecified [get, set] |
long | activityGroupId [get, set] |
The ID of the ActivityGroup that this Activity belongs to. More... | |
bool | activityGroupIdSpecified [get, set] |
string | name [get, set] |
The name of the More... | |
string | expectedURL [get, set] |
The URL of the webpage where the tags from this activity will be placed. This attribute is optional. More... | |
ActivityStatus | status [get, set] |
The status of this activity. This attribute is readonly. More... | |
bool | statusSpecified [get, set] |
ActivityType | type [get, set] |
The activity type. This attribute is optional and defaults to Activity.Type::PAGE_VIEWS More... | |
bool | typeSpecified [get, set] |
An activity is a specific user action that an advertiser wants to track, such as the completion of a purchase or a visit to a webpage. You create and manage activities in Ad Manager. When a user performs the action after seeing an advertiser's ad, that's a conversion.
For example, you set up an activity in Ad Manager to track how many users visit an advertiser's promotional website after viewing or clicking on an ad. When a user views an ad, then visits the page, that's one conversion.
|
getset |
The ID of the ActivityGroup that this Activity belongs to.
|
getset |
true
, if a value is specified for activityGroupId, false
otherwise.
|
getset |
The URL of the webpage where the tags from this activity will be placed. This attribute is optional.
|
getset |
|
getset |
true
, if a value is specified for id, false
otherwise.
|
getset |
The name of the
Activity
. This attribute is required and has a maximum length of 255 characters.
|
getset |
The status of this activity. This attribute is readonly.
|
getset |
true
, if a value is specified for status, false
otherwise.
|
getset |
The activity type. This attribute is optional and defaults to Activity.Type::PAGE_VIEWS
|
getset |
true
, if a value is specified for type, false
otherwise.