Edit in GitHubLog an issue

Use the Analytics 2.0 APIs with Python

  1. Create a local virtual environment

    Copied to your clipboard
    $ rm -rf venv;
    $ virtualenv -p $(which python3 2>/dev/null || which python) venv
  2. Activate the virtual environment

    Copied to your clipboard
    $ [ -f venv/bin/activate ] && source venv/bin/activate || source venv/Scripts/activate
  3. Install python requirements

    Copied to your clipboard
    $ pip install -r requirements.txt
  4. Set up authentication.

  5. Populate config.ini with parameters specific to your integration

  6. Run python ims_client.py

See Python client resources on GitHub for example code and additional resources.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.