Created
May 28, 2010 15:30
-
-
Save kevinzen/417288 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST http://knology:[email protected]:3000/cm/clicks -i -H "Content-Type: text/xml" -d @- <<XML | |
<click_report cm_name="boston" record_count="1"> | |
<transaction number="1"> | |
<device_uid>aabbccddeeii</device_uid> | |
<device_type>dct2000</device_type> | |
<tid>1274724844624146</tid> | |
<stb_token_start>20100321140606</stb_token_start> | |
<stb_token_click>20100321140606</stb_token_click> | |
<timeline_click_value>20100321140606</timeline_click_value> | |
<channel>102</channel> | |
<cm_time>20100102140606</cm_time> | |
<bdss_name>waka (cbs)_bdss1</bdss_name> | |
<bdss_time>20100102140606</bdss_time> | |
<bdss_house_number>HDS1232</bdss_house_number> | |
<bcm_client_software_version>EBIF1</bcm_client_software_version > | |
<agent_version >ver2</agent_version > | |
<demographic_id>dfdds</demographic_id > | |
</transaction> | |
</click_report> | |
XML |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment