My favorites | Sign in
Google
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header>
<applicationToken>INSERT_APPLICATION_TOKEN_HERE</applicationToken>
<password>INSERT_PASSWORD_HERE</password>
<email>INSERT_LOGIN_EMAIL_HERE</email>
<clientEmail>INSERT_CLIENT_LOGIN_EMAIL_HERE</clientEmail>
<useragent>INSERT_COMPANY_NAME: AdWords API XML Sample Code</useragent>
<developerToken>INSERT_DEVELOPER_TOKEN_HERE</developerToken>
</env:Header>
<env:Body>
<!-- Checks a keyword to see whether it will get any traffic. -->
<checkKeywordTraffic>
<requests>
<keywordText>mars cruise</keywordText>
<keywordType>Exact</keywordType>
<language>en</language>
</requests>
</checkKeywordTraffic>
</env:Body>
</env:Envelope>
Show details Hide details

Change log

r2 by api.jeffy on Mar 11, 2008   Diff
Initial SVN upload of the AdWords API XML
Sample Code.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 905 bytes, 21 lines