Class AdScriptId
Identifies the script which caused a script or frame to be labelled as an ad.
public sealed class AdScriptId
- Inheritance
-
AdScriptId
- Inherited Members
Properties
DebuggerId
Id of scriptId's debugger.
[JsonPropertyName("debuggerId")]
public string DebuggerId { get; set; }
Property Value
ScriptId
Script Id of the script which caused a script or frame to be labelled as an ad.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }