What do the colours mean next to the published indicator in js extention?

Tealium Expert
Tealium Expert

I get different colours here, what to they mean?

 

diff colours.PNG

Research your Experience | Improve and Evolve | Leave no one behind
- Don't forget to mark a solution as accepted if it hits the mark -
3 REPLIES 3

What do the colours mean next to the published indicator in js extention?

Tealium Expert
Tealium Expert

@Tealium - tumbleweed...

Research your Experience | Improve and Evolve | Leave no one behind
- Don't forget to mark a solution as accepted if it hits the mark -

What do the colours mean next to the published indicator in js extention?

Tealium Expert
Tealium Expert

I might be wrong, but..

extObj.codeDevData.queue4Publish[sId].color = extObj.codeDevData.queueSeq % utui.customizations_template[100040].q4pColors.length;

Basically, the colour of any given queued item is just based on its sequence number in the queue, cycled through an array of colours:

q4pColors: ["regal-rose-base", "melon-mambo-base", "rich-razzelberry-base", "tempting-turquoise-base", "old-olive-base", "daffodil-delight-base", "pumpkin-pie-base", "tangerine-tango-base", "real-red-base"]

So unless I'm mistaken, it means absolutely nothing..? Just variation for variation's sake..

What do the colours mean next to the published indicator in js extention?

Tealium Expert
Tealium Expert

Thanks for the insight @UnknownJ  - bizarre to use colours that way. 

Research your Experience | Improve and Evolve | Leave no one behind
- Don't forget to mark a solution as accepted if it hits the mark -
Public