Knowledge Base
Back To HomeChangelog
  • ☕General Question
    • What are DTXplatform office hours?
    • How can I reach the DTXplatform support team?
    • I forgot my login/password, what should I do?
    • My account is banned. Why?
    • What is KYC and why do you ask me for it?
    • What should I do if I can’t log in?
    • KYC Customer Verification
    • Can my account be set up for both publisher and advertiser activities?
    • Which alphabets are accepted on the registration form?
    • When can I start working with you?
    • Is it free to open a DTXplatform account?
    • Can anyone work with DTXplatform?
    • What is DTXplatform?
    • Are your pop-under ads compatible with https/ssl?
    • Can I use DTXplatform pop-under ads simultaneously with other pop-under networks?
    • Can I use DTXplatform Ads with AdSense? Is it safe?
    • Are the statistics updated real time?
  • 🤑 Publishers Help Center
    • How can I change my payment details?
    • What are the fees for wire transfers
    • What are DTXplatform payout frequency and thresholds?
    • No, it can’t. A different email must be supplied for each account.
    • Traffic quality and Website Content Restrictions
    • Can I set a passback tag on my placement?
    • How long does it take to receive payments from a wire transfer?
    • How to add the tags to your website
    • How many ads can I show per one webpage?
    • What traffic can DTXplatform monetize?
    • What are the average CPM rates per country?
    • DTXplatform: Example Tags
    • How can I improve my eCPM?
    • Not seeing ads?
    • What does IBAN mean in the payment details section?
  • 🚦Advertisers Help Center
    • How can I access the payment method I'm interested in?
    • Can I use emojis in creatives?
    • What are the sizes of creatives for push and in-page campaigns?
    • Can I get a refund after the promo code activation?
    • Can I add a smaller than the minimal amount of money?
    • Can I make my payment without an invoice?
    • The amount of money I transferred to you ended up being smaller on my DTXplatform account balance. W
    • In what currency should I make my payments?
    • How long does it take to add money to my DTXplatform account?
    • How can I get more traffic?
    • Do you have any cashback or loyalty program for advertisers?
    • Can I withdraw the unspent money?
    • Where can I see my current balance?
    • You charged me a sum exceeding my limits. Why?
    • Which fraud control technologies do you use?
    • Google-proxy
    • How to make your first deposit?
    • How does language targeting work?
    • Can I switch my account from Advertiser to Publisher?
    • Why was my account suspended?
    • Do you have an API or SDK?
    • How can I get a personal manager?
    • Why am I getting traffic from countries that I am not targeting?
    • Why I'm not receiving traffic on my campaign?
    • What pricing models do you support?
    • Do you work with fixed rates?
    • Do you work with direct publishers or with SSP/DSP?
    • Who takes care of my campaigns?
    • What budget should I start with?
    • Why isn't my payment approved?
    • Why was my payment rejected?
    • 🌎GEO Tier On DTXplatform
    • Why Can't I see my campaign stats?
    • What is the time zone of the reports?
    • How long does it take until my campaign gets approved?
    • I paused/stopped a campaign, but my balance is reduced! Why?
    • How do I get invoices after i made my deposit?
    • 🚨DTXplatform Ad Policy
    • Prohibited Products and Services
    • How to read and understand your campaign stats?
    • Why hasn't my deposit been approved?
    • What is the recommended Rate per GEO for each ad format?
    • What are the available targeting options on the Self Service platform?
    • What is the minimum and maximum bid for each ad format?
    • What tokens are available?
    • What is our refund policy?
    • Why doesn’t my campaign receive any traffic (or receive very low volume)?
    • What are the available pricing models for each ad format?
    • How do I register for an advertiser account with DTXplatform?
    • Why was my campaign declined?
    • Can advertisers from all over the world open an account with DTXplatform?
    • How can I edit my campaign targeting options after I completed it?
    • Can I track my conversions on my DTXplatform panel?
    • How much time after the campaign was approved does it take to start getting traffic?
    • General guidelines for creating Push Notifications campaign
    • What are the available paying methods on the Self Service platform?
    • How to optimize your push notification campaign
    • How to fund your account by using a PayPal account?
    • How do I activate a coupon code?
    • How to Pause my Campaign?
    • 🍫How do I create my first campaign?
    • How to duplicate my campaign creative?
    • How can I understand the reason my Campaign was declined?
  • DOC
    • ℹ️Integration Document RTB
Powered by GitBook
On this page

Was this helpful?

  1. Publishers Help Center

DTXplatform: Example Tags

  • Updating your tag with the right parameters such as subid, feedID etc is vital to earning more and being open to more demand sources

  • Example Redirect Tag Publishers may enter their own text after the subid=”example” https://xml.dtxplatform.net/redirect?feed=FEED_ID&auth=AUTH_CODE&url=https://YOUR_URL&subid=SUD_ID

  • Example Pop tag

<script>
window.adk_pdisp = {'h' : 'xml.dtxplatform.net',
'f' : ZONE_ID,
'a' : 'AUTH_CODE',
'ps' : [1],
'cin' : 4,
's' : 'replace-with-some-dynamic-subid',
'q' : [],
't' : 1,
};
</script>
<script src='//static.dtxplatform.net/tabu/display.js'></script>

  • Example Tab under tag

<script>
window.adk_pdisp = {'h' : 'xml.dtxplatform.net',
'f' : 243902,
'a' : 'j9F48y',
'ps' : [1],
'cin' : 4,
's' : 'replace-with-some-dynamic-subid',
'q' : [],
't' : 1,
'op': {'chrome': 'tabu'}
};
</script>
<script src='//static.dtxplatform.net/tabu/display.js'></script>

the following parameters are included in your JS Pop and Tab under tags: h: f: feed ID (mandatory) a: authentication ID (mandatory) ps: 1 (fixed value) cin: 4 (fixed value) s: subid (optional) q: site category (optional) t: frequency cap in hours (optional)


  • Example In-Page Push Tag Code

<script>
(function(i,n,p,a,g,e){
i.inpagepush = i.inpagepush || function() {
(i.inpagepush.q=(i.inpagepush.q||[])).push(arguments)
};
var s=n.getElementsByTagName('head')[0];
var q=n.createElement('script'); q.async=1;
q.src='//static.dtxplatform.net/inpage/inpage.js';
s.appendChild(q);
i.inpagepush('init', {
host: 'xml.dtxplatform.net',
feed: 243902,
auth : 'j9F48y',
subid: '1',
refresh: 25,
position: 'bottom',
slots: 3,
query : 'inpage',
z_index: 88888
});
i.inpagepush('show');
})(window, document);
</script>

refresh - refresh period in seconds, position - 'bottom' and 'top' are showing ads in right-bottom or right-top corner slots - max number of ads to show per "refresh" layout : 'mobile_mini' makes the widget more condensed on mobile devices``********

PreviousWhat are the average CPM rates per country?NextHow can I improve my eCPM?

Last updated 2 years ago

Was this helpful?

🤑