Digital Data Viewer (DDV)

View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.

Was ist Digital Data Viewer (DDV)?

Digital Data Viewer (DDV) ist eine Chrome-Erweiterung, die von https://www.gieson.com entwickelt wurde, und ihr Hauptmerkmal ist "View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Digital Data Viewer (DDV)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Digital Data Viewer (DDV)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Digital Data Viewer (DDV) captures requests made to Adobe Experience analytics platforms (AppMeasurement + XDM) and presents the information from your digitalData data layer delivered to Adobe for page view and link click event tracking in devtools panel.

- Compact view tied to each tab, for focused evaluation of data dedicated to analytics analysis.

- Incorporates Tag Management System info (Adobe Launch and Tealium) including build, property, report suite into each request.

- Toggle between "compact view" (single line pre request) or "expanded view" (multi-level object introspection).

- The filter mechanism allows for simple string search, as well as regexp, and filters out request so only those that include the matching value are displayed

- Choose dark-mode or light mode.

- Export all request as: CSV, TEXT, HTML, JSON -- allowing for the capture of an entire "flow" for further analysis offline.

- Forward events to your endpoint to assist with Adobe Event Forwarding local development.                    

Grundlegende Informationen zur Erweiterung

Name Digital Data Viewer (DDV) Digital Data Viewer (DDV)
ID jakfkigacoblojbffhjananlifkombok
Offizielle URL https://chromewebstore.google.com/detail/digital-data-viewer-ddv/jakfkigacoblojbffhjananlifkombok
Beschreibung View, filter and save Adobe Analytics and Adobe Experience Manager (XDM / Alloy) data from developer tools.
Dateigröße 1.95 MB
Installationsanzahl 1,306
Aktuelle Version 2.6.0
Letztes Update 2024-02-08
Veröffentlichungsdatum 2021-06-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.gieson.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gieson.com/Library/projects/utilities/digital-data-viewer/
Hilfeseite URL https://www.gieson.com/Library/projects/utilities/digital-data-viewer/
URL der Datenschutzrichtlinien-Seite https://www.gieson.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digital Data Viewer (DDV)",
    "short_name": "Digital Data Viewer",
    "version": "2.6.0",
    "manifest_version": 3,
    "author": "mike gieson",
    "homepage_url": "https:\/\/www.gieson.com\/Library\/projects\/utilities\/digital-data-viewer\/",
    "description": "View, filter and save Adobe Analytics and Adobe Experience Manager (XDM \/ Alloy) data from developer tools.",
    "devtools_page": "dt_init.html",
    "action": {
        "default_icon": {
            "16": "\/images\/icons\/icon-16.png",
            "32": "\/images\/icons\/icon-32.png",
            "48": "\/images\/icons\/icon-48.png",
            "128": "\/images\/icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icons\/icon-16.png",
        "32": "\/images\/icons\/icon-32.png",
        "48": "\/images\/icons\/icon-48.png",
        "128": "\/images\/icons\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*\/b\/ss\/*",
        "*:\/\/*\/ee\/v1\/*",
        "*:\/\/edge.adobedc.net\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}