nomniture icon indicating copy to clipboard operation
nomniture copied to clipboard

A Node.js module that allows access to Omniture's REST API libraries (developer.omniture.com)

Results 10 nomniture issues
Sort by recently updated
recently updated
newest added

This is in favor of using versioning inside the npm package vs keeping the bundled dependencies.

sendRequest in client.js returns error when statusCode != 200. API version 1.4 returns status code 400 on Get.Report when the report is not ready (Also returns a body with the...

When leaving off a version number, I can make calls to the 1.3 version of the API. However, when I specify an api version, I get errors. For example: ```...

Hello, I am really confused by this and other omniture npm libraries. Omniture is a competitor to Google Analytics correct? So far it seems like they are geared around getting...

The issue is with lines 77-85 of client.js https://github.com/imartingraham/nomniture/blob/master/lib/client.js#L77-L85 PR Submitted: https://github.com/imartingraham/nomniture/pull/17

npm does not have the latest client.js (i.e. no proxy support)

Request to support Omniture's new API v1.4: https://marketing.adobe.com/developer/en_US/documentation/analytics-reporting-1-4/whatsnew#concept_1ED0F367CBD1441ABB0D4EFDDB911217

I updated the most recent version, and now I'm getting json parse errors all over the place. I'm calling saint.importJob and the result that omniture is sending back is "\"Success\""...

Thanks for putting this library together, It looks really useful. I've just jumped in and started playing with it, and I'm finding it hard going to work out from the...

API Explorer is showing this URI: https://api.omniture.com/admin/1.3/rest/?method=Report.GetReport Looks like the actual definition in js is correct. Thanks again for putting this together btw.