GithubHelp home page GithubHelp logo

isabella232 / data-connectors-api-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adobe-marketing-cloud/data-connectors-api-examples

0.0 0.0 0.0 218 KB

A set of code snippets for calling the Data Connections API

PHP 30.33% C# 31.72% Java 37.94%

data-connectors-api-examples's Introduction

data-connectors-api-examples

A set of code examples for interfacing with the Data Connections (Partner) API

Important things to note

  • Disclaimer: This code is not intended to be a robust SDK, these samples are only provided to give a starting point for development and to aid with doing proof of concept work.
  • This code uses a REST-ful interface for the Data Connectors API -- however SOAP can also be used in most cases
  • This code is currently provided in 3 languages -- PHP, C# , Java
  • This API uses a WSSE authentication header on every call, each example class has a method called getWSSEHeader for this purpose
    • The code examples can not be run without Partner API credentials (a Username and Secret). These must be obtained through an Adobe Partner Integration Manager after appropriate agreements are in place.
  • Each example passes JSON encoded data as a String and received JSON encoded data as a String
    • parsing the JSON data is left as an exercise for the developer so you can choose your favorite JSON library

What the example code does...

  • Query for the full list of active customer integrations. Also, shows how to filter the query.
  • Import classification data into the Adobe Marketing Cloud for a specific customer integration instance.
  • Export analytics data from the Adobe Marketing Cloud for a specific customer integration instance.

Note: many parameters being passed in example API calls will need to be modified for your own Partner account.

What is the Data Connectors API?

It is an interface for Adobe partners that have pre-configured a data sharing integration with the Adobe Marketing Cloud, the AMC (specifically Adobe Analytics in most cases). As joint customers subscribe to this integration the Adobe partner can use the Data Connectors API to do operations like... 1) get a list of all joint customers that have subscribed to the integration, 2) import data into the AMC on behalf of the customer, 3) export data from the AMC on behalf of the customer. To learn more about Data Connectors see the following links.

data-connectors-api-examples's People

Contributors

adobe-sean avatar bshaffer avatar rishimittal2003 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.