Skip to main content

Adobe IO Helping Utility

Project description

DWAO Adobe IO Library

Library for basic Adobe IO Integrations.

Examples

from dwaoAdobeIO import AdobeAuth
ORG_ID = "#Org@AdobeOrg#"
ACCNT_ID = "#ACCOUNT ID#"
API_KEY = "#API KEY#"
IMS_HOST = "https://ims-na1.adobelogin.com#"
PRIVATE_KEY_PATH = "private.key"
API_PATH = "https://ims-na1.adobelogin.com/s/ent_audiencemanagerplatform_sdk "
CLIENT_SECRET = "#ClientSecret#"
AAMdcs =  AdobeAuth.AAM(ORG_ID=ORG_ID,ACCNT_ID=ACCNT_ID,API_KEY=API_KEY,IMS_HOST=IMS_HOST,PRIVATE_KEY_PATH=PRIVATE_KEY_PATH,CLIENT_SECRET=CLIENT_SECRET)
jwt_token =AAMdcs.generate_jwt(API_PATH=API_PATH)
access_token = AAMdcs.generate_access_token()

#print(access_token)

#print()

print(AAMdcs.get_segment_folders().text)
Methods Avaialbe
get_datasource(param)
get_traits(param)
get_segments(param)
get_segment_folders(param)
get_trait_folders(param)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dwaoAdobeIO-0.1.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

dwaoAdobeIO-0.1.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page