<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.taptica.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.taptica.com/index.php?action=history&amp;feed=atom&amp;title=Notify_New_Application</id>
		<title>Notify New Application - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.taptica.com/index.php?action=history&amp;feed=atom&amp;title=Notify_New_Application"/>
		<link rel="alternate" type="text/html" href="https://wiki.taptica.com/index.php?title=Notify_New_Application&amp;action=history"/>
		<updated>2026-05-15T21:44:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>https://wiki.taptica.com/index.php?title=Notify_New_Application&amp;diff=23&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;This method is used to send request to Taptica's AdCore servers for creating a new mobile ads profile for a new application. The method will pass to Taptica's AdCore servers a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.taptica.com/index.php?title=Notify_New_Application&amp;diff=23&amp;oldid=prev"/>
				<updated>2012-08-16T09:14:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;This method is used to send request to Taptica&amp;#039;s AdCore servers for creating a new mobile ads profile for a new application. The method will pass to Taptica&amp;#039;s AdCore servers a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This method is used to send request to Taptica's AdCore servers for creating a new mobile ads profile for a new application.&lt;br /&gt;
The method will pass to Taptica's AdCore servers a unique ID identifying the application and a set of metadata describing the application.&lt;br /&gt;
&lt;br /&gt;
== End Point ==&lt;br /&gt;
&lt;br /&gt;
Service end point:&lt;br /&gt;
&lt;br /&gt;
[ Version 4.0 ]&lt;br /&gt;
&lt;br /&gt;
'''Service:''' http://api.taptica.com/sts/v4/NotifyApplicationAPI&lt;br /&gt;
&lt;br /&gt;
'''WSDL:''' http://api.taptica.com/sts/v4/NotifyApplicationAPI?wsdl&lt;br /&gt;
&lt;br /&gt;
'''JSON:''' http://api.taptica.com/sts/v4/NotifyApplicationAPI/json/NotifyNewApplication&lt;br /&gt;
&lt;br /&gt;
== Method Signature == &lt;br /&gt;
 AdCoreProfileResult NotifyNewApplication(&lt;br /&gt;
    Authentication auth,		// Authentication Details&lt;br /&gt;
    ApplicationProfile profile	        // Profile&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Return Value'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Type:  AdCoreProfileResult&amp;lt;br/&amp;gt;&lt;br /&gt;
Return value has the following properties:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|'''Property'''&lt;br /&gt;
|'''Type'''&lt;br /&gt;
|'''Description'''   &lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|OutcomeEnum	&lt;br /&gt;
|The Result is an enumeration, possible value: Fail, Success&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|ErrorCode&lt;br /&gt;
|Int&lt;br /&gt;
|Specific error code. AdCore can define these.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|ResultDescription	&lt;br /&gt;
|string	&lt;br /&gt;
|The description of the method call result in case of error&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Parameters Description'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|'''Parameter'''&lt;br /&gt;
|'''Description'''   &lt;br /&gt;
|-&lt;br /&gt;
|auth&lt;br /&gt;
|Type: Authentication&lt;br /&gt;
&lt;br /&gt;
 Hold the authentication tokens for AdCore.&lt;br /&gt;
 This object has these properties:&lt;br /&gt;
 '''UserName''' &lt;br /&gt;
 A string having the username for used to identify on AdCore.&lt;br /&gt;
 '''Password'''&lt;br /&gt;
 Password for above username.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|profile&lt;br /&gt;
|Type: ApplicationProfile &lt;br /&gt;
&lt;br /&gt;
 An object describing the application, it has these properties:&lt;br /&gt;
 '''ApplicationID''' &lt;br /&gt;
 String (36): in UUID format with ID of application as provisioned by AdCore.&lt;br /&gt;
 This ID will also be used on update calls and by 3rd party mobile application &lt;br /&gt;
 when it contact AdCore server for mobile ads content.&lt;br /&gt;
 '''ApplicationURL''' &lt;br /&gt;
 String : represent the application url.&lt;br /&gt;
 '''Name'''&lt;br /&gt;
 String (64) : Name of application&lt;br /&gt;
 '''Description''' &lt;br /&gt;
 String (120): a description of the application.&lt;br /&gt;
 '''DeveloperName''' &lt;br /&gt;
 String (64):  Developer Name – developer of the application.&lt;br /&gt;
 '''AdsProviders''' &lt;br /&gt;
 List of string and weight (0..10) of Ads provider, &lt;br /&gt;
 Example:&lt;br /&gt;
  InMobi,5,&lt;br /&gt;
  MillennialMedia,4,&lt;br /&gt;
  Vexigo,3,&lt;br /&gt;
  Dealnet,2,&lt;br /&gt;
  TargetedMobi,10,&lt;br /&gt;
  JumpTap = 6,&lt;br /&gt;
  Mojiva = 6,&lt;br /&gt;
  AdFonic = 0&lt;br /&gt;
 '''ContentTypes'''  &lt;br /&gt;
 Array of Strings: each string describing one of the &lt;br /&gt;
 content types applicable to the application. Each string in the array has a max &lt;br /&gt;
 length of 64 chars.&lt;br /&gt;
 example: [‘Gambling Related’, ‘Advertising’] &lt;br /&gt;
 can be an empty array.&lt;br /&gt;
 '''Category'''  &lt;br /&gt;
 Array of Strings: each string describing one of the categories applicable &lt;br /&gt;
 to the application. Each string max length is 64 chars.&lt;br /&gt;
 example: [‘Communications’, ‘Games’, ‘Lifestyle’]&lt;br /&gt;
 Category's List:&lt;br /&gt;
 * Communications&lt;br /&gt;
 * Entertainments&lt;br /&gt;
 * Financial Services&lt;br /&gt;
 * Games&lt;br /&gt;
 * Health &amp;amp; Fitness&lt;br /&gt;
 * News &amp;amp; Weather&lt;br /&gt;
 * Shopping / Retail&lt;br /&gt;
 * Social&lt;br /&gt;
 * Sports&lt;br /&gt;
 * Tools/utilities&lt;br /&gt;
 * Travel and Local&lt;br /&gt;
 * Lifestyle&lt;br /&gt;
 * Multimedia&lt;br /&gt;
 * Automotive&lt;br /&gt;
 * Books &amp;amp; Reference&lt;br /&gt;
 '''Tags'''  &lt;br /&gt;
 Array of Strings: each string describing one of a user defined tag that &lt;br /&gt;
 the developer used to describe the application. Each tag has a  &lt;br /&gt;
 max 64 chars. Can be empty.&lt;br /&gt;
 '''Platform'''  &lt;br /&gt;
 String: Describing one of the supported platforms.&lt;br /&gt;
 Possible values: BlackBerry, J2ME, Android, Symbian, iPhone (iOS), WebApp&lt;br /&gt;
 '''ContentFilters''' &lt;br /&gt;
 Array of Strings: each string describing one of the exclude ads from categories.&lt;br /&gt;
 Each string max length is 64 chars.&lt;br /&gt;
 example: [‘Tools, ‘Books’, ‘Photos’]&lt;br /&gt;
 '''TextFilters'''&lt;br /&gt;
 Array of Strings: each string describing one of the exclude ads that contains text.&lt;br /&gt;
 Each string max length is 64 chars.&lt;br /&gt;
 example: [‘cats, ‘dogs’, ‘bats’]&lt;br /&gt;
 '''LanguageFilters'''&lt;br /&gt;
 Array of Strings: each string describing one of the exclude ads in these Language Filters.&lt;br /&gt;
 Each string max length is 64 chars.&lt;br /&gt;
 example: [‘Thai, ‘German, ‘French]&lt;br /&gt;
 '''Resolutions'''&lt;br /&gt;
 String of comma separator resolution types &lt;br /&gt;
 example: 320x50,120x20&lt;br /&gt;
 '''EnableBannerAd''' &lt;br /&gt;
 Enable Banner Ad&lt;br /&gt;
 '''EnableTextAd'''&lt;br /&gt;
 Enable Text Ad&lt;br /&gt;
 '''EnableHtmlAd'''&lt;br /&gt;
 Enable Html Ad&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
JSON&lt;br /&gt;
&lt;br /&gt;
'''Request:'''&lt;br /&gt;
&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;auth&amp;quot;:{&lt;br /&gt;
        &amp;quot;Password&amp;quot;:&amp;quot;somepassword!&amp;quot;,&lt;br /&gt;
        &amp;quot;UserName&amp;quot;:&amp;quot;someusername!&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;profile&amp;quot;:{&lt;br /&gt;
        &amp;quot;AdsProviders&amp;quot;:[&lt;br /&gt;
            {&lt;br /&gt;
                &amp;quot;Key&amp;quot;:&amp;quot;TargetedMobi&amp;quot;,&lt;br /&gt;
                &amp;quot;Value&amp;quot;:10&lt;br /&gt;
            },&lt;br /&gt;
            {&lt;br /&gt;
                &amp;quot;Key&amp;quot;:&amp;quot;InMobi&amp;quot;,&lt;br /&gt;
                &amp;quot;Value&amp;quot;:1&lt;br /&gt;
            }&lt;br /&gt;
        ],&lt;br /&gt;
        &amp;quot;ApplicationId&amp;quot;:&amp;quot;16101917-1c15-1515-1316-1a1a1a11f4b7&amp;quot;,&lt;br /&gt;
        &amp;quot;ApplicationURL&amp;quot;:null,&lt;br /&gt;
        &amp;quot;Category&amp;quot;:[&lt;br /&gt;
            &amp;quot;Games&amp;quot;&lt;br /&gt;
        ],&lt;br /&gt;
        &amp;quot;ContentFilters&amp;quot;:null,&lt;br /&gt;
        &amp;quot;ContentTypes&amp;quot;:null,&lt;br /&gt;
        &amp;quot;Description&amp;quot;:&amp;quot;Some Description&amp;quot;,&lt;br /&gt;
        &amp;quot;DeveloperName&amp;quot;:&amp;quot;Some Developer Name&amp;quot;,&lt;br /&gt;
        &amp;quot;EnableBannerAd&amp;quot;:false,&lt;br /&gt;
        &amp;quot;EnableHtmlAd&amp;quot;:false,&lt;br /&gt;
        &amp;quot;EnableTextAd&amp;quot;:false,&lt;br /&gt;
        &amp;quot;LanguageFilters&amp;quot;:null,&lt;br /&gt;
        &amp;quot;Name&amp;quot;:&amp;quot;Application/Site Name&amp;quot;,&lt;br /&gt;
        &amp;quot;Platform&amp;quot;:&amp;quot;Android&amp;quot;,&lt;br /&gt;
        &amp;quot;Resolutions&amp;quot;:null,&lt;br /&gt;
        &amp;quot;Tags&amp;quot;:null,&lt;br /&gt;
        &amp;quot;TextFilters&amp;quot;:null&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
'''Successful  Response:'''&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;NotifyNewApplicationResult&amp;quot;:{&lt;br /&gt;
        &amp;quot;ErrorCode&amp;quot;:0,&lt;br /&gt;
        &amp;quot;Result&amp;quot;:0,&lt;br /&gt;
        &amp;quot;ResultDescription&amp;quot;:null&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
'''Error Response:'''&lt;br /&gt;
 {&lt;br /&gt;
    &amp;quot;NotifyNewApplicationResult&amp;quot;:{&lt;br /&gt;
        &amp;quot;ErrorCode&amp;quot;:61,&lt;br /&gt;
        &amp;quot;Result&amp;quot;:1,&lt;br /&gt;
        &amp;quot;ResultDescription&amp;quot;:&amp;quot;the application id 56205967-5c65-4555-a396-0a3a1aa1f4b7 is already exist&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>