My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

After filling in the blanks, these XML samples can be curl'd to the AdSense API service as so:

curl --trace-ascii - --header "Content-Type: text\xml" --header "SOAPAction: ${MY_ACTION}" --data @${MY_XML_FILE} https://{sandbox.|}google.com/api/adsense/v${VERSION_NUM}/${SERVICE}

Powered by Google Project Hosting