Parameters
Id integer
Id integerThe unique identifier for this media property.
Name string
Name stringYour name for this media property.
Thumbnail string
Thumbnail stringThe URI to view the uploaded thumbnail associated with this media property.
Description string
Description stringYour provided description for this media property.
Tags string
Tags stringThe tags you've applied to this media property.
RevenueModel array
RevenueModel arrayLists the indicated revenue models (enum attributes) of the media property.
| Possible enum values | |
|---|---|
PAY_PER_LEAD | You want to be paid out for any leads generated from ads hosted on your media property. |
PAY_PER_INQUIRY | You want to be paid out for any customer inquiries or calls generated from ads hosted on your media property. |
PAY_PER_SALE | You want to be paid out for any sales generated from ads hosted on your media property. |
PAY_PER_CLICK | You want to be paid out for any click-throughs generated from ads hosted on your media property. |
PAY_PER_INSTALL | You want to be paid out for any app installs generated from ads hosted on your media property. |
Url string
Url stringThe URL to the media property.
Type enum
Type enumSpecifies the type of media property.
| Possible enum values | |
|---|---|
WEBSITE | The media property is a standalone website. |
MOBILE | The media property is a mobile app. |
SOCIAL | The media property is a social media profile. |
MonthlyUniqueVisitors integer
MonthlyUniqueVisitors integerThe estimated amount of monthly unique visitors this media property receives.
AlexaRating integer
AlexaRating integerFor website media properties, the site's estimated Alexa ranking.
QuantcastRating integer
QuantcastRating integerFor website media properties, the site's estimated Quantcast score.
OwnershipVerified boolean
OwnershipVerified booleanWhether or not the ownership of this media property has been verified by impact.com.
MobilePlatform enum
MobilePlatform enumFor mobile app media properties, specifies which mobile platform the app is on.
| Possible enum values | |
|---|---|
IOS | The media property is an Apple iOS app. |
ANDROID | The media property is an Android app. |
AppStoreRating integer
AppStoreRating integerFor mobile app media properties, the approximate rating of the app on its respective app store (i.e., iOS App Store or Google Play Store).
Installs enum
Installs enumThe amount of installs that your app has.
| Possible enum values | |
|---|---|
HUNDRED_PLUS | The app has over 100 installs. |
THOUSAND_PLUS | The app has over 1,000 installs. |
TEN_THOUSAND_PLUS | The app has over 10,000 installs. |
HUNDRED_THOUSAND_PLUS | The app has over 100,000 installs. |
MILLION_PLUS | The app has over 1,000,000 installs. |
TEN_MILLION_PLUS | The app has over 10,000,000 installs. |
HUNDRED_MILLION_PLUS | The app has over 100,000,000 installs. |
Price integer
Price integerFor mobile media properties, the price of the app.
SocialPlatform enum
SocialPlatform enumFor social media properties, the social platform of the profile/account.
| Possible enum values | |
|---|---|
INSTAGRAM | The media property is an Instagram account or page. |
YOUTUBE | The media property is a YouTube account. |
X/TWITTER | The media property is an X (previously Twitter) account or page. |
FACEBOOK | The media property is a Facebook account or page. |
PINTEREST | The media property is a Pinterest account. |
TWITCH | The media property is a Twitch account. |
TIKTOK | The media property is a TikTok account. |
LINKEDIN | The media property is a LinkedIn account. |
WECHAT | The media property is a WeChat account. |
WEIBO | The media property is a Weibo account. |
Followers enum
Followers enumThe amount of followers (or subscribers, watchers, etc.) your social media property has.
| Possible enum values | |
|---|---|
HUNDRED_PLUS | You have over 100 followers. |
THOUSAND_PLUS | You have over 1,000 followers. |
TEN_THOUSAND_PLUS | You have over 10,000 followers. |
HUNDRED_THOUSAND_PLUS | You have over 100,000 followers. |
MILLION_PLUS | You have over 1,000,000 followers. |
TEN_MILLION_PLUS | You have over 10,000,000 followers. |
HUNDRED_MILLION_PLUS | You have over 100,000,000 followers. |
Handle string
Handle stringFor a social media property, the handle (i.e., alias, username, "@", etc.) used.
{
"Id": "1234567",
"Name": "Wile E. Coyote Blog",
"Thumbnail": "",
"Description": "Wile E. Coyote's blog, where a large following reads about his latest hijinks and the best Acme products available.",
"Tags": "",
"RevenueModel": [
"PAY_PER_SALE"
],
"Url": "https://www.example.com/blog",
"Type": "WEBSITE",
"MonthlyUniqueVisitors": "1000",
"AlexaRating": "200",
"QuantcastRating": "0",
"OwnershipVerified": "true",
"MobilePlatform": "",
"AppStoreRating": "",
"Installs": "",
"Price": "",
"SocialPlatform": "",
"Followers": "",
"Handle": "",
"Uri": "/Mediapartners/<AccountSID>/MediaProperties/1234567"
}{
"Id": "7654321",
"Name": "Wile E. Coyote's iOS App",
"Thumbnail": "/Mediapartners/<AccountSID>/MediaProperties/7654321/Thumbnail",
"Description": "Wile E. Coyote's iOS App, offering a thrilling mobile gaming experience to catch land-faring birds, with links to Acme products.",
"Tags": "",
"RevenueModel": [
"PAY_PER_SALE"
],
"Url": "https://apps.example.com/us/app/wileecoyote/id682658836?mt=12",
"Type": "MOBILE",
"MonthlyUniqueVisitors": "",
"AlexaRating": "",
"QuantcastRating": "",
"OwnershipVerified": "",
"MobilePlatform": "IOS",
"AppStoreRating": "5",
"Installs": "TEN_THOUSAND_PLUS",
"Price": "",
"SocialPlatform": "",
"Followers": "",
"Handle": "",
"Uri": "/Mediapartners/<AccountSID>/MediaProperties/7654321"
}{
"Id": "123987",
"Name": "Wile E. Coyote's Instagram",
"Thumbnail": "/Mediapartners/<AccountSID>/MediaProperties/123987/Thumbnail",
"Description": "Wile E. Coyote's official Instagram account.",
"Tags": "",
"RevenueModel": [
"PAY_PER_SALE"
],
"Url": "https://example.com/WileECoyote",
"Type": "SOCIAL",
"MonthlyUniqueVisitors": "",
"AlexaRating": "",
"QuantcastRating": "",
"OwnershipVerified": "",
"MobilePlatform": "",
"AppStoreRating": "",
"Installs": "",
"Price": "",
"SocialPlatform": "INSTAGRAM",
"Followers": "MILLION_PLUS",
"Handle": "@WileECoyote",
"Uri": "/Mediapartners/<AccountSID>/MediaProperties/123987"
}