Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
208 views

Creating an advertisement system for your web sites (my own AdSense)

I do not know the right term for this but say I want to have Ads on my web sites where there advertisers need to pay whenever users click on the web sites. How should one go about doing this? My ...
2
votes
3answers
52 views

How to correctly deploy a “satellite” form

Against my recommendations to not do it, I have to set up a form that we can hand off to our affiliates and have them put on their site - I have no control over anything once it leaves me, I am hoping ...
2
votes
2answers
489 views

Has anyone tackled Signed Requests for Amazon Product Advertising API in PHP?

I am about to get stuck into fixing the Product Advertising API Signed Requests issue for PHP for a site I wrote a while ago. Is there a library out there already, or do I need to roll up my sleeves? ...
1
vote
1answer
85 views

How do you use iTunes Affiliates Search API to find a song title from a specific artist

I am trying to use the iTunes Affiliate Search API in my iPhone App to search for content within the iTunes Store. An example URL to search for "I Want To Hold Your Hand" is: ...
0
votes
0answers
33 views

Paginate XML Feed results that is imbed into an Iframe

I do some business with some Affiliates. My Xml feed is imbed into an Iframe and want to make pagination to show more results. The number of results may vary. I want 10 results per page. Is it ...
0
votes
2answers
181 views

How can I read a QueryString in CodeIgniter?

I know it's been asked before, but I need it for affiliate tracking... http://www.mysite.com/controller/method/params?affiliate=123&sub_id=456 How can I get the params AND the $_GET parameters ...
0
votes
3answers
308 views

Better Capture to Session Affiliate Id from GET in PHP

Can someone help me clean this up and make it more logical? I'm fried right now and can't seem to get a good line of code written :) I'm trying to capture affiliate id from urls like ?aid=3056677. ...