Hi Peter,
Sorry for the delay, was gathering details on this.
From talking with the team first I will attest to this being confusing.
Essentially, it's a bitmask. So, you need to look at the number in binary to get something like 1011110011 for 755 and then those kind of map to the visibility settings for the article.
Was given the following on this:
None: visibility: 1 (0000000001)
Just Search and Auto-Complete: visibility: 2 (0000000010)
Just Suppoort Center: visibility: 4 (0000000100)
Just FAQ Widget: visibility: 8 (0000001000)
Just Open in Widget Link: visibility: 16 (0000010000)
Just Links from Other Articles: visibility: 32 (0000100000)
Just Ticketing agent interface: visibility: 64 (0001000000)
Just Conversational: visibility: 128 (0010000000)
Just Do not index: visibility 256 (0100000000)
Just show in sitemap: visibility: 512 (1000000000)
So, you take the number and start from the highest value in this list (512) and if you can subtract that number, subtract it and it is checked. For example, 755 is 1011110011 in binary. We can see that it has a 1 in the sitemap position, a 1 in the conversational position, and so on.
Again, anything but straightforward so please feel free to ask with more questions on this.
------------------------------
Anthony Romero
Genesys - Employees
------------------------------
Original Message:
Sent: 02-08-2024 01:16
From: Peter Stoltenberg
Subject: Guidance on Data Extraction
Hi Greg or Anthony
Any update here..?
------------------------------
Peter Stoltenberg
TTEC Digital
------------------------------
Original Message:
Sent: 02-05-2024 18:03
From: Peter Stoltenberg
Subject: Guidance on Data Extraction
Hi Greg. Can you provide some insight as to the vsiiblity setting? I am parsing the JSON export and see the following codes:
visbility: 755
"visibility": 763"
"visibility": 762,
"visibility": 766
"visibility": 767
Surely this may have something to do with "offline", "hide from support center", etc.??
------------------------------
Peter Stoltenberg
TTEC Digital
Original Message:
Sent: 02-02-2024 17:49
From: Peter Stoltenberg
Subject: Guidance on Data Extraction
Hi Greg,
Thanks for the answer. So how, from an API perspective would we know if an article is not searchable? Is there any way to get the IDs of these system generated labels? I know there are visiblity numbers associated to an article like 755.. Anything possible with that?
Can you provide any steps, even manual ones, that would help us know what article might be hidden from search, etc. We have 7K articles, and half of those articles are not currently searchable, so it is not practical to manually go through these articles and re-apply that filer. We need this for our new platform
------------------------------
Peter Stoltenberg
TTEC Digital
Original Message:
Sent: 02-02-2024 10:56
From: Gregory LeMay
Subject: Guidance on Data Extraction
I don't believe we have any documentation on this, but I wanted to confirm that system-generated labels are not exportable. To the export, these labels are not considered real labels since all articles have these system labels attached to them, so we only export the labels that clients add to the articles. Apologies for not being able to export the system-generated labels, the only way to obtain these labels in an export would be to manually add them to the exported CSV/JSON.
Best,
------------------------------
Gregory LeMay
Genesys - Employees
Original Message:
Sent: 02-02-2024 10:36
From: Anthony Romero
Subject: Guidance on Data Extraction
Hi Peter,
Sorry for the delay. Slightly stumped aa can't determine why the system-generated labels wouldn't come over in the export since they're labels just the same. Asking around if someone might know the answer here.
------------------------------
Anthony Romero
Genesys - Employees
Original Message:
Sent: 02-01-2024 12:37
From: Peter Stoltenberg
Subject: Guidance on Data Extraction
Hi Anthony,
quetsion for you - we are extracting the labels attached to the articles, but noticed that the system labels (like offline, hide from search, etc) are not appearing in that export. Is there documentation on this?
------------------------------
Peter Stoltenberg
TTEC Digital