Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_Affiliate.h
Finding_Affiliate.m

Overview

eBay uses specified details to build a View Item URL and Product URL string
in the response. These URLs include correctly formatted affiliate tracking
information. When a user clicks through one of these URLs to eBay, the
respective affiliate might get a commission, based on the tasks performed by
the user.

@ingroup FindingServicePortType

Tasks

  •   trackingId

    Specify the affiliate value obtained from your tracking partner. For the
    eBay Partner Network, the tracking ID is the provided Campaign ID
    (“campid”). A Campaign ID is a unique 10-digit number used for
    associating traffic and is valid across all programs to which you have
    been accepted. Another example of this value is the Affiliate ID given to
    you by TradeDoubler.

    property
  •   networkId

    Specifies your tracking partner for affiliate commissions. Affiliates
    earn money from eBay for driving traffic to eBay. This field is required
    if you specify a tracking ID. Depending on your tracking partner, specify
    one of the following values. Not all partners are valid for all sites.
    For PlaceOffer, only the eBay Partner Network and Mediaplex are valid:



    2 = Be Free

    3 = Affilinet

    4 = TradeDoubler

    5 = Mediaplex

    6 = DoubleClick

    7 = Allyes

    8 = BJMT

    9 = eBay Partner Network

    property
  •   customId

    You can define an affiliate customId if you want an ID to monitor your
    marketing efforts. Chose an ID up to up to 256 characters in length. If
    you are using the eBay Partner Network, and you provide a customId, the
    tracking URL returned by the eBay Partner Network will contain your
    customId value.

    property
  •   geoTargeting

    The geoTargeting parameter will be used for geographical targeting your
    affiliate programs. The geo-targeting feature works for English speaking
    countries (US, UK, CA, AU, and IE) only.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_Affiliate.h

customId

You can define an affiliate customId if you want an ID to monitor your
marketing efforts. Chose an ID up to up to 256 characters in length. If
you are using the eBay Partner Network, and you provide a customId, the
tracking URL returned by the eBay Partner Network will contain your
customId value.

@property (nonatomic, retain) NSString *customId

Discussion

You can define an affiliate customId if you want an ID to monitor your
marketing efforts. Chose an ID up to up to 256 characters in length. If
you are using the eBay Partner Network, and you provide a customId, the
tracking URL returned by the eBay Partner Network will contain your
customId value.

type : NSString, wrapper for primitive string

Declared In

Finding_Affiliate.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_Affiliate.h

geoTargeting

The geoTargeting parameter will be used for geographical targeting your
affiliate programs. The geo-targeting feature works for English speaking
countries (US, UK, CA, AU, and IE) only.

@property (nonatomic, retain) NSNumber *geoTargeting

Discussion

The geoTargeting parameter will be used for geographical targeting your
affiliate programs. The geo-targeting feature works for English speaking
countries (US, UK, CA, AU, and IE) only.

type : NSNumber, wrapper for primitive bool

Declared In

Finding_Affiliate.h

networkId

Specifies your tracking partner for affiliate commissions. Affiliates
earn money from eBay for driving traffic to eBay. This field is required
if you specify a tracking ID. Depending on your tracking partner, specify
one of the following values. Not all partners are valid for all sites.
For PlaceOffer, only the eBay Partner Network and Mediaplex are valid:



2 = Be Free

3 = Affilinet

4 = TradeDoubler

5 = Mediaplex

6 = DoubleClick

7 = Allyes

8 = BJMT

9 = eBay Partner Network

@property (nonatomic, retain) NSString *networkId

Discussion

Specifies your tracking partner for affiliate commissions. Affiliates
earn money from eBay for driving traffic to eBay. This field is required
if you specify a tracking ID. Depending on your tracking partner, specify
one of the following values. Not all partners are valid for all sites.
For PlaceOffer, only the eBay Partner Network and Mediaplex are valid:



2 = Be Free

3 = Affilinet

4 = TradeDoubler

5 = Mediaplex

6 = DoubleClick

7 = Allyes

8 = BJMT

9 = eBay Partner Network

type : NSString, wrapper for primitive string

Declared In

Finding_Affiliate.h

trackingId

Specify the affiliate value obtained from your tracking partner. For the
eBay Partner Network, the tracking ID is the provided Campaign ID
(“campid”). A Campaign ID is a unique 10-digit number used for
associating traffic and is valid across all programs to which you have
been accepted. Another example of this value is the Affiliate ID given to
you by TradeDoubler.

@property (nonatomic, retain) NSString *trackingId

Discussion

Specify the affiliate value obtained from your tracking partner. For the
eBay Partner Network, the tracking ID is the provided Campaign ID
(“campid”). A Campaign ID is a unique 10-digit number used for
associating traffic and is valid across all programs to which you have
been accepted. Another example of this value is the Affiliate ID given to
you by TradeDoubler.

type : NSString, wrapper for primitive string

Declared In

Finding_Affiliate.h