ApiMarketing
AdReport
A detailed performance report for an individual advertisement including delivery metrics, engagement data, conversion tracking, and optimization insights.
AdReport
A detailed performance report for an individual advertisement including delivery metrics, engagement data, conversion tracking, and optimization insights.
Properties
id(string): Unique identifier for the ad reportad([[Ad]]): The advertisement this report coverscampaign([[Campaign]]): The campaign the ad belongs totimeRange(object): Time period covered by the reportimpressions(number): Total impressions deliveredclicks(number): Total clicks receivedconversions(number): Total conversions trackedspentCents(number): Total amount spent in centsrevenueCents(number): Total revenue generated in centsctr(number): Click-through rate (clicks / impressions)cpcCents(number): Cost per click in centscpaCents(number): Cost per acquisition in centscpmCents(number): Cost per thousand impressions in centsroas(number): Return on ad spend (revenue / spend)frequency(number): Average times ad shown per userreach(number): Unique users who saw the adengagement(object): Engagement metrics (likes, shares, comments)deviceBreakdown(object): Performance by device typelocationBreakdown(object): Performance by locationinsights(object[]): Performance insightsrecommendations(object[]): Optimization recommendationsformat(string): Report format (json, pdf, excel)generatedAt(string): ISO 8601 timestamp of generationmetadata(object): Additional report data
Actions
create
Generate a new ad report
Input: [[AdReport]]
Output: [[AdReport]]
read
Retrieve report by ID
Input: string
Output: [[AdReport]]
compare
Compare with other ads
Input: [[ComparisonRequest]]
Output: [[AdReport]]
export
Export report to file
Input: [[AdReport]]
Output: [[File]]
list
List all ad reports
Input: -
Output: [[AdReport]][]
Events
created: Fired when report is generatedexported: Fired when report is exported