Returns: PromotionalProperty
Used to add a new promotional property to your publisher program
| Argument | Type | Description |
|---|
| input | CreatePromotionalPropertyInput | See CreatePromotionalPropertyInput |
Returns: PromitionalProperty
Used to update an existing promotional property within your own publisher program.
| Argument | Type | Description |
|---|
| input | UpdatePromotionalPropertyInput | See UpdatePromotionalPropertyInput |
| Field | Type | Description |
|---|
| browserExtensionBrowser | BrowserType | The browser type for browser extension promotional properties |
| browserExtensionDownloadLink | String | The URL where the end user can download the extension onto their own browser for browser extension promotional properties |
Used to add a new promotional property to your publisher program.
| Field | Type | Description |
|---|
| name | String! | The name for the promotional property |
| description | String | An advertiser-facing description of the promotional property. This field is optional. |
| publisherId | ID! | The publisher CID |
| propertyTypeDetails | PromotionalPropertyTypeDetailsInput! | Details about the promotional property specific to the property’s property type. |
| promotionalModels | [PromotionalModelInput!]! | Details about the promotional property’s promotional models. |
| tags | [PromotionalPropertyTagInput!]! | Publisher-supplied tags to describe the promotional property. Used as keywords, categories, or any other type of tag. |
| status | PromotionalPropertyStatus! | The status of the promotional property |
| isPrimary | Boolean! | Indicates if this property is the primary property for the whole publisher account. This is used primarily for reporting purposes. |
| Field | Type | Description |
|---|
| mobileAppDownloadLink | String | The URL where the end user may download the app onto their own device for mobile app promotional properties |
| mobileAppPlatform | MobileAppPlatform | The mobile app platform for mobile app promotional properties |
| Field | Type | Description |
|---|
| type | PromotionalModelType! | The promotional model type |
| isPrimary | Boolean! | indicates if this is the primary promotional model for this promotional property |
| description | String | A text description of the promotional model for "other" type properties. Only supported on "other" type promotional models |
Used to add a tag to a promotional property. Tags can be keywords, categories, or other value that describes your property. They are searchable and visible by advertisers.
| Field | Type | Description |
|---|
| name | String! | Name of publisher-supplied tags on the promotional property. |
| Field | Type | Description |
|---|
| type | PromotionalPropertyType! | The property type of the promotional property. |
| websiteUrl | String | the URL for website promotional properties |
| browserExtensionName | String | The name of the browser extension as it appears in the download store |
| browserExtensionDownloadInformation | [BrowserExtensionDownloadInformationInput!] | Browser extension download information input |
| browserExtensionTrackingConsentType | TrackingConsentType | Indicates if the browser extension operates on affirmative click only or automatic redirect with affirmative click on request for browser extension promotional properties. |
| browserExtensionDescription | String | Describe how your browser extension functions and how customers engage with it. |
| browserExtensionTrackingDescription | String | Indicates if the browser extension operates on affirmative click only or automatic redirect with affirmative click on request for browser extension promotional properties. |
| mobileAppName | String | The app name for mobile app promotional properties |
| mobileAppDownloadInformation | [MobileAppDownloadInformationInput!] | Mobile app download information input |
| servicesAndToolsMarketingSiteUrl | String | The marking site URL for the services and tools promotional properties |
| emailAddress | String | The send-from email address for email promotional properties |
| emailMailingListSize | Int | The size of the mailing list for email promotional properties |
| emailOpenRate | Float | The approximate open rate for email promotional properties |
| socialMediaPlatform | SocialPlatform | The social media platform for social media promotional properties |
| socialMediaHandle | String | The account link or handle for social promotional properties |
| paidDisplayAdsDescription | String | The platforms where display ads are purchased and the click through rates the ads achieve. |
| paidSearchEngineDescription | String | The platforms where search ads are purchased and the click through rates the ads achieve. |
| otherDescription | String | A text description of the promotional property type for other promotional properties |
Used to update an existing promotional property within your own publisher program.
| Field | Type | Description |
|---|
| id | ID! | The promotional property ID |
| name | String! | The name for the promotional property |
| description | String | An advertiser-facing description of the promotional property. This field is optional. |
| publisherId | ID! | The publisher CID |
| propertyTypeDetails | PromotionalPropertyTypeDetailsInput! | Details about the promotional property specific to the property’s property type. |
| promotionalModels | [PromotionalModelInput!]! | Details about the promotional property’s promotional models. |
| tags | [PromotionalPropertyTagInput!]! | Publisher-supplied tags to describe the promotional property. Used as keywords, categories, or any other type of tag. |
| status | PromotionalPropertyStatus! | The status of the promotional property |
| isPrimary | Boolean! | Indicates if this property is the primary property for the whole publisher account. This is used primarily for reporting purposes. |
| Implementations |
|---|
| PromotionalPropertyBrowserExtensionDetails |
| PromotionalPropertyEmailDetails |
| PromotionalPropertyMobileAppDetails |
| PromotionalPropertyOtherDetails |
| PromotionalPropertyPaidDisplayAdsDetails |
| PromotionalPropertyPaidSearchDetails |
| PromotionalPropertyServicesAndToolsDetails |
| PromotionalPropertySocialMediaDetails |
| PromotionalPropertyWebsiteDetails |
| Field | Type | Description |
|---|
| type | PromotionalPropertyType! | List of property types |