Hi guys, I am trying to get total links, page & domain authority using the API. I am requesting the following columns:
Cols=6871947673632768328204816384343597383681653687091214
{
"fjid": 207343179,
"ued": 43324279,
"pib": 255645,
"ptrr": 0.0056131743357352125,
"fmrp": 8.246626591590841,
"unid": 954915,
"fjf": 4003651,
"fjr": 0.00040067116628622016,
"ftrp": 8.308303969566644,
"ftrr": 0.0012189619975325583,
"fejp": 9.265328830369816,
"pnid": 45883246,
"fjd": 2480265,
"ujfq": 1277385,
"pjip": 1230240,
"fjp": 9.586342983782004,
"fuid": 294877628,
"uu": "www.google.com/",
"pejr": 0.0004768398971363439,
"ufq": "www.google.com/",
"pejp": 9.647424778525615,
"ujp": 300689,
"utrp": 7.916901429865898,
"ptrp": 9.487254666203722,
"utrr": 0.001639219985667878,
"fmrr": 0.000731592927123369,
"pda": 100,
"pjd": 5600882,
"ulc": 1342758719,
"fnid": 12165784,
"fejr": 0.00016052965883996156,
"ujb": 107264 }
I cannot see the UPA column returned in the JSON object. Im using 34359738368 for the UPA column. I need to retrieve the three fields (page authority, domain authority and total links) in the same query. Is it possible?