Affiliate tracking for the Finding APIs Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: April 06 2010, 1:54:00 PM Updated: August 23 2022, 8:27:41 AM
How can I embed my affiliate tracking information in the viewItemURL returned by the FindItemsAdvanced call in the Finding API?
Summary If you are making a HTTP Get request, you need to add the affiliate tracking parameters to the url. If you make a HTTP POST request, then you can either add them to the server url or add them to your request headers.
Detailed Description Remember you need to have an eBay Partner Network account to receive revenues. $point_to_epn Here is an example for an affiliate with eBay Partner Network as the tracking partner:HTTP Get:
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByCategory&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=YourAppID&affiliate.customId=1234567&affiliate.networkId=9&affiliate.trackingId=campid&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD&categoryId=6000&paginationInput.entriesPerPage=2
XML Sample:
<?xml version="1.0" encoding="utf-8"?> < findItemsByCategoryRequest xmlns = "http://www.ebay.com/marketplace/search/v1/services" > < categoryId > 6000 </ categoryId > < paginationInput > < entriesPerPage > 2 </ entriesPerPage > </ paginationInput > < affiliate > < customId > 1234567 </ customId > < networkId > 9 </ networkId > < trackingId > campid </ trackingId > </ affiliate > </ findItemsByCategoryRequest >
How well did this answer your question? Answers others found helpful