Returns serialized ad-unit data for a static widget. Since statically placed widgets (and full-page widgets) do not get ad unit data from the normal ad units endpoint, this returns the related data which is necessary. This includes: - placement reporting_id - tracking data

GET /api/au/widget/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Mon, 15 Mar 2021 19:06:47 GMT
Vary: Accept

{
    "placement": "1e23a75056",
    "tracking": {
        "user_agent": "arquivo-web-crawler (compatible; heritrix/3.4.0-20200304 +http://arquivo.pt)",
        "initial_referrer": "",
        "landing_page": "/robots.txt",
        "num_pages_viewed": 142,
        "pages_viewed": [
            "/best-cds-2018/app.savings/",
            "/best-cds-2018/app.studentLoan/",
            "/mortgage/learn-more/",
            "/mortgage/search/",
            "/api/accounts/email-capture",
            "/best-cds-2018/products/",
            "/api/",
            "/api/flows/submission",
            "/api/flows/submission/",
            "/api/au/widget/"
        ],
        "campaign": "My Slumber Yard Text Links",
        "campaign_url_param": "msy-text-links",
        "campaign_id": 40312,
        "campaign_reporting_id": "8f208224a3",
        "scriptless_integration": false,
        "device_brand": "Spider",
        "device_family": "Spider",
        "device_model": "Desktop",
        "os_family": "Other",
        "os_version_major": null,
        "os_version_minor": null,
        "browser_family": "heritrix",
        "browser_version_major": "3",
        "browser_version_minor": "4",
        "city": "Lisbon",
        "country": "Portugal",
        "country_code": "PT",
        "ip_address": "194.210.235.5",
        "postal_code": "1000-001",
        "state": "Lisbon",
        "state_code": "11",
        "default_purchase": null,
        "default_refinance": null,
        "utm_source": "My Slumber Yard",
        "utm_campaign": "msy-text-links",
        "utm_medium": "mfCRU",
        "utm_content": "",
        "utm_term": "",
        "mktg_hline": "",
        "mktg_image": "",
        "gclid": "",
        "clk": "",
        "user_email": null,
        "user_id": null,
        "user_name": null,
        "google_tag_id": "GTM-W6J3GW",
        "recent_foreign_referer": "https://static.myfinance.com/js/ng.456dbd5645c9.js",
        "placement_medium": "cru"
    }
}