pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
119 stars 44 forks source link

nodejs: implement and test pin analytics #63

Closed davidchaiken closed 2 years ago

davidchaiken commented 2 years ago

nodejs/javascript code now supports Pin analytics. This pull request has unit and e2e tests to cover the new functionality.

While I was modifying this code, I realized that I should check whether the split_field parameter for user analytics works. It does, so I removed the exception for the split_field parameter.