osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Help with Banners for Affiliates & CPM

This is a discussion on Help with Banners for Affiliates & CPM within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; On the affiliate banner manager page, what do the numbers in the "Statistics" column mean? e.g. "27/1" Is it possible ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-21-2007, 03:29 PM
New Member
 
Join Date: Jan 2007
Posts: 16
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
subtleinstrument is on a distinguished road
Default Help with Banners for Affiliates & CPM

On the affiliate banner manager page, what do the numbers in the "Statistics" column mean? e.g. "27/1"

Is it possible to use OSCMax banners for CPM affiliate work? I.e. knowing how many times our banner has been displayed, and where?

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 02-21-2007, 03:55 PM
New Member
 
Join Date: Jan 2007
Posts: 16
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
subtleinstrument is on a distinguished road
Default Re: Help with Banners for Affiliates & CPM

I'm also struggling with the "Build-A-Link" banner function.

I understand how to set up banners on the Admin side.

However, if I log in as an affiliate and click the "Banners" button, I get a page with a selection of the banners. The problem is that when I enter a product ID number in the Build-A-Link box and click "Build Link", the space below is blank. This happens even if I enter a product ID which already has a banner linked to it.

Please advise. Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-21-2007, 06:04 PM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,713
Thanks: 139
Thanked 606 Times in 519 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Help with Banners for Affiliates & CPM

Check the bug tracker for your build-a-link issues:
101: Not showing banner links when logged as affilate! - Bug Tracker - open source Commerce Maximized :: osCMax

And this:
affiliate link encoded
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to michael_s For This Useful Post:
subtleinstrument (02-22-2007)
  #4  
Old 02-22-2007, 10:24 AM
New Member
 
Join Date: Jan 2007
Posts: 16
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
subtleinstrument is on a distinguished road
Default Re: Help with Banners for Affiliates & CPM

I'm slowly making progress on this affiliate thing.

One thing that tripped me up was that OSCMax needed products_id as an identifier for banners, not products_model (we use MySQL for database). However, now we have to make it so that OSCMax can display products_id so that affiliates can identify which product code to enter. Any idea how to do that? products_id doesn't seem to show up anywhere in OSCMax

Another problem is that the banner code snippets are missing the slash between the domain name and the rest of the URL. You have to manually edit the code to get it to work.

Thirdly, the navigation links on the affiliate pages don't work properly. If you click "Affiliate Program" in the navigation bar, it reloads the page instead of taking you back to the affiliate summary page.

Any help would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-22-2007, 10:35 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,713
Thanks: 139
Thanked 606 Times in 519 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Help with Banners for Affiliates & CPM

Quote:
products_id doesn't seem to show up anywhere in OSCMax
It is in every url for each product when you visit a product page. For instance : product_info.php?products_id=1

Quote:
Another problem is that the banner code snippets are missing the slash between the domain name and the rest of the URL. You have to manually edit the code to get it to work.
This means your configure.php file is not correct and you need to fix it (admin/includes/configure.php and includes/configure.php - you are missing a / somewhere)

Quote:
Thirdly, the navigation links on the affiliate pages don't work properly. If you click "Affiliate Program" in the navigation bar, it reloads the page instead of taking you back to the affiliate summary page.
Looks like an issue with one of the variables in the navbar for the affiliate program. I have confirmed this in a default install.
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to michael_s For This Useful Post:
subtleinstrument (02-22-2007)
  #6  
Old 02-22-2007, 10:49 AM
New Member
 
Join Date: Jan 2007
Posts: 16
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
subtleinstrument is on a distinguished road
Default Re: Help with Banners for Affiliates & CPM

Quote:
Originally Posted by michael_s View Post
This means your configure.php file is not correct and you need to fix it (admin/includes/configure.php and includes/configure.php - you are missing a / somewhere)



Looks like an issue with one of the variables in the navbar for the affiliate program. I have confirmed this in a default install.
Both very helpful. Thank you.

Quote:
Originally Posted by michael_s View Post
It is in every url for each product when you visit a product page. For instance : product_info.php?products_id=1
It's clumsy to tell the affiliates to look at the URL, and we're operating with SEO-friendly URLs anyway, so no ID numbers. I'd like to display the products_id on each product page, ideally so only users who are logged in as an affiliate would see it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 02-22-2007, 11:27 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,713
Thanks: 139
Thanked 606 Times in 519 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Help with Banners for Affiliates & CPM

You should be able to grab the product ID from the DB and just output it to the page if the affiliate login status is true. Take a look at the product query, I think it already has the product ID, and see if you can just add the output to the page.
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to michael_s For This Useful Post:
subtleinstrument (02-23-2007)
  #8  
Old 08-20-2007, 01:19 PM
Member
 
Join Date: Apr 2007
Posts: 35
Thanks: 15
Thanked 1 Time in 1 Post
Rep Power: 0
aaanativearts is on a distinguished road
Default Re: Help with Banners for Affiliates & CPM

The product id doesn't show in the URL if you are using a SEO contrib that changes the url to the product title. For those of us that don't understand php well, can someone give an example of exactly what needs to be added where to automatically display the product id on the page?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Rotating banners in column left Studio143 osCMax v1.7 Discussion 1 02-02-2005 11:00 AM
Banners-Can I have two on each page? Studio143 osCMax v1.7 Discussion 1 01-29-2005 11:45 AM
Banners not showing up at all, what to do? jhdesign osCMax v1.7 Discussion 2 01-25-2005 03:17 PM
Banner Manager, No Banners ??? koltz osCMax v1.7 Discussion 1 07-14-2004 06:20 PM
Problems with Affiliate Banners pbuck osCMax v1.7 Discussion 0 10-14-2003 03:07 PM


All times are GMT -8. The time now is 11:35 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design