Extend and interact with
Commission Factory
Represents a single dynamic tool.
| Name | Type | Description |
|---|---|---|
| Id |
Integer | The ID of the dynamic tool. |
| DateCreated |
DateTime | The date and time that the dynamic tool was created. |
| DateModified |
DateTime | The date and time that the dynamic tool was last modified. |
| MerchantId |
Integer | The ID of the merchant who created this dynamic tool. |
| MerchantName |
String | The campaign name of the merchant who created this dynamic tool. |
| MerchantAvatarUrl |
Url | The address of the avatar image of the merchant who created this dynamic tool. |
| Name |
String | The name of the dynamic tool. |
| Type |
DynamicToolType | The type of the dynamic tool. |
| Width |
Integer | The width at which to embed the dynamic tool. |
| Height |
Integer | The height at which to embed the dynamic tool. |
| ResourceUrl |
Url | The address of the dynamic tool on the merchant's website. |
| TargetUrl |
Url | The address of the landing page on the merchant's website. |
| EmbedUrl |
Url | The address of this dynamic tool, to be used in an IFRAME or popup window. |
| EmbedCode |
String | Fully formatted HTML code that can be embedded directly on an affiliate website. |
{
"Id": 1,
"DateCreated": "2000-01-01T00:00:00.000",
"DateModified": "2000-01-01T00:00:00.000",
"MerchantId": 1,
"MerchantName": "Example Pty Ltd",
"MerchantAvatarUrl": "https://c.cfjump.com/Avatars/0.png",
"Name": "Dynamic Tool 1",
"Type": "Flash Banner",
"Width": 250,
"Height": 250,
"ResourceUrl": "https://www.example.com/FlashBanner1.swf",
"TargetUrl": "https://www.example.com/",
"EmbedUrl": "https://c.cfjump.com/DynamicTools/0/1/",
"EmbedCode": "<iframe style=\"border: none; height: 250px; width: 250px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/DynamicTools/0/1/\"></iframe>"
}
<DynamicTool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.commissionfactory.com/V1/Affiliate">
<Id>1</Id>
<DateCreated>2000-01-01T00:00:00.000</DateCreated>
<DateModified>2000-01-01T00:00:00.000</DateModified>
<MerchantId>1</MerchantId>
<MerchantName>Example Pty Ltd</MerchantName>
<MerchantAvatarUrl>https://c.cfjump.com/Avatars/0.png</MerchantAvatarUrl>
<Name>Dynamic Tool 1</Name>
<Type>Flash Banner</Type>
<Width>250</Width>
<Height>250</Height>
<ResourceUrl>https://www.example.com/FlashBanner1.swf</ResourceUrl>
<TargetUrl>https://www.example.com/</TargetUrl>
<EmbedUrl>https://c.cfjump.com/DynamicTools/0/1/</EmbedUrl>
<EmbedCode><iframe style="border: none; height: 250px; width: 250px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/DynamicTools/0/1/"></iframe></EmbedCode>
</DynamicTool>