English 中文(简体)
Construct a Netflix Affiliate URL to a search result page? [closed]
原标题:
  • 时间:2010-04-12 11:55:55
  •  标签:
  • netflix
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it s on-topic for Stack Overflow.

Closed 10 years ago.

I have a Netflix Affiliate account, but I don t want to direct users to the homepage for them to create an account, I want to direct them to a search result page. The reason for this is that on our site we have lots of titles but they can t be reliably linked to a single Netflix result programmatically, so we would prefer if we could direct users to a search page, and if the user signs up, get the revenue. Is this possible? I find the whole Netflix-Affiliate-but-Google-Affiliate scheme a bit daunting.

最佳回答

Sorry for answering my own question once again. I found the answer here (a bit hidden that link). For anyone wondering about the same problem, here s a quote from that page:

Deep linking (linking to pages other than the main Netflix login page) is a little more complicated - the structure is:

http://clickserve.cc-dt.com/link/tplclick?lid=41000000030242852&pubid=00000000000000000&redirect=[Endcoded Deep linking URL]

That works pretty good.

问题回答

I would be wary of using Felix s example above before confirming your account details with the Netflix API team. I think you need to first submit your Google ID (GAN) along with your API key so that they will credit leads generated with the above structure.

Read the details on http://developer.netflix.com/docs/Affiliate_Program

Even worse, if you use http://www.netflix.com/Search?v1=Jaws it returns a search result appropriately for "Jaws" if you re not logged into Netflix, but if you happen to already be logged in to your Netflix account it takes you to the Netflix homepage instead. This is with the affiliate linkage element out of the equation entirely, so there are multiple issues at stake.

I m looking for the solution too, and have had no response from Netflix or the Google Affiliate Network.





相关问题
Use LINQ to query nested OData collection

I m playing around with the new Netflix OData feed (http://odata.netflix.com/Catalog/) and having some issues. I m trying to learn LINQ at the same time but having difficulty doing what I thought was ...

Netflix OData API iPhone: Accessing more than just the title

Netflix just recently announced that they have a new OData API which gives developers access to more of their catalog and is exactly what I ve been looking for. Also, on odata.org they have a sample ...

OAuth Callback procedure for mobile devices

I am designing a Netflix Application for BlackBerry mobile devices. I am currently working on the OAuth. I am at the point where I can generate a Netflix login page in an embedded browser field in my ...

Blackberry and OAuth Question

I am developing a Netflix application for the Blackberry, and so far one of my biggest challenges has been related to the OAuth protocol. I have been searching for examples of implementing OAuth with ...

Using a REST API and iPhone/Objective-C [duplicate]

Possible Duplicate: Objective-C: Best way to access REST API on your iphone So I m brand new to Netflix s API and have never used an API ever before. I m ok with Objective-C and Cocoa Touch but ...

热门标签