v1.8 Release notes
Release Date | Date no longer supported |
---|---|
2024-10-01 | 2025-10-01 |
What's new in v1.8
You can access creative assets in .csv
format for an hour using the value of asset_url
of the API response returned from calling the Create a new asset upload session endpoint.
.csv
format for an hour using the value of asset_url
of the API response returned from calling the Create a new asset upload session endpoint.As an additional measure to safeguard user data, we have introduced a 1 hour time window for accessing and downloading creative assets in .csv
format. After the allotted time has passed, you won't be able to access and download the creative asset(s) using the same asset URL and must make a new API call to get a new asset URL. No change has been made to the actions you must perform to upload creative assets. To learn how to upload creative assets, see 4-1. Upload a creative asset to storage (for those using Moloco Ads API v1.7 or later).
The Analytics API endpoints now have a default upper bound of 10,000 rows for the value of the limit
property.
limit
property.For your convenience when retrieving large datasets, we have added a default upper bound of 10,000 rows as the value of the limit
property in the following API endpoints.
- Provide the detail of ad performance analytics
- Provide the overview of ad performance analytics
- Provide the SKAdNetwork ad performance analytics
When the value of the limit
property isn't specified or is set as 0
, the value is automatically updated to 10,000
. Likewise, in the event that the value of the limit
property has been set as a quantity larger than 10,000, the value is automatically updated to 10,000
.
New and existing product
entities must include a valid value for the advertiser_domain
property
product
entities must include a valid value for the advertiser_domain
propertyAll new and existing product
entities are required to include a valid value for the advertiser_domain
property. You must specify a valid value for the advertiser_domain
property when using the following API endpoints.
In the event that the app doesn't have a domain, you must set the value of allow_empty_advertiser_domain
to true
to be able to leave the value of advertiser_domain
blank and successfully make the API call(s).
Note: Some exchanges may reject campaigns without a domain.