<?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_Application_Update</id>
		<title>Notify Application Update - 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_Application_Update"/>
		<link rel="alternate" type="text/html" href="https://wiki.taptica.com/index.php?title=Notify_Application_Update&amp;action=history"/>
		<updated>2026-04-30T17:11: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_Application_Update&amp;diff=24&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;This method is used to send request to Taptica's AdCore servers for updating an existing mobile ads profile. The method will pass to Taptica's AdCore servers a unique ID ident...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.taptica.com/index.php?title=Notify_Application_Update&amp;diff=24&amp;oldid=prev"/>
				<updated>2012-08-16T09:15:19Z</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 updating an existing mobile ads profile. The method will pass to Taptica&amp;#039;s AdCore servers a unique ID ident...&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 updating an existing mobile ads profile.&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 for updating.&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;
== Method Signature == &lt;br /&gt;
 AdCoreProfileResult NotifyApplicationUpdate(&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 when it contact AdCore server for mobile ads content.&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;
 '''ContentTypes'''  &lt;br /&gt;
 Array of Strings: each string describing one of the 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 to the application. Each string max length is 64 chars.&lt;br /&gt;
 example: [‘Video’, ‘news’, ‘education’]&lt;br /&gt;
 '''Tags'''  &lt;br /&gt;
 Array of Strings: each string describing one of a user defined tag that 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, iOS&lt;br /&gt;
 '''ContentFilters''' &lt;br /&gt;
 Array of Strings: each string describing one of the exclude ads from categories. 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. 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. Each string max length is 64 chars.&lt;br /&gt;
 example: [‘Thai, ‘German, ‘French]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>