-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51f92d4
commit da7d2f8
Showing
3 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const CREATE_USERS_URL = 'https://advertising-api.amazon.com/dp/records/hashed/'; | ||
const ASSOCIATE_USERS_URL = 'https://advertising-api.amazon.com/dp/records/hashed/'; | ||
const ASSOCIATE_USERS_URL = 'https://advertising-api.amazon.com/v2/dp/audience'; | ||
const MAX_PAYLOAD_SIZE_IN_BYTES = 4000000; | ||
const DESTINATION = 'amazon_audience'; | ||
module.exports = { CREATE_USERS_URL, MAX_PAYLOAD_SIZE_IN_BYTES, ASSOCIATE_USERS_URL, DESTINATION }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters