Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.Activity Class Reference

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]
 

Detailed Description

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.

Property Documentation

long Google.Api.Ads.AdManager.v202311.Activity.activityGroupId
getset

The ID of the ActivityGroup that this Activity belongs to.

bool Google.Api.Ads.AdManager.v202311.Activity.activityGroupIdSpecified
getset

true, if a value is specified for activityGroupId, false otherwise.

string Google.Api.Ads.AdManager.v202311.Activity.expectedURL
getset

The URL of the webpage where the tags from this activity will be placed. This attribute is optional.

long Google.Api.Ads.AdManager.v202311.Activity.id
getset

The unique ID of the

Activity. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202311.Activity.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202311.Activity.name
getset

The name of the

Activity. This attribute is required and has a maximum length of 255 characters.

ActivityStatus Google.Api.Ads.AdManager.v202311.Activity.status
getset

The status of this activity. This attribute is readonly.

bool Google.Api.Ads.AdManager.v202311.Activity.statusSpecified
getset

true, if a value is specified for status, false otherwise.

ActivityType Google.Api.Ads.AdManager.v202311.Activity.type
getset

The activity type. This attribute is optional and defaults to Activity.Type::PAGE_VIEWS

bool Google.Api.Ads.AdManager.v202311.Activity.typeSpecified
getset

true, if a value is specified for type, false otherwise.


The documentation for this class was generated from the following file: