Pulsar Marketing - advertising via pay per lead, sale or flat fee

Flat Fee Spectrum is a network property of Flat fee ad placement Marketing

is proud to present

Flat Fee Spectrum - flat fee advertising based upon website ranking.

At FlatFeeSpectrum.Com, you can earn guaranteed revenue just for hosting client advertisements on your web site(s)!

   

    

Modifying any advertisement code in any manner, preventing it from being displayed as formatted by the advertiser, or denying direct click-throughs, will result in 100% forfeiture of all revenue.

  

How to Obtain Client Advertisements:

 

* First, make sure you have listed all your domains.  Be sure you list only your root domain URLs.
For example, if you own www.somewebsite.com, you would list www.somewebsite.com.  Non-root pages, such as www.somewebsite.com/index2.html, or www.somewebsite.com/products.html will NOT be approved.  You must list only the root domain URL.  Sub page URLs, sub-domains, search bidding and free hosted sites will NOT be approved.

 

To list your URLs, click on the green plus sign.  If you do not see a green plus sign, click on the "Sites" link.

 

When you add NEW domain URLs to your account, they must be approved by FlatFeeSpectrum.
To find out which of your domain URLs have been approved by FlatFeeSpectrum, Click on the "Sites" link.  A lock graphic next to a URL indicates that the URL has not yet been approved by FlatFeeSpectrum for compliance, and you must wait for FlatFeeSpectrum approval before continuing to the next step.

 

* If you have a URL that has been approved by FlatFeeSpectrum, Click on the "Available Banners" link to find ads.  Browse the list of client advertisements.  If a program interests you, click the link: "Preview code and Advertiser payout >>>" for the demographics and payout details of the Client Advertiser.

 

If you desire to earn revenue from the Client Advertiser, request assignment to one of your URLs. Simply select your URL from the dropdown menu, then click on the "Assign and get Script" button.  If you do not see the "Assign and get Script" button, it is because you do not yet have any domain URLs approved by FlatFeeSpectrum.  You must wait until your URL(s) have been approved by FlatFeeSpectrum before continuing to the next step.

 

The next page will provide you with the full code to embed into your website's HTML.  You must copy/paste the entire code, including the Start and End Comment Tags.  If you need to position the Banner Code on your site page, or if you need to use any HTML tags, you must not place them within the Banner Code.  HTML tags such as <center> must be before and/or after the Start and End Comment Tags.

  

Example Code

Correct
Full Code copied/pasted exactly as required.

<!-- FlatFeeSpectrum.com Banner Script Start -->
<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>
<!-- FlatFeeSpectrum.com Banner Script End -->

Incorrect
The "Start" Tag must begin on a new HTML line, and NOT share an HTML line.
<font face="Arial" class="size10"><!-- FlatFeeSpectrum.com Banner Script Start -->
<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>
<!-- FlatFeeSpectrum.com Banner Script End -->

Incorrect
Missing the Start and End Comment Tags

<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>

   

  

Example Code with <center> tags added by You

Correct
Center Tags are before and after the Start and End Tags and are NOT on the same HTML lines.

<center>
<!-- FlatFeeSpectrum.com Banner Script Start -->
<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>
<!-- FlatFeeSpectrum.com Banner Script End -->
</center>

Incorrect
The Code Tag MUST be on it's own separate HTML lines.
<center><!-- FlatFeeSpectrum.com Banner Script Start -->
<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>
<!-- FlatFeeSpectrum.com Banner Script End --></center>

Incorrect
Center Tags are placed inside the Start and End Comment Tags

<!-- FlatFeeSpectrum.com Banner Script Start -->
<center>
<a href="http://www.flatfeespectrum.com/ads/adn_click.php?n=#" target="_blank" title="Bad credit credit cards, secured and unsecured loans." onmouseover="window.status='Credit Federal'; return true;" onmouseout="window.status=''; return true;">
<img src="http://www.flatfeespectrum.com/ads/adn_view.php?n=#" border=0 height=1 width=1>
<p align="center"><a href="http://creditfederal.com" target="_blank"><img border="0" src="http://creditfederal.com/ad.jpg" alt="Bad credit cards, secured and unsecured loans." width="505" height="103"></a></p>
</center>
<!-- FlatFeeSpectrum.com Banner Script End -->

   

Any Tags You add to your web page must not be placed within the Start and End Comment Tags

 

NOTE: You will not begin to earn the daily advertising rate until you have been approved by both the Advertiser and by the Administrator to place that particular banner code on your site.

To see which Advertisements you have been approved to host, click on the "Assignments" link
and look for the following:

          Status: Advertiser - accepted
          Status: Administrator - accepted

Here are all the "Status" meanings:

   

"Pending" = no decision has yet been made.

"Approved" = your URL has been accepted to host the advertisement, and you will paid the daily commission rate set forth by the advertiser.  (If "Approved" by both Admin and the Client).

"Rejected" = your URL is not allowed to host the Client advertisement.

Common reasons why a URL may be rejected:

* The Client is limiting the number of participating websites

* Your website does not target the Client's demographics

* The Client does not desire web sites with a popup(s)

* Your website content is cluttered or scrolls excessively

   

Pulsar Marketing - 22272 Tootle Road, Gulfport, MS 39503 (228)832-5553
Support Hours: 9am-5pm CST, Monday-Friday excluding Federal holidays.