Page URLs allow you to pull information from the XML feed to create pages for specific games. There are 3 types of page URLs that can be created from the XML feed; game info pages, download/play iframe pages, and buy iframe pages.
Note: Each URL requires a site root and asset name. Learn more about creating site roots and asset names here.
Game Info Pages
Use the following template to create a game info page URL. Each item in { } should be replaced with the information relevant to the game page you are attempting to create.
Game Info Page (PC game)
{SITE_ROOT}/download-games/{gameid}/{assetname}/index.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/download-games/5449/plants-vs-zombies/index.html?channel=affiliates&identifier={YOUR AFCODE}
Game Info Page (Mac game)
{SITE_ROOT}/download-games/mac/{gameid}/{assetname}/index.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/download-games/5891/mac/plants-vs-zombies/index.html?channel=affiliates&identifier={YOUR AFCODE}
Game Info Page (Online game)
-
{SITE-ROOT}/online-games/{gameid}/{assetname}/index.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/online-games/3711/fishdom-game/index.html?channel=affiliates&identifier={YOUR AFCODE}
Download/Play iFrame Pages
Use the following template to create a download/play iframe page URL. Each item in { } should be replaced with the information relevant to the download/play page you are attempting to create.
Download Iframe Page (PC game)
{SITE_ROOT}/download-games/{gameid}/{assetname}/download_pnp.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/download-games/5449/plants-vs-zombies/download_pnp.html?channel=affiliates&identifier={YOUR AFCODE}
Download Iframe Page (Mac game)
{SITE_ROOT}/download-games/mac/{gameid}/{assetname}/download_pnp.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/download-games/mac/5891/plants-vs-zombies/download_pnp.html?channel=affiliates&identifier={YOUR AFCODE}
Play Iframe Page (Online game)
{SITE_ROOT}/online-games/{gameid}/{assetname}/online.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/online-games/3711/fishdom-game/index.html?channel=affiliates&identifier={YOUR AFCODE}
Buy iFrame Pages
Use the following template to create a buy iframe page URL. Each item in { } should be replaced with the information relevant to the buy page you are attempting to create.
-
Buy Iframe Page (PC game)
{SITE_ROOT}/download-games/{gameid}/{assetname}/buy_pnp.html?channel=affiliates&identifier={afcode}SAMPLE:
http://www.bigfishgames.com/download-games/5449/plants-vs-zombies/buy_pnp.html?channel=affiliates&identifier={YOUR AFCODE}
Buy Iframe Page (Mac game)
{SITE_ROOT}/download-games/mac{gameid}/{assetname}/buy_pnp.html?channel=affiliates&identifier={afcode}
SAMPLE:
http://www.bigfishgames.com/download-games/mac/5891/plants-vs-zombies/buy_pnp.html?channel=affiliates&identifier={YOUR AFCODE}