SearchCreatives

 

SearchCreatives

This method is used to return a list of creatives, which match the given search criteria.

To access live data, please use this WSDL file:
https://api.affili.net/V2.0/PublisherCreative.svc?wsdl
To access demo data, please use this WSDL file:
https://developer-api.affili.net/V2.0/PublisherCreative.svc?wsdl


Operation test

With this form, you can try out this web service. We already filled it out with a sample request which will return data. Feel free to fill in different parameter values - our test data reference gives you an overview of our sample data.

FieldTypeValues
PublisherId *int 
DisplaySettings *DisplaySettings
CurrentPage *int 
PageSize *int 
SearchCreativesQuery*SearchCreativesQuery
CategoryIdsint array
CreativeTypesCreativeTypeEnum array
HTMLLinkTypesHTMLLinkTypeEnum array
MaxHeightint
MinHeightint
MaxWidthint
MinWidthint
ProgramIdsint array
SearchStringstring
TextLinkTypesTextLinkTypeEnum array

XML response

Short paramter definitions
PublisherId (int):
Id of the publisher whose account is being used.
CurrentPage (int):
The number of the page of creatives which shall be returned.
PageSize (int):
The maximum number of creatives a page shall hold. Must be between 1 and 100.
CategoryIds (array of int):
The IDs of the creative categories whose contents shall be returned.
CreativeTypes (array of CreativeTypeEnum):
The type of the desired creatives. Possible values are: Banner, Text, HTML, Rotation
HTMLLinkTypes (array of HTMLLinkTypeEnum):
If you want to receive HTML links, you can define here what exact sub-types shall be returned. Possible values are: HTMLBanner, FlashBanner, Microsite, PopUp, PopUnder, IFrame, HTMLForm, FlashForm, VideoAd, ProductLink, BannerRotation, PagePeel, Other
MaxHeight (int):
The maximum height of the returned creatives (only applicable for creatives which have an actual height).
MinHeight (int):
The minimum height of the returned creatives (only applicable for creatives which have an actual height).
MaxWidth (int):
The maximum width of the returned creatives (only applicable for creatives which have an actual width).
MinWidth (int):
The minimum width of the returned creatives (only applicable for creatives which have an actual width).
ProgramIds (array of int):
The IDs of the programs whose creatives shall be returned.
SearchString (string):
A key phrase that shall be contained in the creative name or description.
TextLinkTypes (array of TextLinkTypeEnum):
If you want to receive text links, you can define here what exact sub-types shall be returned. Possible values are: TextLink, LinkGenerator, Microsite, Other

Complete code examples

JAVA

 (request)

PHP

 (request)

.NET

 (request)

Copyright © 2008, affilinet GmbH