Module: MozAPI::Cols

Included in:
Base
Defined in:
lib/mozapi/cols.rb

Constant Summary collapse

GLOBAL_LIMIT =

there is a global limit on the Mozscape API that only lets you retrieve 100,000 links for any URL

100000
LIMIT =
100
URL =
4
ANCHOR_TEXT =

lt

4
ANCHOR_TEXT_NORMALIZED =

lnt

8
ROOT_DOMAIN =
16
LINKING_ROOT_DOMAINS =

uipl - not in the free version

1024
2048
PAGE_AUTHORITY =

upa

34359738368
DOMAIN_AUTHORITY =

pda

68719476736
LINKING_C_BLOCKS =

pib

36028797018963968
DEFAULT_SOURCE_COLS =

URL + root_domain + page_authority + domain_authority

URL + ROOT_DOMAIN + PAGE_AUTHORITY + DOMAIN_AUTHORITY
DEFAULT_TARGET_COLS =

URL + root_domain

URL + ROOT_DOMAIN
ANCHOR_TEXT_NORMALIZED
DEFAULT_URL_METRICS_COLS =

linking root domains + links + DA

LINKING_ROOT_DOMAINS + LINKS + DOMAIN_AUTHORITY + LINKING_C_BLOCKS