No Bug, mozilla-central repo-update HSTS HPKP remote-settings mobile-experiments ct-logs - r=release-managers,diannaS
Differential Revision: https://phabricator.services.mozilla.com/D243306
This commit is contained in:
@@ -470,6 +470,130 @@
|
||||
"firefoxLabsDescriptionLinks": null,
|
||||
"firefoxLabsGroup": null,
|
||||
"requiresRestart": false
|
||||
},
|
||||
{
|
||||
"schemaVersion": "1.12.0",
|
||||
"slug": "new-onboarding-experience-experiment-phase-3-android",
|
||||
"id": "new-onboarding-experience-experiment-phase-3-android",
|
||||
"arguments": {},
|
||||
"application": "org.mozilla.firefox",
|
||||
"appName": "fenix",
|
||||
"appId": "org.mozilla.firefox",
|
||||
"channel": "release",
|
||||
"userFacingName": "New Onboarding Experience experiment phase 3 (Android)",
|
||||
"userFacingDescription": "Rolling out new onboarding experience pointing to more information about data use.",
|
||||
"isEnrollmentPaused": false,
|
||||
"isRollout": false,
|
||||
"bucketConfig": {
|
||||
"randomizationUnit": "nimbus_id",
|
||||
"namespace": "fenix-juno-onboarding-release-13",
|
||||
"start": 0,
|
||||
"count": 10000,
|
||||
"total": 10000
|
||||
},
|
||||
"featureIds": [
|
||||
"juno-onboarding"
|
||||
],
|
||||
"probeSets": [],
|
||||
"outcomes": [
|
||||
{
|
||||
"slug": "onboarding",
|
||||
"priority": "primary"
|
||||
},
|
||||
{
|
||||
"slug": "default-browser",
|
||||
"priority": "secondary"
|
||||
}
|
||||
],
|
||||
"branches": [
|
||||
{
|
||||
"slug": "control",
|
||||
"ratio": 75,
|
||||
"feature": {
|
||||
"featureId": "this-is-included-for-mobile-pre-96-support",
|
||||
"enabled": false,
|
||||
"value": {}
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"featureId": "juno-onboarding",
|
||||
"enabled": true,
|
||||
"value": {
|
||||
"cards": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "treatment-a",
|
||||
"ratio": 25,
|
||||
"feature": {
|
||||
"featureId": "this-is-included-for-mobile-pre-96-support",
|
||||
"enabled": false,
|
||||
"value": {}
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"featureId": "juno-onboarding",
|
||||
"enabled": true,
|
||||
"value": {
|
||||
"cards": {
|
||||
"terms-of-service": {
|
||||
"card-type": "terms-of-service",
|
||||
"title": "onboarding_welcome_to_firefox",
|
||||
"body": "onboarding_terms_of_service_sub_header_2",
|
||||
"ordering": 1,
|
||||
"image-res": "ic_firefox",
|
||||
"primary-button-label": "onboarding_term_of_service_agree_and_continue_button_label",
|
||||
"extra-data": {
|
||||
"term-of-service-data": {
|
||||
"line-one-text": "onboarding_term_of_service_line_one_2",
|
||||
"line-one-link-text": "onboarding_term_of_service_line_one_link_text_2",
|
||||
"line-two-text": "onboarding_term_of_service_line_two_2",
|
||||
"line-two-link-text": "onboarding_term_of_service_line_two_link_text",
|
||||
"line-three-text": "onboarding_term_of_service_line_three",
|
||||
"line-three-link-text": "onboarding_term_of_service_line_three_link_text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"marketing": {
|
||||
"card-type": "marketing-data",
|
||||
"title": "onboarding_marketing_title",
|
||||
"body": "onboarding_marketing_body",
|
||||
"ordering": 40,
|
||||
"image-res": "ic_onboarding_welcome",
|
||||
"primary-button-label": "onboarding_marketing_positive_button",
|
||||
"extra-data": {
|
||||
"marketing-data": {
|
||||
"body-line-one-text": "onboarding_marketing_learn_more",
|
||||
"body-line-one-link-text": "onboarding_marketing_learn_more",
|
||||
"body-line-two-text": "onboarding_marketing_opt_in_checkbox"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('137.!') >= 0)))",
|
||||
"startDate": "2025-03-24",
|
||||
"enrollmentEndDate": null,
|
||||
"endDate": null,
|
||||
"proposedDuration": 14,
|
||||
"proposedEnrollment": 14,
|
||||
"referenceBranch": "control",
|
||||
"featureValidationOptOut": false,
|
||||
"localizations": null,
|
||||
"locales": null,
|
||||
"publishedDate": "2025-03-24T23:57:36.071012Z",
|
||||
"isFirefoxLabsOptIn": false,
|
||||
"firefoxLabsTitle": null,
|
||||
"firefoxLabsDescription": null,
|
||||
"firefoxLabsDescriptionLinks": null,
|
||||
"firefoxLabsGroup": null,
|
||||
"requiresRestart": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
static const PRTime kCTExpirationTime = INT64_C(1748863299000000);
|
||||
static const PRTime kCTExpirationTime = INT64_C(1749122532000000);
|
||||
|
||||
namespace mozilla::ct {
|
||||
|
||||
|
||||
@@ -736,4 +736,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
|
||||
|
||||
static const int32_t kUnknownId = -1;
|
||||
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1751282486185000);
|
||||
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1751541721372000);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "51.51",
|
||||
"log_list_timestamp": "2025-03-23T12:54:15Z",
|
||||
"version": "51.54",
|
||||
"log_list_timestamp": "2025-03-26T12:59:37Z",
|
||||
"operators": [
|
||||
{
|
||||
"name": "Google",
|
||||
|
||||
@@ -397,9 +397,9 @@
|
||||
},
|
||||
"id": "05645095-d26e-4f20-9137-f24a14a23f28",
|
||||
"identifier": "bing",
|
||||
"last_modified": 1718719100291,
|
||||
"last_modified": 1742996759040,
|
||||
"recordType": "engine",
|
||||
"schema": 1718698353718,
|
||||
"schema": 1742810344329,
|
||||
"variants": [
|
||||
{
|
||||
"environment": {
|
||||
@@ -465,6 +465,62 @@
|
||||
"searchTermParamName": "q"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {
|
||||
"applications": [
|
||||
"firefox-android",
|
||||
"focus-android"
|
||||
],
|
||||
"distributions": [
|
||||
"dt-001"
|
||||
]
|
||||
},
|
||||
"partnerCode": "MZTOF",
|
||||
"telemetrySuffix": "MZTOF",
|
||||
"urls": {
|
||||
"search": {
|
||||
"params": [
|
||||
{
|
||||
"name": "pc",
|
||||
"value": "{partnerCode}"
|
||||
},
|
||||
{
|
||||
"name": "form",
|
||||
"value": "MZTOFO"
|
||||
}
|
||||
],
|
||||
"searchTermParamName": "q"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {
|
||||
"applications": [
|
||||
"firefox-android",
|
||||
"focus-android"
|
||||
],
|
||||
"distributions": [
|
||||
"vivo-001"
|
||||
]
|
||||
},
|
||||
"partnerCode": "MZCP",
|
||||
"telemetrySuffix": "MZCP",
|
||||
"urls": {
|
||||
"search": {
|
||||
"params": [
|
||||
{
|
||||
"name": "pc",
|
||||
"value": "{partnerCode}"
|
||||
},
|
||||
{
|
||||
"name": "form",
|
||||
"value": "MZVIVO"
|
||||
}
|
||||
],
|
||||
"searchTermParamName": "q"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2478,9 +2534,9 @@
|
||||
},
|
||||
"id": "7ace4aa1-e762-4f4b-87b9-b23b3c3a930b",
|
||||
"identifier": "google",
|
||||
"last_modified": 1738595538915,
|
||||
"last_modified": 1742996759044,
|
||||
"recordType": "engine",
|
||||
"schema": 1738577315091,
|
||||
"schema": 1742915469472,
|
||||
"variants": [
|
||||
{
|
||||
"environment": {
|
||||
@@ -2650,12 +2706,29 @@
|
||||
},
|
||||
{
|
||||
"environment": {
|
||||
"applications": [
|
||||
"firefox-android",
|
||||
"focus-android"
|
||||
],
|
||||
"distributions": [
|
||||
"vivo-001"
|
||||
]
|
||||
},
|
||||
"partnerCode": "firefox-b-vv",
|
||||
"telemetrySuffix": "b-vv"
|
||||
},
|
||||
{
|
||||
"environment": {
|
||||
"applications": [
|
||||
"firefox-android",
|
||||
"focus-android"
|
||||
],
|
||||
"distributions": [
|
||||
"dt-001"
|
||||
]
|
||||
},
|
||||
"partnerCode": "firefox-b-tf",
|
||||
"telemetrySuffix": "b-tf"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -8033,5 +8106,5 @@
|
||||
"schema": 1707824831520
|
||||
}
|
||||
],
|
||||
"timestamp": 1738595538915
|
||||
"timestamp": 1742996759044
|
||||
}
|
||||
|
||||
@@ -1,7 +1,302 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"schema": 1741189705475,
|
||||
"schema": 1742915671669,
|
||||
"subframes": [],
|
||||
"components": [
|
||||
{
|
||||
"type": "ad_popover",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#plahover"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".pla-hovercard-container",
|
||||
"skipCount": true,
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_carousel",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".pla-exp-container"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button, .exp-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "[data-dtld]",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_carousel",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".sh-sr__shop-result-group"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".sh-np__click-target",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "refined_search_buttons",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#appbar g-scrolling-carousel"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "a"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_link",
|
||||
"excluded": {
|
||||
"parent": {
|
||||
"selector": "#rhs"
|
||||
}
|
||||
},
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "[data-text-ad='1']"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "ad_sitelink",
|
||||
"selector": "[role='list']"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_sidebar",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#rhs"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".pla-unit, .mnr-c",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "incontent_searchbox",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "form[role='search']"
|
||||
},
|
||||
"related": {
|
||||
"selector": "div.logo + div + div"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "input[type='text']"
|
||||
},
|
||||
{
|
||||
"selector": "textarea[name='q']"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_image_row",
|
||||
"excluded": {
|
||||
"parent": {
|
||||
"selector": ".pla-exp-container"
|
||||
}
|
||||
},
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".top-pla-group-inner"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "[data-dtld]",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "cookie_banner",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "div.spoKVd"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "button#L2AGLb",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_accept",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "button#W0wltc",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_reject",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "button#VnjCcb",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_more_options",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_link",
|
||||
"default": true
|
||||
}
|
||||
],
|
||||
"shoppingTab": {
|
||||
"regexp": "&tbm=shop",
|
||||
"selector": "div[role='navigation'] a",
|
||||
"inspectRegexpInSERP": true
|
||||
},
|
||||
"taggedCodes": [
|
||||
"firefox-a",
|
||||
"firefox-b",
|
||||
"firefox-b-1",
|
||||
"firefox-b-ab",
|
||||
"firefox-b-1-ab",
|
||||
"firefox-b-d",
|
||||
"firefox-b-1-d",
|
||||
"firefox-b-e",
|
||||
"firefox-b-1-e",
|
||||
"firefox-b-m",
|
||||
"firefox-b-1-m",
|
||||
"firefox-b-o",
|
||||
"firefox-b-1-o",
|
||||
"firefox-b-lm",
|
||||
"firefox-b-1-lm",
|
||||
"firefox-b-lg",
|
||||
"firefox-b-huawei-h1611",
|
||||
"firefox-b-is-oem1",
|
||||
"firefox-b-oem1",
|
||||
"firefox-b-oem2",
|
||||
"firefox-b-tinno",
|
||||
"firefox-b-tf",
|
||||
"firefox-b-pn-wt",
|
||||
"firefox-b-pn-wt-us",
|
||||
"firefox-b-vv",
|
||||
"ubuntu",
|
||||
"ubuntu-sn"
|
||||
],
|
||||
"telemetryId": "google",
|
||||
"organicCodes": [],
|
||||
"codeParamName": "client",
|
||||
"queryParamName": "q",
|
||||
"queryParamNames": [
|
||||
"q"
|
||||
],
|
||||
"signedInCookies": [
|
||||
{
|
||||
"host": "accounts.google.com",
|
||||
"name": "SID"
|
||||
}
|
||||
],
|
||||
"domainExtraction": {
|
||||
"ads": [
|
||||
{
|
||||
"method": "textContent",
|
||||
"selectors": ".sh-np__seller-container"
|
||||
},
|
||||
{
|
||||
"method": "dataAttribute",
|
||||
"options": {
|
||||
"dataAttributeKey": "dtld"
|
||||
},
|
||||
"selectors": "[data-dtld]"
|
||||
}
|
||||
],
|
||||
"nonAds": [
|
||||
{
|
||||
"method": "href",
|
||||
"options": {
|
||||
"queryParamKey": "url",
|
||||
"queryParamValueIsHref": true
|
||||
},
|
||||
"selectors": ".mnIHsc > a:first-child"
|
||||
},
|
||||
{
|
||||
"method": "href",
|
||||
"selectors": "a[jsname='UWckNb']"
|
||||
},
|
||||
{
|
||||
"method": "dataAttribute",
|
||||
"options": {
|
||||
"dataAttributeKey": "lpage"
|
||||
},
|
||||
"selectors": "[data-id='mosaic'] [data-lpage]"
|
||||
}
|
||||
]
|
||||
},
|
||||
"searchPageRegexp": "^https://www\\.google\\.(?:.+)/search",
|
||||
"ignoreLinkRegexps": [
|
||||
"^https?://consent\\.google\\.(?:.+)/d\\?continue\\="
|
||||
],
|
||||
"nonAdsLinkRegexps": [
|
||||
"^https?://www\\.google\\.(?:.+)/url?(?:.+)&url="
|
||||
],
|
||||
"searchPageMatches": [
|
||||
"https://{host}/search*"
|
||||
],
|
||||
"adServerAttributes": [
|
||||
"rw"
|
||||
],
|
||||
"followOnParamNames": [
|
||||
"oq",
|
||||
"ved",
|
||||
"ei"
|
||||
],
|
||||
"extraAdServersRegexps": [
|
||||
"^https?://www\\.google(?:adservices)?\\.com/(?:pagead/)?aclk"
|
||||
],
|
||||
"nonAdsLinkQueryParamNames": [
|
||||
"url"
|
||||
],
|
||||
"id": "635a3325-1995-42d6-be09-dbe4b2a95453",
|
||||
"last_modified": 1742996756546
|
||||
},
|
||||
{
|
||||
"schema": 1742810344424,
|
||||
"subframes": [],
|
||||
"components": [
|
||||
{
|
||||
@@ -134,6 +429,8 @@
|
||||
"MOZT",
|
||||
"MOZW",
|
||||
"MOZX",
|
||||
"MZCP",
|
||||
"MZTOF",
|
||||
"MZSL01",
|
||||
"MZSL02",
|
||||
"MZSL03"
|
||||
@@ -190,7 +487,7 @@
|
||||
"^https://www\\.bing\\.com/acli?c?k"
|
||||
],
|
||||
"id": "e1eec461-f1f3-40de-b94b-3b670b78108c",
|
||||
"last_modified": 1741781945962
|
||||
"last_modified": 1742996756543
|
||||
},
|
||||
{
|
||||
"isSPA": true,
|
||||
@@ -555,301 +852,7 @@
|
||||
],
|
||||
"id": "9a487171-3a06-4647-8866-36250ec84f3a",
|
||||
"last_modified": 1741781945953
|
||||
},
|
||||
{
|
||||
"schema": 1740671519221,
|
||||
"subframes": [],
|
||||
"components": [
|
||||
{
|
||||
"type": "ad_popover",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#plahover"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".pla-hovercard-container",
|
||||
"skipCount": true,
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_carousel",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".pla-exp-container"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button, .exp-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "[data-dtld]",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_carousel",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".sh-sr__shop-result-group"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".sh-np__click-target",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "refined_search_buttons",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#appbar g-scrolling-carousel"
|
||||
},
|
||||
"related": {
|
||||
"selector": "g-right-button, g-left-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "a"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_link",
|
||||
"excluded": {
|
||||
"parent": {
|
||||
"selector": "#rhs"
|
||||
}
|
||||
},
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "[data-text-ad='1']"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "ad_sitelink",
|
||||
"selector": "[role='list']"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_sidebar",
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "#rhs"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": ".pla-unit, .mnr-c",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "incontent_searchbox",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "form[role='search']"
|
||||
},
|
||||
"related": {
|
||||
"selector": "div.logo + div + div"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "input[type='text']"
|
||||
},
|
||||
{
|
||||
"selector": "textarea[name='q']"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_image_row",
|
||||
"excluded": {
|
||||
"parent": {
|
||||
"selector": ".pla-exp-container"
|
||||
}
|
||||
},
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": ".top-pla-group-inner"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "[data-dtld]",
|
||||
"countChildren": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "cookie_banner",
|
||||
"topDown": true,
|
||||
"included": {
|
||||
"parent": {
|
||||
"selector": "div.spoKVd"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"selector": "button#L2AGLb",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_accept",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "button#W0wltc",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_reject",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "button#VnjCcb",
|
||||
"eventListeners": [
|
||||
{
|
||||
"action": "clicked_more_options",
|
||||
"eventType": "click"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ad_link",
|
||||
"default": true
|
||||
}
|
||||
],
|
||||
"shoppingTab": {
|
||||
"regexp": "&tbm=shop",
|
||||
"selector": "div[role='navigation'] a",
|
||||
"inspectRegexpInSERP": true
|
||||
},
|
||||
"taggedCodes": [
|
||||
"firefox-a",
|
||||
"firefox-b",
|
||||
"firefox-b-1",
|
||||
"firefox-b-ab",
|
||||
"firefox-b-1-ab",
|
||||
"firefox-b-d",
|
||||
"firefox-b-1-d",
|
||||
"firefox-b-e",
|
||||
"firefox-b-1-e",
|
||||
"firefox-b-m",
|
||||
"firefox-b-1-m",
|
||||
"firefox-b-o",
|
||||
"firefox-b-1-o",
|
||||
"firefox-b-lm",
|
||||
"firefox-b-1-lm",
|
||||
"firefox-b-lg",
|
||||
"firefox-b-huawei-h1611",
|
||||
"firefox-b-is-oem1",
|
||||
"firefox-b-oem1",
|
||||
"firefox-b-oem2",
|
||||
"firefox-b-tinno",
|
||||
"firefox-b-pn-wt",
|
||||
"firefox-b-pn-wt-us",
|
||||
"firefox-b-vv",
|
||||
"ubuntu",
|
||||
"ubuntu-sn"
|
||||
],
|
||||
"telemetryId": "google",
|
||||
"organicCodes": [],
|
||||
"codeParamName": "client",
|
||||
"queryParamName": "q",
|
||||
"queryParamNames": [
|
||||
"q"
|
||||
],
|
||||
"signedInCookies": [
|
||||
{
|
||||
"host": "accounts.google.com",
|
||||
"name": "SID"
|
||||
}
|
||||
],
|
||||
"domainExtraction": {
|
||||
"ads": [
|
||||
{
|
||||
"method": "textContent",
|
||||
"selectors": ".sh-np__seller-container"
|
||||
},
|
||||
{
|
||||
"method": "dataAttribute",
|
||||
"options": {
|
||||
"dataAttributeKey": "dtld"
|
||||
},
|
||||
"selectors": "[data-dtld]"
|
||||
}
|
||||
],
|
||||
"nonAds": [
|
||||
{
|
||||
"method": "href",
|
||||
"options": {
|
||||
"queryParamKey": "url",
|
||||
"queryParamValueIsHref": true
|
||||
},
|
||||
"selectors": ".mnIHsc > a:first-child"
|
||||
},
|
||||
{
|
||||
"method": "href",
|
||||
"selectors": "a[jsname='UWckNb']"
|
||||
},
|
||||
{
|
||||
"method": "dataAttribute",
|
||||
"options": {
|
||||
"dataAttributeKey": "lpage"
|
||||
},
|
||||
"selectors": "[data-id='mosaic'] [data-lpage]"
|
||||
}
|
||||
]
|
||||
},
|
||||
"searchPageRegexp": "^https://www\\.google\\.(?:.+)/search",
|
||||
"ignoreLinkRegexps": [
|
||||
"^https?://consent\\.google\\.(?:.+)/d\\?continue\\="
|
||||
],
|
||||
"nonAdsLinkRegexps": [
|
||||
"^https?://www\\.google\\.(?:.+)/url?(?:.+)&url="
|
||||
],
|
||||
"searchPageMatches": [
|
||||
"https://{host}/search*"
|
||||
],
|
||||
"adServerAttributes": [
|
||||
"rw"
|
||||
],
|
||||
"followOnParamNames": [
|
||||
"oq",
|
||||
"ved",
|
||||
"ei"
|
||||
],
|
||||
"extraAdServersRegexps": [
|
||||
"^https?://www\\.google(?:adservices)?\\.com/(?:pagead/)?aclk"
|
||||
],
|
||||
"nonAdsLinkQueryParamNames": [
|
||||
"url"
|
||||
],
|
||||
"id": "635a3325-1995-42d6-be09-dbe4b2a95453",
|
||||
"last_modified": 1741781945951
|
||||
}
|
||||
],
|
||||
"timestamp": 1741781945962
|
||||
"timestamp": 1742996756546
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user