Expand performance marketing, reach new audiences, and grow your business

Search results

  1. Alukard_X

    Guide Admaven "private" api

    To start or stop campaign: <?php class AdMavenAPI { private $baseUrl = "https://advertisers.ad-maven.com"; private $sessionToken = null; private $apiToken = null; public function authenticate($username, $password) { $url = $this->baseUrl . "/api/user"; $data =...
  2. Alukard_X

    PropellerReportBot [WL]

    Some "alpha" scripts to collect data for WL (Payout should be transferred to PA). ATM made for offers with "main" OS. https://t.me/PropellerReportBot Any additional suggestions?
  3. Alukard_X

    PropellerAds [traffic history]

    https://t.me/Propellerads_SmartCPM_Bids import os import zipfile from datetime import datetime import pandas as pd # Folder containing ZIP files folder_path = r'/home/user/files' # List of CSV filenames inside ZIPs csv_files = [ 'Propellerads_desktop_mac.csv'...
  4. Alukard_X

    "ME" about traffic sources

    Name ZeroPark Category Mainstream,Adult Ad types Domain,Onclick Type RTB/XML Pros Onclick starts from 0.10 Cons Resell…. Iframes and other things. Min deposit 200$. Note Old network. Doesn't have anything special. Remnant traffic from other ad networks Volume Tiny (after bl)...
  5. Alukard_X

    AdsGram

    Inventory: https://urlscan.io/search/#filename%3Asad.min.js Docs: https://docs.adsgram.ai/advertiser/
  6. Alukard_X

    Guide PA's TG miniapps

    https://urlscan.io/search/#filename%3Avignette.min.js%20%20ip%3A139.45.197.243 Might look like "incent". So same technique to grab it all as in https://afflift.com/f/threads/propellerads-zones-by-theme.13293/ https://afflift.com/f/threads/adcash-zones.14088/ You need just a little bit...
  7. Alukard_X

    Guide Adcash zones

    <?php $headers = array(); $headers[] = 'Accept: application/json, text/plain, */*'; $headers[] = 'Content-Type: application/json;charset=UTF-8'; $results = "1"; // 3 * 100 require 'vendor/autoload.php'; use GuzzleHttp\Client; use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Pool; use...
  8. Alukard_X

    Follow Along GG [ID 15695] #PA24

    🎯 Traffic Source: PropellerAds 🎯 Traffic Type: OnClick 🔧 Tracking Tool: Keitaro ✅ Affiliate Network: GoldenGoose 👍 Type of Offer: Mvas 2Click 💰 Offer Payout: ~0.40-0.45 USD ⭐Geos: BY (aka 30 min ago) (lazy fa)
  9. Alukard_X

    Follow Along Yandex Browser #PA24

    🎯 Traffic Source: PropellerAds 🎯 Traffic Type: Interstitial + Onclick 🔧 Tracking Tool: Keitaro ✅ Affiliate Network: Admitad 👍 Type of Offer: CPI 💰 Offer Payout: ~0.09 - 0.19 USD ⭐ Geos: Azerbaijan Belarus Kyrgyzstan Kazakhstan Tajikistan Uzbekistan
  10. Alukard_X

    Follow Along Opera GX #PA24

    🎯 Traffic Source: PropellerAds 🎯 Traffic Type: Interstitial 🔧 Tracking Tool: Keitaro ✅ Affiliate Network: PWNGames 👍 Type of Offer: CPI 💰 Offer Payout: 0.19 ~ 6 USD ⭐ Geos: WW
  11. Alukard_X

    Follow Along Global City #PA24

    🎯 Traffic Source: PropellerAds 🎯 Traffic Type: Interstitial 🔧 Tracking Tool: Keitaro ✅ Affiliate Network: Admachina 👍 Type of Offer: DOI 💰 Offer Payout: 0.225 - 3.75 USD ⭐Geos: T1-T2 (lazy #fa)
  12. Alukard_X

    Guide Propellerads zones by theme

    500 = inpage 5 = onclick 88 = multitag page.title = "theme" (beta as is)
  13. Alukard_X

    Adsterra's Categories

    4680 lines Useful to make initial WL
  14. Alukard_X

    Guide SimilarWeb: rank check [bulk]

    <?php $headers = []; require '/home/user/vendor/autoload.php'; use GuzzleHttp\Client; use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Pool; use GuzzleHttp\Psr7\Request; use GuzzleHttp\Psr7\Response; use GuzzleHttp\Cookie\CookieJarInterface; $client = new Client([ ]); $array = [...
  15. Alukard_X

    "Ask me" by Alukard_X

    Landing pages, codes, solutions...... you name it
  16. Alukard_X

    Scratcher

    From my old stock
  17. Alukard_X

    Guide PropellerAds: S2S sales tracking for SaaS sites [with JS]

    For initial page (landing): <html> <head> </head> <body> <script> // at LP // parameter in url for clickid e.g. https://yoursite.com/?clickid=${SUBID} var clickid = 'clickid'; // default cookie time 1 day var cookietime = '1'; function getURLParameter(name) { return...
  18. Alukard_X

    Guide PropellerAds: "Audiences" with S2S management

    Propellerads: "Audiences" with S2S management You can collect ID's from different "sources" and use such Id's for retargeting in PropellerAds. 1. You need to grab userid and store it fetch('https://my.rtmark.net/gid.js', {credentials: "include"})...
Top