UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

28 lines 900 B
import { BufferBaseAction } from '../buffer-base.action'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to get detailed analytics for a specific Buffer post */ export declare class BufferGetAnalyticsAction extends BufferBaseAction { /** * Get analytics for a Buffer post */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Determine the primary metric based on the platform */ private determinePrimaryMetric; /** * Calculate performance level based on engagement metrics */ private calculatePerformanceLevel; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Metadata about this action */ get Description(): string; } //# sourceMappingURL=get-analytics.action.d.ts.map