Submit a Ticket My Tickets
Welcome
Login  Sign up

REPORTS Clicks API Version 9 (DEPRECATED)

REPORTS Clicks API Version 9

Updated on 2015-08-14
Current Version: Version 9
Deprecated Version: V4, V5, V6, V7, V8
Requests Allowed: GET & SOAP

 

Summary:

Exports all clicks info filtered by campaign, affiliate offer, advertiser, or creative.

You can also obtain this from within your CAKE instance by going to the Reports main tab then the Clicks sub tab where you are allowed to export. 

 

Resource/WSDL Page:

http://<your_domain_here>/api/9/reports.asmx?op=Clicks


Parameters

api_key
Required
Type: STRING
Length (Max/Min): 50


Must be a valid API key (existing and NOT expired)

Example Values: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh



start_date
Required
Type: DATETIME
Length (Max/Min): N/A


Report Start Date [MM/DD/YYYY HH:MM:SS]

Example Values: 12/31/2013 15:16:17



end_date
Required
Type: DATETIME
Length (Max/Min): N/A


Report End Date [MM/DD/YYYY HH:MM:SS]

Example Values: 12/31/2013 15:16:17



affiliate_id
Required
Type: INTEGER
Length (Max/Min): N/A


This is the identifier for a unique Affiliate. 

Example Values: 1234



advertiser_id
Required
Type: INTEGER
Length (Max/Min): N/A


This is the identifier for a unique Advertiser. 

Example Values: 1234



offer_id
Required
Type: INTEGER
Length (Max/Min): N/A


This is the identifier for a unique Offer. 

Example Values: 1234



campaign_id
Required
Type: INTEGER
Length (Max/Min): N/A


This is the identifier for a unique campaign.

Example Values: 1234



creative_id
Required
Type: INTEGER
Length (Max/Min): N/A


This is the identifier for a unique creative.

Example Values: 1234



include_tests
Required
Type: BOOL
Length (Max/Min): N/A

The following values can only be used for this parameter (TRUE or FALSE).

Example Values: TRUE



start_at_row
Required
Type: INTEGER
Length (Max/Min): N/A

Must pass at least 0 as value, which means start at the beginning of the data set.

Example Values: 3



row_limit
Required
Type: INTEGER
Length (Max/Min): N/A

Must pass at least 0 as value, which means no limit.

Example Values: 3



include_duplicates
Required
Type: BOOLEAN
Length (Max/Min): 50

Includes all clicks if 'true'

Example Values: 'yes'

**Duplicate click data is only available up to the 1st day of the previous month.



 

**Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value). 

 

Example Request

GET

https://demo.cakemarketing.com/api/9/reports.asmx/Clicks?api_key=dNJFmId9rI&start_date=08/4/2015&end_date=12/31/2015&affiliate_id=1111667&advertiser_id=0&offer_id=0&campaign_id=0&creative_id=0&include_tests=false&start_at_row=0&row_limit=0&include_duplicates=false


Sample XML Response:

  

<click_report_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://cakemarketing.com/api/9/">
<success>true</success>
<row_count>19</row_count>
<clicks>
<click>
<click_id>4091680</click_id>
<visitor_id>4865792</visitor_id>
<request_session_id>4118964</request_session_id>
<click_date>2015-12-29T10:38:32.88</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55379026</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer Multiple Contracts</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">7015</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store">CPC</offer_contract_name>
</offer_contract>
<campaign_id>763122</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1137030</creative_id>
<creative_name xmlns="API:id_name_store">1137030</creative_name>
</creative>
<sub_id_1>Aff2</sub_id_1>
<sub_id_2>subid2</sub_id_2>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:43.0)%20Gecko/20100101%20Firefox/43.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1137030&p=c&s1=Aff2&s2=subid2
</request_url>
<redirect_url>
http://www.google.com?afid=#affid#&abc=#s1#&country=#country#&region=#region#&APIKEY=#apikey#&s5=#s5#
</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>869630</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4091679</click_id>
<visitor_id>4865791</visitor_id>
<request_session_id>4118963</request_session_id>
<click_date>2015-12-29T10:38:13.893</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55379026</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer Multiple Contracts</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">7015</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store">CPC</offer_contract_name>
</offer_contract>
<campaign_id>763122</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1137030</creative_id>
<creative_name xmlns="API:id_name_store">1137030</creative_name>
</creative>
<sub_id_1>Aff1</sub_id_1>
<sub_id_2>subid1</sub_id_2>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:43.0)%20Gecko/20100101%20Firefox/43.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1137030&p=c&s1=Aff1&s2=subid1
</request_url>
<redirect_url>
http://www.google.com?afid=#affid#&abc=#s1#&country=#country#&region=#region#&APIKEY=#apikey#&s5=#s5#
</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>869628</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4091678</click_id>
<visitor_id>4865790</visitor_id>
<request_session_id>4118962</request_session_id>
<click_date>2015-12-29T10:36:22.657</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55379026</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer Multiple Contracts</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">5250</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>763121</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1137030</creative_id>
<creative_name xmlns="API:id_name_store">1137030</creative_name>
</creative>
<sub_id_1>Aff2</sub_id_1>
<sub_id_2>subid2</sub_id_2>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:43.0)%20Gecko/20100101%20Firefox/43.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1137030&s1=Aff2&s2=subid2
</request_url>
<redirect_url>
http://www.google.com?afid=#affid#&abc=#s1#&country=#country#&region=#region#&APIKEY=#apikey#&s5=#s5#
</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>869627</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4091677</click_id>
<visitor_id>4865789</visitor_id>
<request_session_id>4118961</request_session_id>
<click_date>2015-12-29T10:32:20.913</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55379026</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer Multiple Contracts</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">5250</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>763121</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1137030</creative_id>
<creative_name xmlns="API:id_name_store">1137030</creative_name>
</creative>
<sub_id_1>Aff1</sub_id_1>
<sub_id_2>subid1</sub_id_2>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:43.0)%20Gecko/20100101%20Firefox/43.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1137030&s1=Aff1&s2=subid1
</request_url>
<redirect_url>
http://www.google.com?afid=#affid#&abc=#s1#&country=#country#&region=#region#&APIKEY=#apikey#&s5=#s5#
</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>869626</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4086679</click_id>
<visitor_id>4859653</visitor_id>
<request_session_id>4112561</request_session_id>
<click_date>2015-10-28T13:07:30.597</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55380098</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer CPC 2</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">6824</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>760745</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1138385</creative_id>
<creative_name xmlns="API:id_name_store">1138385</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_10_2)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/39.0.2171.65%20Safari/537.36%20OPR/26.0.1656.24
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=6824&c=1138385&p=c&dip=&s1=
</request_url>
<redirect_url>http://www.google.com</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>2</browser_id>
<browser_name>Chrome</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">351</version_id>
<version_name xmlns="API:id_name_store">39</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">550</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>867962</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4077474</click_id>
<visitor_id>4844123</visitor_id>
<request_session_id>4099324</request_session_id>
<click_date>2015-09-30T11:31:49.6</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55380098</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer CPC 2</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">6824</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>760745</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1138385</creative_id>
<creative_name xmlns="API:id_name_store">1138385</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Windows%20NT%206.3;%20WOW64)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/45.0.2454.99%20Safari/537.36
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1138385&p=c&s1=&dip=12.199.136.146
</request_url>
<redirect_url>http://www.google.com</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>18</operating_system_id>
<operating_system_name>Windows</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">1</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">1</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>2</browser_id>
<browser_name>Chrome</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>859981</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4077473</click_id>
<visitor_id>4844123</visitor_id>
<request_session_id>4099323</request_session_id>
<click_date>2015-09-30T11:31:10.33</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">144</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Eric's Test Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">1002011</offer_id>
<offer_name xmlns="API:id_name_store">Globals</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">3401</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>761351</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1138385</creative_id>
<creative_name xmlns="API:id_name_store">1138385</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>12.199.136.146</ip_address>
<user_agent>
Mozilla/5.0%20(Windows%20NT%206.3;%20WOW64)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/45.0.2454.99%20Safari/537.36
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1138385&p=c&s1=&dip=12.199.136.146
</request_url>
<redirect_url>http://twitch.tv</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">33036</isp_id>
<isp_name xmlns="API:id_name_store">Att Services Inc.</isp_name>
</isp>
<operating_system>
<operating_system_id>18</operating_system_id>
<operating_system_name>Windows</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">1</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">1</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>2</browser_id>
<browser_name>Chrome</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition>Rule Target Mismatch</disposition>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4072717</click_id>
<visitor_id>4840190</visitor_id>
<request_session_id>4092853</request_session_id>
<click_date>2015-09-10T11:40:06.783</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900988</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser 2</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55380098</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer CPC 2</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">6824</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>760745</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1138385</creative_id>
<creative_name xmlns="API:id_name_store">1138385</creative_name>
</creative>
<sub_id_1/>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&c=1138385&p=c&s1=
</request_url>
<redirect_url>http://www.google.com</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>856570</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071802</click_id>
<visitor_id>4839293</visitor_id>
<request_session_id>4091919</request_session_id>
<click_date>2015-08-28T13:30:14.843</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_10_2)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/44.0.2403.157%20Safari/537.36
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>2</browser_id>
<browser_name>Chrome</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">24</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071795</click_id>
<visitor_id>4839287</visitor_id>
<request_session_id>4091912</request_session_id>
<click_date>2015-08-28T11:18:10.883</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071794</click_id>
<visitor_id>4839286</visitor_id>
<request_session_id>4091911</request_session_id>
<click_date>2015-08-28T11:17:38.973</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>856222</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071792</click_id>
<visitor_id>4839285</visitor_id>
<request_session_id>4091910</request_session_id>
<click_date>2015-08-28T11:12:46.557</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071791</click_id>
<visitor_id>4839284</visitor_id>
<request_session_id>4091909</request_session_id>
<click_date>2015-08-28T11:12:25.353</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>856221</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071790</click_id>
<visitor_id>4839283</visitor_id>
<request_session_id>4091908</request_session_id>
<click_date>2015-08-28T11:11:27.443</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071789</click_id>
<visitor_id>4839282</visitor_id>
<request_session_id>4091907</request_session_id>
<click_date>2015-08-28T11:09:19.33</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>
<click>
<click_id>4071788</click_id>
<visitor_id>4839281</visitor_id>
<request_session_id>4091906</request_session_id>
<click_date>2015-08-28T11:06:38.9</click_date>
<affiliate>
<affiliate_id xmlns="API:id_name_store">1111667</affiliate_id>
<affiliate_name xmlns="API:id_name_store">Tim's Affiliate 2</affiliate_name>
</affiliate>
<advertiser>
<advertiser_id xmlns="API:id_name_store">900709</advertiser_id>
<advertiser_name xmlns="API:id_name_store">Tim's Advertiser</advertiser_name>
</advertiser>
<offer>
<offer_id xmlns="API:id_name_store">55378766</offer_id>
<offer_name xmlns="API:id_name_store">Tim's Offer - Transaction ID Dedupe Test</offer_name>
</offer>
<offer_contract>
<offer_contract_id xmlns="API:id_name_store">4913</offer_contract_id>
<offer_contract_name xmlns="API:id_name_store"/>
</offer_contract>
<campaign_id>569306</campaign_id>
<creative>
<creative_id xmlns="API:id_name_store">1136709</creative_id>
<creative_name xmlns="API:id_name_store">1136709</creative_name>
</creative>
<sub_id_1>test1</sub_id_1>
<sub_id_2/>
<sub_id_3/>
<sub_id_4/>
<sub_id_5/>
<ip_address>64.60.178.91</ip_address>
<user_agent>
Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010.10;%20rv:40.0)%20Gecko/20100101%20Firefox/40.0
</user_agent>
<referrer_url/>
<search_term/>
<request_url>
http://stagingtrk.cakemarketing.com/?a=1111667&oc=4913&c=1136709&m=7&s1=test1
</request_url>
<redirect_url>http://www.google.com?clickid=#clkid#</redirect_url>
<country>
<country_code xmlns="API:id_name_store">US</country_code>
<country_name xmlns="API:id_name_store">United States</country_name>
</country>
<region>
<region_code xmlns="API:id_name_store">CA</region_code>
<region_name xmlns="API:id_name_store">California</region_name>
</region>
<language>
<language_id xmlns="API:id_name_store">1</language_id>
<language_name xmlns="API:id_name_store">English</language_name>
</language>
<isp>
<isp_id xmlns="API:id_name_store">29429</isp_id>
<isp_name xmlns="API:id_name_store">Telepacific Communications</isp_name>
</isp>
<operating_system>
<operating_system_id>17</operating_system_id>
<operating_system_name>Mac Os</operating_system_name>
<operating_system_version>
<version_id xmlns="API:id_name_store">105</version_id>
<version_name xmlns="API:id_name_store">Yosemite (10.10)</version_name>
</operating_system_version>
<operating_system_version_minor>
<version_id xmlns="API:id_name_store">227</version_id>
<version_name xmlns="API:id_name_store"/>
</operating_system_version_minor>
</operating_system>
<browser>
<browser_id>3</browser_id>
<browser_name>Firefox</browser_name>
<browser_version>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store">Other</version_name>
</browser_version>
<browser_version_minor>
<version_id xmlns="API:id_name_store">45</version_id>
<version_name xmlns="API:id_name_store"/>
</browser_version_minor>
</browser>
<disposition/>
<paid_action>856220</paid_action>
<duplicate>false</duplicate>
<duplicate_clicks>0</duplicate_clicks>
<total_clicks>1</total_clicks>
</click>

  

 

Example Error Messages: 

Error Message

Likely Cause

Invalid API Key

API Key does not exist or is expired

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.