Skip to content

Commit

Permalink
refactor: 💡 point target to telus
Browse files Browse the repository at this point in the history
  • Loading branch information
auahmed committed May 28, 2020
1 parent e763ad3 commit d0035c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions local-execution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ function targetReady() {
```

Once configured in this way, and after the clientReadyCallback has been invoked, an app can make standard SDK method calls as normal.


# Links:

Homework Docs: https://experienceleaguecommunities.adobe.com/t5/local-decisioning-node-js-sdk/ct-p/target-nodejs-sdk-alpha
Adobe Target activity: https://experience.adobe.com/#/@telus/target/activities/activitydetails/A-B/local-decisioning-testmay2820201310
1 change: 0 additions & 1 deletion local-execution/sampleRules.json

This file was deleted.

7 changes: 3 additions & 4 deletions local-execution/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ function sendErrorResponse(res, error) {
}

const CONFIG = {
client: "adobesummit2018",
organizationId: "65453EA95A70434F0A495D34@AdobeOrg",
client: "telus",
organizationId: "67A50FC0539F0BBD0A490D45@AdobeOrg",
executionMode: "local",
artifactPayload: require("./sampleRules"),
clientReadyCallback: startExpressApp,
};

Expand All @@ -91,7 +90,7 @@ function startExpressApp() {
browser: { host: req.get("host") },
},
execute: {
mboxes: [{ name: "demo-marketing-offer1" }],
mboxes: [{ name: "local-decisioning-test" }],
},
};

Expand Down

0 comments on commit d0035c4

Please sign in to comment.