Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 177
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 181
Total: 181

Author Topic: ebay partner network  (Read 15473 times)

0 Members and 1 Guest are viewing this topic.

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
ebay partner network
« on: February 14, 2013, 08:53:21 am »
Hi all, my name is Alex, I write from Italy.
I use s.m.f. 2.0.4 with admanagement (free).

Admanagement works fine with my google adsense.

Recently I ask to eBay to join in "ebay partner network" (epn); well, my request was accepted.

So in epn control panel i can generate html code to past in admanagement.

Unluckly this code doesn'work!

In italian simple machines community someone has helped me to localize the error; I'll try to explain it.

In epn code there is this row:
Code: [Select]
document.write('x3Cscript type="text/javascript" charset="utf-8" src="OMISSIS OMISSIS OMISSIS[color=red] '">x3C/script>' );
but admanagement doesn't "read" this code and show me html without script.

A solution made "by hand" could be to break the word "script" in this way " sc +ript"

E.g.
Code: [Select]
document.write('<sc' + 'ript type="text/javascript" charset="utf-8" src="OMISSIS OMISSIS OMISSIS[color=red] '"></sc' + 'ript>' );
Unlucly epn rules doen's approval code modification.

Any suggest to work epn with admanagement?

Thanks for every reply.

Alex

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: ebay partner network
« Reply #1 on: February 14, 2013, 09:39:06 am »
Can you send me a link to a page with ad management and it not working with the epn code.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #2 on: February 14, 2013, 11:43:34 am »
thank you for your fast reply.
Actually the admenagement epn on my forum is in a secret test area.

I send you a epn code via pm.

Thank for what you will do.

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #3 on: February 16, 2013, 06:11:46 am »
Can you send me a link to a page with ad management and it not working with the epn code.

Excuse me, did you received my mp?

Just to know if is there any possibly to integrate epn with your plugin.

Thanks a lot.

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #4 on: February 20, 2013, 04:01:43 am »
I just signed up for eBay Partner Network and the code works fine in SMF.

Did you choose to enter it as "Custom Code"?

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #5 on: February 20, 2013, 05:19:13 am »
I choose in epn tool panel, the widget called custom banner.

Html script generated doesn't work with admangament inserted like a html code.

Can you show me on your site, any ebay advertising banner? So I hope to understand much more.


Best regards.

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #6 on: February 20, 2013, 05:25:17 am »
Hmm. I didn't use the widget. I chose a 486 x 60 banner in the Creatives Generator. Widgets are possibly not for adseller.

Here's my code
Code: [Select]
<script language='JavaScript1.1'>
document.write("<sc"+"ript language='JavaScript1.1' src='http://rover.ebay.com/ar/1/710-53481-19255-7/1?campid=5337255366&toolid=71053481192557&customid=&mpt=" + Math.floor(Math.random()*999999999999) + "&adtype=3&size=468x60&mpvc='></sc"+"ript>");
</script>
<noscript>
<a href='http://rover.ebay.com/rover/1/710-53481-19255-7/1?campid=5337255366&toolid=71053481192557&customid=&mpvc='>
<img border='0px' src='http://rover.ebay.com/ar/1/710-53481-19255-7/1?campid=5337255366&toolid=71053481192557&customid=&mpt=[CACHEBUSTER]&adtype=1&size=468x60&mpvc=' alt='Click Here'>
</a>
</noscript>

I entered it in AdSeller as Custom Code. I don't see an option for HTML code?

You can see it at: http://www.amoc.org/forum
« Last Edit: February 20, 2013, 05:32:18 am by amwebby »

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #7 on: February 20, 2013, 06:47:33 am »
well, but the code generate with creative generator doesn't fix my problem.

Code: [Select]
document.write('x3Cscript type="text/javascript" charset="utf-8" src="OMISSIS OMISSIS OMISSIS[color=red] '">x3C/script>' );
this part of widget banner code doesnt' work with admanagement, but it works if I separate the word "script" in "sc+ript".

For example:

Code: [Select]
document.write('<sc' + 'ript type="text/javascript" charset="utf-8" src="OMISSIS OMISSIS OMISSIS[color=red] '"></sc' + 'ript>' );
the way above, works! Unluckly ebay rules dont' accept modificated code.

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #8 on: February 20, 2013, 06:50:09 am »
Hmm. It works in AdSeller. Obviously Ad Management is different.

I seem to recall that you have to allow Javascript and PHP separately from HTML in Ad Management.

Have a look here for support for Ad Management. http://www.simplemachines.org/community/index.php?topic=68632.0

One last thought, is your server set to allow UTF8?
« Last Edit: February 20, 2013, 07:27:17 am by amwebby »

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #9 on: February 20, 2013, 07:32:49 am »
I seem to recall that you have to allow Javascript and PHP separately from HTML in Ad Management.

yes, I've tried both but it still doesn't work.

One last thought, is your server set to allow UTF8?

Yes, I use it.

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #10 on: February 20, 2013, 07:36:31 am »
Then I suggest you ask here. http://www.simplemachines.org/community/index.php?topic=68632.0

Ad Seller is different from Ad Management. I never had EPN working in Ad Management but I did have AdSense

I would say though, that by making the edits you suggest you are not altering the EPN code, which is the bit after
Code: [Select]
document.write("<sc"+"ript language='JavaScript1.1' and before
Code: [Select]
</sc"+"ript>");
« Last Edit: February 20, 2013, 07:55:13 am by amwebby »

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #11 on: February 20, 2013, 07:55:44 am »
but this plugin is developed by smfhack.com
http://custom.simplemachines.org/mods/index.php?mod=255
http://www.simplemachines.org/community/index.php?action=profile;u=331735
for this reason I'm asking about this mod on this site.


If can not answer about my queistion Smfhack.com, who can it?

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #12 on: February 20, 2013, 07:57:18 am »
This is the support forum for Ad Seller Pro. The link I gave you is the support forum for Ad Management. I would ask the question there. Someone may have encountered the same problem and found a solution.
« Last Edit: February 20, 2013, 08:00:32 am by amwebby »

Offline Alex_Ita

  • Member
  • *
  • Posts: 10
    • View Profile
Re: ebay partner network
« Reply #13 on: February 20, 2013, 08:00:12 am »
who is the developer of admanagement? I would write him.

Offline amwebby

  • Community Suite Customer
  • Sr. Member
  • ******
  • Posts: 306
    • View Profile
Re: ebay partner network
« Reply #14 on: February 20, 2013, 08:02:19 am »
The same developer, as you point out. However, being free there isn't the same level of support. But, as I said, someone else on Simple Machines may have solved the same problem.

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
4809 Views
Last post August 08, 2007, 06:11:17 pm
by karlbenson
3 Replies
5895 Views
Last post May 10, 2009, 01:14:31 pm
by SMFHacks
6 Replies
5616 Views
Last post March 27, 2011, 12:11:52 am
by frustrated
4 Replies
6014 Views
Last post June 08, 2011, 10:47:53 pm
by Engelbrekt Kristoffersson
5 Replies
3880 Views
Last post January 06, 2013, 02:54:04 am
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal