• I need to manage these features and I’d like to know if your plug-in is ready for these:
    – manage X differents products
    – manage Y differens users
    – every user can choose to promote some products from X list of products, every user will have a specified affiliate link linked for choosen products … so we can know for every products visits managed by every user (all products linked to every user)
    – if product link goes to a specified shop we need to know if the product was purchased (how to manage this shop-side)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter il_dandi

    (@il_dandi)

    Can you reply me about this question?

    Thanks

    Plugin Author Kento

    (@proaktion)

    Hi @il_dandi,

    Thanks for asking. If you have several products that you want your affiliates to be able to promote, then you can of course do that with this plugin. You can have them link to any page, product pages included. For example, you could use this shortcode to link to the current page:

    [affiliates_url url="current"/]

    With that, when an affiliate is on a product page, for example on https://www.example.com/product/banana – then the affiliate link rendered would look like this: https://www.example.com/product/banana?affiliates=123 – assuming that the affiliate’s ID is 123 in this case and that the default affiliate parameter name affiliates is used.

    With the appropriate integration activated for your shop, when someone refers a customer and the customer places an order, the affiliate will get credited accordingly.

    I hope that helps, feel free to ask more if needed.

    Cheers

    Thread Starter il_dandi

    (@il_dandi)

    Sorry, can’t understand this:

    [affiliates_url url=”current”/]
    With that, when an affiliate is on a product page, for example on https://www.example.com/product/banana – then the affiliate link rendered would look like this: https://www.example.com/product/banana?affiliates=123 – assuming that the affiliate’s ID is 123 in this case and that the default affiliate parameter name affiliates is used.

    Where is it used this
    [affiliates_url url=”current”/]

    Another question: affiliate can choose products to promote (need to understand how, this was my question). Supposte that affiliate ping users to site following affiliate URL. Can I choose for how many days track these users (linked to affilate) for pay commissions?


    the affiliate will get credited accordingly.

    How does it works credited process to affiliate?

    Thanks

    Plugin Author Kento

    (@proaktion)

    Hi,

    Where is it used this
    [affiliates_url url=”current”/]

    You would use that in a widget that allows shortcodes (you can use the Custom Post Widget plugin for example) or on any page, but it makes more sense to use it with a widget. Or you can use it on the product page template with

    echo do_shortcode( '[affiliates_url url=”current”/]' );

    See https://developer.www.ads-software.com/reference/functions/do_shortcode/ for details on how to do that.

    For the number of days tracking see https://docs.itthinx.com/document/affiliates/setup/settings/referrals/

    Once an affiliate’s link has been visited, and given that the correct integration is activated, the affiliate gets a referral which will show up in the Totals and Referrals sections.

    And see https://docs.itthinx.com/document/affiliates/totals/ for obtaining totals which you would then use the pay your affiliates.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Features managed’ is closed to new replies.