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
22
23
24
25
26
27
28
29
30
31
<?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 criteria for policy violations. -->
<!-- Useful before calling addCriteria. -->
<checkCriteria>
<criteria>
<adGroupId>INSERT_AD_GROUP_ID_HERE</adGroupId>
<criterionType>Keyword</criterionType>
<text>mars cruise</text>
<type>Broad</type>
</criteria>
<languageTarget>
<languages>en</languages>
</languageTarget>
<geoTarget>
<countryTargets>
<countries>US</countries>
</countryTargets>
</geoTarget>
</checkCriteria>
</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: 1170 bytes, 31 lines