Class AdScriptIdentifier
Metadata about the ad script that was on the stack that caused the current
script in the AdAncestry to be considered ad related.
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; }