| Metric | @for (id of serpIds(); track id) {
{{
d.metadata_comparison.providers[id]
}}
{{ id }}
|
}
|---|---|
| Query | @for (id of serpIds(); track id) {{{ d.metadata_comparison.queries[id] }} | }
| Date | @for (id of serpIds(); track id) {{{ d.metadata_comparison.timestamps[id] | date: 'medium' }} | }
| Archive | @for (id of serpIds(); track id) {{{ d.metadata_comparison.archives[id] }} | }
| Status | @for (id of serpIds(); track id) {
{{ d.metadata_comparison.status_codes[id] }}
|
}
| Total URLs | @for (id of serpIds(); track id) {{{ d.metadata_comparison.total_urls[id] }} | }
| Unique URLs | @for (id of serpIds(); track id) {{{ d.unique_urls[id]?.length || 0 }} | }
{{ 'compare.jaccardSimilarity' | translate }}
| @for (id of serpIds(); track id) { | {{ getSerpLabel(id) }} | }
|---|---|
| {{ getSerpLabel(rowId) }} | @for (colId of serpIds(); track colId) {0.8 " [title]="d.similarity.jaccard[rowId]?.[colId]" > {{ d.similarity.jaccard[rowId]?.[colId] | number: '1.2-2' }} | }
Spearman Correlation
| @for (id of serpIds(); track id) { | {{ getSerpLabel(id) }} | }
|---|---|
| {{ getSerpLabel(rowId) }} | @for (colId of serpIds(); track colId) {0.8 " > {{ d.similarity.spearman[rowId]?.[colId] | number: '1.2-2' }} | }
{{ 'compare.rankings' | translate }}
| URL | @for (id of serpIds(); track id) {
{{
getSerpLabel(id)
}}
{{ id }}
|
}
|---|---|
| {{ item.key }} | @for (id of serpIds(); track id) {@if (item.value[id]) { {{ item.value[id] }} } @else { - } | }
{{ 'compare.commonUrls' | translate }} ({{ d.common_urls.length }})
@for (url of d.common_urls.slice(0, 10); track url) {
{{ url }}
}
@if (d.common_urls.length > 10) {
+{{ d.common_urls.length - 10 }} more
}