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

Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups. More...

Properties

long id [get, set]
 The unique ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the More...
 
long[] companyIds [get, set]
 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. More...
 
int impressionsLookback [get, set]
 Ad Manager records view-through conversions for users who have previously viewed an Ad Manager 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. More...
 
bool impressionsLookbackSpecified [get, set]
 
int clicksLookback [get, set]
 Ad Manager records click-through conversions for users who have previously clicked on an Ad Manager 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. More...
 
bool clicksLookbackSpecified [get, set]
 
ActivityGroupStatus status [get, set]
 The status of this activity group. This attribute is readonly. More...
 
bool statusSpecified [get, set]
 

Detailed Description

Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups.

Property Documentation

int Google.Api.Ads.AdManager.v202305.ActivityGroup.clicksLookback
getset

Ad Manager records click-through conversions for users who have previously clicked on an Ad Manager 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.

bool Google.Api.Ads.AdManager.v202305.ActivityGroup.clicksLookbackSpecified
getset

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

long [] Google.Api.Ads.AdManager.v202305.ActivityGroup.companyIds
getset

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_ADVERTISER

long Google.Api.Ads.AdManager.v202305.ActivityGroup.id
getset

The unique ID of the

ActivityGroup. This attribute is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.ActivityGroup.idSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.ActivityGroup.impressionsLookback
getset

Ad Manager records view-through conversions for users who have previously viewed an Ad Manager 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.

bool Google.Api.Ads.AdManager.v202305.ActivityGroup.impressionsLookbackSpecified
getset

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

string Google.Api.Ads.AdManager.v202305.ActivityGroup.name
getset

The name of the

ActivityGroup. This attribute is required to create an activity group and has a maximum length of 255 characters.

ActivityGroupStatus Google.Api.Ads.AdManager.v202305.ActivityGroup.status
getset

The status of this activity group. This attribute is readonly.

bool Google.Api.Ads.AdManager.v202305.ActivityGroup.statusSpecified
getset

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


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