Skip to content

Channel Context

Several fields are available to preload a channel context. Each of them is optional. All parameters that are provided will be joined together with a boolean "AND".

Be default, the provided channel context will be joined with the user's language preferences with a boolean "AND". This currently cannot be overridden.

They are as follows:

  • channelIds: A JSON-list of channel IDs
    • e.g. for "Market Newsletter + Virtual Reality": context={"type":"CHANNEL","id":"red","input":{"filters":[{"type":"channel","channelId":43495},{"type":"channel","channelId":3584}]}}
  • entityIds: A JSON-list of entity IDs
    • e.g. for "Apple + Google": context={"type":"CHANNEL","input":{"filters":[{"type":"stageItem","stageItem":{"type":"entity","value":246,"options":{"relevance":"high"}}}]},"id":"red","mergeType":"replace"}&context={"type": "CHANNEL","input": {"filters": {"type":"stageItem","stageItem": {"type": "entity","value": 245,"options": {"relevance": "high"}}}]}
  • stages: A JSON-list of channel stage objects
    • e.g. for "NOT twitter or microsoft": ?context={"type":"CHANNEL","id":"red","input":{"filters":[{"type":"stageItem","stageItem":{"type":"entity","value":244,"options":{"relevance":"low"}},"excluded":true}]}}
    • This one has the worst UX, and will just show as "Stage" in the context bar

Home PowerIntell.AI Apollo Pro® RegLens®


Last update: September 11, 2024
Back to top