Ads API .NET library
|
As of February 22, 2024 this service will become read only as part of Spotlight deprecation, learn more. More...
Public Member Functions | |
ActivityService () | |
Creates a new instance of the ActivityService class. More... | |
ActivityService (string endpointConfigurationName) | |
Creates a new instance of the ActivityService class. More... | |
ActivityService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the ActivityService class. More... | |
ActivityService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the ActivityService class. More... | |
ActivityService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the ActivityService class. More... | |
virtual Google.Api.Ads.AdManager.v202402.Activity[] | createActivities (Google.Api.Ads.AdManager.v202402.Activity[] activities) |
Creates a new Activity objects. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202402.Activity[]> | createActivitiesAsync (Google.Api.Ads.AdManager.v202402.Activity[] activities) |
virtual Google.Api.Ads.AdManager.v202402.ActivityPage | getActivitiesByStatement (Google.Api.Ads.AdManager.v202402.Statement filterStatement) |
Gets an ActivityPage of Activity objects that satisfy the given Statement::query. The following fields are supported for filtering: More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202402.ActivityPage > | getActivitiesByStatementAsync (Google.Api.Ads.AdManager.v202402.Statement filterStatement) |
virtual Google.Api.Ads.AdManager.v202402.Activity[] | updateActivities (Google.Api.Ads.AdManager.v202402.Activity[] activities) |
Updates the specified Activity objects. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202402.Activity[]> | updateActivitiesAsync (Google.Api.Ads.AdManager.v202402.Activity[] activities) |
As of February 22, 2024 this service will become read only as part of Spotlight deprecation, learn more.
Provides methods for creating, updating and retrieving Activity objects.
An activity group contains Activity objects. Activities have a many-to-one relationship with activity groups, meaning each activity can belong to only one activity group, but activity groups can have multiple activities. An activity group can be used to manage the activities it contains.
|
inline |
Creates a new instance of the ActivityService class.
|
inline |
Creates a new instance of the ActivityService class.
|
inline |
Creates a new instance of the ActivityService class.
|
inline |
Creates a new instance of the ActivityService class.
|
inline |
Creates a new instance of the ActivityService class.
|
inlinevirtual |
Creates a new Activity objects.
Implements Google.Api.Ads.AdManager.v202402.IActivityService.
|
inlinevirtual |
|
inlinevirtual |
Gets an ActivityPage of Activity objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
id | Activity::id |
name | Activity::name |
expectedURL | Activity::expectedURL |
status | Activity::status |
activityGroupId | Activity::activityGroupId |
Implements Google.Api.Ads.AdManager.v202402.ActivityServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Activity objects.
Implements Google.Api.Ads.AdManager.v202402.IActivityService.
|
inlinevirtual |