v3.1.0
released 09-10-2024
We have added support for Ad Format and Content Type fields. Not only are these now available as parameters for filtering reports, but they have also been added to the report schema itself. Please check endpoint documentation for details.
v3.0.0
released 12-01-2022
We introduced asynchronous pagination for our Reporting API data with a limit of 1,000 posts per page. This will provide a smoother experience for our clients, and reduce any potential timeout errors.
You'll need to make several calls in order to get CreativeX data:
- Generate a report with the same filter criteria you specify today.
- Fetch associated CreativeX data for the report once ready.
- We'll return the first page of data (which would include at most 1,000 posts) and details on how to request the next page (if there are more pages to call on).
- Continue requesting page by page until all pages have been read.
We have not made any changes to the dimensions endpoint except renaming it.
v2.0.0
released 10-13-2021
Certain field names and data types have been updated for clarity and better data handling. We've also added a new field for currency (ex: USD) if there's spend present. Lastly, we've started using NULL for irrelevant/empty values.
Previous Version | New Version |
---|---|
ctr : string | ctr : float |
cpc : string | cpc : float |
cpm : string | cpm : float |
creative_quality_score : string | creative_quality_score : float |
total_spend_usd | spend currency if spend is present |
N/A for irrelevant/empty values | null for irrelevant/empty values |
rule_id | guideline_id , brand_cue_id, regulation_id |
rule_name | guideline_name , brand_cue_name , regulation_name |
v1.0.0
released 2021
CreativeX launched our first Reporting API integration to allow clients to programmatically connect CreativeX data to their internal data lake. This included Creative Quality scores, media post data as well as platform performance metrics.