Skip to content

Commit

Permalink
fixed a couple of links that were reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chaiken committed Jul 24, 2024
1 parent 9b5c543 commit b77e26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/src/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class UserAnalytics extends AnalyticsAttributes {

// Get analytics for the user account. If ad_account_id is set, get user
// analytics associated with the specified Ad Account.
// https://developers.pinterest.com/docs/api/v5/pins-analytics/
// https://developers.pinterest.com/docs/api/v5/user_account-analytics/
async get(ad_account_id) {
if (ad_account_id) {
this.attrs.ad_account_id = ad_account_id;
Expand Down Expand Up @@ -97,7 +97,7 @@ ${this.uri_attributes('metric_types', false)}`);
* to fetch the metrics.
*/
export class PinAnalytics extends AnalyticsAttributes {
// https://developers.pinterest.com/docs/api/v5/user_account-analytics/
// https://developers.pinterest.com/docs/api/v5/pins-analytics/
constructor(pin_id, api_config, access_token) {
super();
this.pin_id = pin_id;
Expand Down

0 comments on commit b77e26d

Please sign in to comment.