Demo RevMax Plugin for OpenX

Questions about openx adserver plugin RevMax?

RevMax OpenX Plugin Features

Author Topic: Publisher Signup Problems  (Read 1653 times)

Offline forumwt

  • Newbie
  • *
  • Posts: 4
Publisher Signup Problems
« on: June 12, 2011, 03:38:45 PM »
Hello,
How i can remove Tax Id Number from publisher signup page.. simple i dont need this.. i need more simple page for signup

Also im read this http://openxpayments.com/advertisers-signup/customizing-advertiser-screens-payment-logo%27s/ and how i can make this statistics like on http://www.kwikpost.com/newsite/pages.php?id=3
Advertising Rates for KwikPost.com
i need this

Pages: 588,915
Hits: 869,215 or 74,685 page views each month

Or simple count page impresions... example: Page Views Today 102.556

Thanks

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Publisher Signup Problems
« Reply #1 on: June 12, 2011, 07:39:25 PM »
Hello;

On the tax id field, you can remove any fields by inserting known info and replacing tag with a hidden field like
Change;
Code: [Select]
<input type="text" id="tax_id" class="required"  name="tax_id" alt="Tax Id Number" title="Tax Id Number" size="35" value=""/>
To;
Code: [Select]
<input type="hidden"  name="tax_id"  value="000000000"/>By inserting known values you should not receive a database error.

There may be many solutions to listing stats, one would be to do a sql querie on table ox_data_summary_ad_hourly or ox_data_intermediate_ad and list by date and zone id.

This will allow for marketing stats for specific zones and days,
and could be shown on the page you listed.

Hope that helps, let me know.
Mike

Offline forumwt

  • Newbie
  • *
  • Posts: 4
Re: Publisher Signup Problems
« Reply #2 on: June 12, 2011, 08:11:34 PM »
Hello,
Thanks for help.. in that way i can disable all field and i can make it more simple..

And for 2nd question im not sure that i can do, im just now look in the ox_data_intermediate_ad table and i cant understand how i can get from there daily impressions...

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Publisher Signup Problems
« Reply #3 on: June 12, 2011, 08:46:01 PM »
list by date, add totals.

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Publisher Signup Problems
« Reply #4 on: June 12, 2011, 10:18:54 PM »
Are you familiar with the API at all ?
I believe you can use that also but would require a bit more coding.
https://developer.openx.org/wiki/display/API/OpenX+API+Tutorial+%28v1%29

http://developer.openx.org/api/OpenX/ZoneServiceImpl.html
"getZoneDailyStatistics"

http://developer.openx.org/api/OpenX/PublisherServiceImpl.html#getPublisherZoneStatistics
"getPublisherZoneStatistics"

Offline forumwt

  • Newbie
  • *
  • Posts: 4
Re: Publisher Signup Problems
« Reply #5 on: June 12, 2011, 10:29:39 PM »
huh  :o
I think that i cant do it ... thank you for try help me but i will must paid for this... im ask same question on opex forums but there is no answer one week...

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Publisher Signup Problems
« Reply #6 on: June 12, 2011, 11:04:52 PM »
huh  :o
I think that i cant do it ... thank you for try help me but i will must paid for this... im ask same question on opex forums but there is no answer one week...

Let me know,
I work pretty cheap as a rule, it just sounds expensive going in.

Offline forumwt

  • Newbie
  • *
  • Posts: 4
Re: Publisher Signup Problems
« Reply #7 on: June 12, 2011, 11:18:04 PM »
So, what is price ?

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Publisher Signup Problems
« Reply #8 on: June 13, 2011, 12:25:22 AM »
So, what is price ?

That would depend entirely on the job description and how long it should/would take. My rates are here http://btdsoft.com/1-hour-openx-support-30-00/

If you want the daily stats above each package / zone description I would think about 2 hours 1 for code 1 to duplicate for each package with different query info.

Mike