adtraction.com

More
7 years 2 weeks ago #4116 by rumdyret
adtraction.com was created by rumdyret
The Affiliatefeed can be used to import feeds from adtraction.com
I tried it, and it works just fine. BUT: Will my leads to the shops be registered and attributed to me?

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago #4117 by bram
Replied by bram on topic adtraction.com
Usually feeds contain a 'outlink', this link will contain your ID, he format of those links differs ( ad.zanox.com/ppc/?20166516C1713965727T , www.futurumshop.com/tradetracker/index.php?tt=669_12_218423_0 )

Some feeds have normal links in those cases you will need to add the affiliatecode using an import filter (also named : callback function) following the instructions from adtraction.

as an example here we have a feed from bol.com which contains product links without affiliate code, fixing that:
Code:
function bol_com_cb(&$item) { generic_cb($item); $href=$item['href']; $item['href']="https://partnerprogramma.bol.com/click/click?p=1&t=url&s=29653&url=$href&f=TXL&subid=DF-REF&name=FEED"; }

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago #4118 by rumdyret
Replied by rumdyret on topic adtraction.com
Seems to be quite forward to do.
But the last line is triggy.
any suggestions, or have anyone experience with adtraction feeds?

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago #4119 by bram
Replied by bram on topic adtraction.com
How do the links in the adtraction feed look like? If there is some reference to YOU (some id mostly a number) in you want need to alter them

How do you create (deep)links in adtraction

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago - 7 years 2 weeks ago #4120 by rumdyret
Replied by rumdyret on topic adtraction.com
Links at adtraction look like this
Code:
https://track.adtraction.com/t/t?a=1035862042&as=1126211304&t=2&tk=1
Code:
https://track.adtraction.com/t/t?a=AFILIATE_ID&as=MY_ID&t=2&tk=1

I have not tried (deep)links yet. I'm brand new at adtraction .

This is how a feed link looks
Code:
https://adtraction.com/productfeed.htm?type=feed&format=CSV&encoding=UTF8&epi=0&zip=0&cdelim=pipe&tdelim=doubleqoute&sd=0&sn=0&apid=1035862039&asid=1126211304
Last edit: 7 years 2 weeks ago by rumdyret.

Please Log in or Create an account to join the conversation.

More
7 years 2 weeks ago #4121 by bram
Replied by bram on topic adtraction.com
the links in the feed are perfect affilaite links.

they keep track. map the 'TrackingUrl' to the product link and you are fine
The following user(s) said Thank You: rumdyret

Please Log in or Create an account to join the conversation.

Time to create page: 0.201 seconds