Socialgist
Socialgist is a social media analytics platform that provides businesses with insights into what's being said about them and their competitors online.
The Datastreamer offers different forms of integration with Socialgist, allowing you to orchestrate your Pipeline mixing different social media information.
Obtaining and Integrating Socialgist API Key
To integrate with Socialgist and access their data within our Pipelines, you'll need to obtain an API Key from them directly. Once you have your API Key, add the key to your settings in Keys & Secrets . Please note that for TikTok integration, an API Key is not required at this time.
Using the API Key in the Portal
Through the Datastreamer Portal , after you add the Socialgist Ingress component to the pipeline, the platform will show you the option to select the saved secret corresponding to Socialgist from among all your saved secrets.
Using the API Key in the API
Through the Datastreamer API, you can mention which secret you will use in the step by the properties.access_token
field, like this:
{
"pipeline": {
// ... pipeline information
"pipeline_name": "<pipeline-name>",
"pipeline_description": "",
"steps": [
{
"type": "ingress",
"component_name": "socialgist-blogs-ingress",
"step_id": "<step-id>",
"properties": {
"access_token": "<socialgist-secret-name>"
}
}
]
}
}
Updated about 1 month ago