Class AdScriptIdentifier
Identifies the script on the stack that caused a resource or element to be labeled as an ad. For resources, this indicates the context that triggered the fetch. For elements, this indicates the context that caused the element to be appended to the DOM.
public sealed class AdScriptIdentifier
- Inheritance
-
AdScriptIdentifier
- Inherited Members
Properties
DebuggerId
V8's debugging ID for the v8::Context.
[JsonPropertyName("debuggerId")]
public string DebuggerId { get; set; }
Property Value
Name
The script's url (or generated name based on id if inline script).
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
ScriptId
The script's V8 identifier.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }