Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We're using Smart App Banners to promote our iOS app, and we're passing Apple our affiliate-data so we can track how many people install our app via the banner.

But in normal iTunes LinkShare affiliate links, I'm able to pass in a "signature" parameter u1 to my links, so I can e.g. run two ads, one with signature u1=red and another u1=blue, allowing me to see how many sales came from my red ad and how many came from my blue ad.

Is it possible to pass a signature parameter using Smart App Banners? If so, how?

share|improve this question
I tried just appending &u1=red to the affiliate-data; that didn't seem to work. – Dan Fabulich Feb 13 at 10:18

1 Answer

up vote 1 down vote accepted

The links in an iTunes Smart App Banner are direct links to the iTunes store.

If you monitor the network traffic, you will see that the link into the store after you press on the Smart App Banner looks like this:

https://itunes.apple.com/us/app/yelp/id284910350?mt=8&siteID=30&parnterId=12345

In order to use the "u1" value, your link has to run over the affiliate network - that link would look like this:

http://click.linksynergy.com/fs-bin/stat?id=12345&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=https%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fyelp%252Fid284910350%253Fmt%253D8%2526partnerId%253D30&u1=red

The links do not track over the affiliate networks - so you are not able to append signature tracking.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.