AdBlast icon

AdBlast

Interact with AdBlast API

Actions56

Overview

This node integrates with the AdBlast API to manage score configurations within projects. Specifically, the "Clear Score Configuration" operation under the "Score" resource allows users to reset or clear the scoring setup for a given project. This can be useful in scenarios where you want to remove existing scoring rules or start fresh with new configurations.

Practical examples include:

  • Resetting score settings before applying new criteria.
  • Clearing outdated or incorrect score data as part of a workflow cleanup.
  • Automating score configuration management in marketing or analytics projects using AdBlast.

Properties

Name Meaning
Authentication Method Choose how to authenticate requests:
- Predefined Credentials: Use saved API credentials.
- Dynamic API Key: Enter API key dynamically via expressions.
AdBlast Base URL The base URL for the AdBlast API. Required only if using Dynamic API Key authentication. Defaults to https://dev.adblast.ai.
API Key The API key for authenticating with AdBlast. Required only if using Dynamic API Key authentication. Can use expressions to dynamically provide the key.
Project Id The unique identifier of the project whose score configuration will be cleared.

Output

The node outputs JSON data representing the response from the AdBlast API after clearing the score configuration. This typically includes confirmation of the action or any relevant status messages returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires access to the AdBlast API.
  • Needs either saved API credentials or a dynamically provided API key for authentication.
  • The base URL for the API can be customized if not using predefined credentials.
  • No additional external dependencies beyond standard HTTP request capabilities.

Troubleshooting

  • Authentication errors: Ensure that the API key is valid and correctly provided according to the selected authentication method.
  • Invalid Project Id: Verify that the project ID exists and is correctly formatted.
  • Network issues: Confirm that the base URL is reachable and there are no connectivity problems.
  • API response errors: Check the API documentation for error codes related to clearing score configurations and adjust inputs accordingly.

Links and References

Discussion