Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / plugins / confs / template_adconfigure.xml
diff --git a/plugins/confs/template_adconfigure.xml b/plugins/confs/template_adconfigure.xml
new file mode 100644 (file)
index 0000000..58641a8
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<!--  
+  Dynamic values always overrides these settings.
+  As default all parameters (except service name & url) are optional.
+  Only used ad service define which parameters and values are mandatory.
+  Dynamic values always overrides these settings. 
+-->
+  
+<service name="" url="">
+       <accountid key="" value=""/>
+       <password key="" value=""/>
+       <campaign id="">                
+               <!-- Ad concerning parameters. -->
+               <adgroup key="" value=""/>
+               <adtypedefault key="" value=""/>
+               <adformats key="" value="1, 2"/>
+               <adsizeconstraint key="" value=""/>             
+               <adsize key="" value=""/>
+               <adheight key="" value=""/>
+               <adwidth key="" value=""/>
+               
+               <!-- User and session concerning parameters. -->
+               <userid key="" value=""/>
+               <transactionid key="" value=""/> <!-- value should contain transactionid format -->
+               <language key="" value="1, 2"/>
+               <keywords key="" value="1, 2"/>         
+               
+               <!-- These parameters can be used to assign static values for ad parameters. -->
+               <parameter1 key="" value="1, 2"/>
+               <parameterX key="" value="1, 2"/>
+       </campaign>
+</service>
\ No newline at end of file