Ads API .NET library
|
Public Member Functions | |
StreamActivityMonitorService () | |
Creates a new instance of the StreamActivityMonitorService class. More... | |
StreamActivityMonitorService (string endpointConfigurationName) | |
Creates a new instance of the StreamActivityMonitorService class. More... | |
StreamActivityMonitorService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the StreamActivityMonitorService class. More... | |
StreamActivityMonitorService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the StreamActivityMonitorService class. More... | |
StreamActivityMonitorService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the StreamActivityMonitorService class. More... | |
virtual Google.Api.Ads.AdManager.v202311.SamSession[] | getSamSessionsByStatement (Google.Api.Ads.AdManager.v202311.Statement statement) |
Returns the logging information for a DAI session. A DAI session can be identified by it's session id or debug key. The session ID must be registered via the More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202311.SamSession[]> | getSamSessionsByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement statement) |
virtual string[] | registerSessionsForMonitoring (string[] sessionIds) |
Registers the specified list of More... | |
virtual System.Threading.Tasks.Task < string[]> | registerSessionsForMonitoringAsync (string[] sessionIds) |
|
inline |
Creates a new instance of the StreamActivityMonitorService class.
|
inline |
Creates a new instance of the StreamActivityMonitorService class.
|
inline |
Creates a new instance of the StreamActivityMonitorService class.
|
inline |
Creates a new instance of the StreamActivityMonitorService class.
|
inline |
Creates a new instance of the StreamActivityMonitorService class.
|
inlinevirtual |
Returns the logging information for a DAI session. A DAI session can be identified by it's session id or debug key. The session ID must be registered via the
registerSessionsForMonitoring
method before it can be accessed. There may be some delay before the session is available.
The number of sessions requested is limited to 25. The following fields are supported for filtering:
Entity property
PQL filter
Session id
'sessionId'
Debug key
'debugKey" </tbody>
Implements Google.Api.Ads.AdManager.v202311.IStreamActivityMonitorService.
|
inlinevirtual |
|
inlinevirtual |
Registers the specified list of
sessionIds
for monitoring. Once the session IDs have been registered, all logged information about the sessions will be persisted and can be viewed via the Ad Manager UI.
A session ID is a unique identifier of a single user watching a live stream event.
Implements Google.Api.Ads.AdManager.v202311.IStreamActivityMonitorService.
|
inlinevirtual |