Trustpilot review api for different urls - php

I need to implement Trust pilot reviews on my site.
I have integrated using script provided by Trust pilot.
But its working for common to site.
I want to identify for products details page. How can i integrate the Trust pilot reviews for dynamic page.
Can anyone please help me?
Thanks.

TrustPilot gives you a unique business unit id for each URL you have registered with them. You need to make separate calls to the server using the unique business unit id and the API key they provided to use it on different websites.

Related

Paypal express checkout - buyer details

so I need to ask a question, I need to setup a simple paypal express checkout system, that one can allow users to change currencies, and two can then update the page with the updated currencies.
Then I need a way for me to get the order information. As I will be selling website templates so I need a way for me to get their email address, so I can then email them with the link to the template file download.
So my question is what data do I get if I set up an express checkout system. And what code do I need, Do i need to create a database to get the returned data back from paypal? Or do I just get an email or can i see that when i log into my paypal account and check orders and see their details that way, but the main important detail i need is their email address?
Can I also say that this is the first time I have looked into express shopping carts. So I am a complete novice in this field, So I will struggle with the coding aspect. But I think it is the route I need to go down.
Also I want to make it all in php as well. But also I don't want to use ready made systems. I just need the back-end code so that I can then just implement it into my current design. Not sure if paypal give you the code when you click the express shopping cart option in All tool section. I did notice though it redirects to a page that lists many partner sites. I couldn't find anywhere for any implementation advice or tips or code.
EDIT: Also I know I will also need to use either IPN or PDT but the documentation I read is highly confusing and just is making me unsure if I can even set a system up. I also read that you should implement both systems, but I also read that that had a risk of doing the payment twice. So yeah i am kinda a bit unsure how to even go about implementing a system I need.
Thanks in advance.

google seller ratings - Sending content from multiple clients

I'm working on a freemium ratings and review plugin which clients will sign up to use. The idea is that the client (lets refer to them as Supplier A) will sign up and integrate their e-commerce site with our API. When an order is created SupplierA's system will send our API the details and we will store them, a few days later we will request by email the customer write a review of the company and of the product. We store SupplierA's reviewss on our server and have several methods for SupplierA to retrieve them.
How do we integrate our product with google seller ratings, to allow us send SupplierA's product or company reviews and ratings to google, these reviews will then need to show on the clients Google Seller Ratings account and in the google search results for SupplierA.
Idealy we're looking at sending product and company reviews to google on behalf of our clients, overall making it easier for them. Where do I look for the correct API calls, any examples of similar uses, code repositories, How can I work with multiple client accounts?.
You need to have an agreement with Google to send them data for Seller Ratings, we've been trying to get this with Google for about 2 years with little luck as it's a guarded secret. The moment I learn more I'll update the answer, I know someone who has been able to get approved but he wasn't able to share much with me.

How to redirect international user to Amazon local store?

Background: My websites have international users. I have written reviews for amazon and their products on these sites.
I've been looking for ways to redirect international users from my website links to their local Amazon store while correctly linking to the original product and keeping my affiliate ID intact. I've found a couple of ways which I will list below, but I was wondering if there were any good alternatives that I have missed.
This looks pretty good http://code.stephenmorley.org/php/mapping-visitor-ip-addresses-to-amazon-sites/
and http://petewilliams.info/blog/2009/07/javascript-amazon-associate-link-localiser/
QUESTION: Just to be clear, I'd like to know what methods/tutorials/scripts people are using to redirect international users to their local/relevant amazon store.
You could use something like GeoLite (tutorial on how here) to find their country and then set up an array to cross check their country with wherever the header() function sends them. It would be some work, but you could do it.

How can I get credit for amazon purchases coming from links on my website generated by the product advertising api?

I'm using the Amazon product advertising api to search for amazon products and displaying a link to the product if its found. How can I get credit for a sell that comes from my website? I signed up for the Amazon Associates program but everywhere I look it seems like you have to "generate" these links and keep track of them and thats not really feasible when my app can potentially generate thousands of buy links... So I know theres got to be something I'm missing here. Any help would be greatly appreciated!
You can check generated links on the US site and the UK site with their link checker tool. This will tell you if you get credit for purchases. It won't tell you if you get API credits.
The Product API is documented here - you should use the "DetailPageURL" response attribute for the URL.
You can build your own links like this, subbing in the correct values:
"http://www.amazon.co.uk/exec/obidos/ASIN/#{asin}/ref=nosim/#{uk_associate_id}"
Note - that URL is for the UK site. If you generate your own links, they won't count towards your API usage credit. See here for more details.
Hope that helps.
As you know, when you subscribe to the Amazon Product Advertising API program, you get an AssociateTag, and AccessKeyId and a secret key that is required to authenticate every request sent to Amazon.
So, when someone goes to your site, chooses an Amazon product (displayed on your site) and clicks on the "check out" link, you redirect that customer to Amazon site in order to let them handle the payment process. When the deal is done, Amazon knows that this sell came from your site (because the request to check out included your tag and key) and that's when you get some money from Amazon.
I hope this answers your problem.

trying to find a web service

i am trying to find a web service that allows a user to send a company name (or better still will return a list of all company names, thus allowing the user to select one) and then get the share price, this will then feed in to another api - yahoo currency converter to work out the price of the share
the issue i am having is that i cannot find a web service to get share info, google registration for theres does not seem to be working and as such i dont no what to do
i am to be coding this in php
if anyone could point me to a good web service i would appreciate it
thanks
edit : i did find this but am unsure if it is appropriate http://www.xignite.com/xGlobalQuotes.asmx?WSDL
How about:
http://www.sharepricewebservice.co.uk/
They get their data from Yahoo Finance, so I'm sure Yahoo would have an API somewhere. This page may help: http://developer.yahoo.com/finance/

Categories