What's new? | Help | Directory | 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
<?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>
<!-- Creates a new image ad given an existing ad group. -->
<addAds>
<ads>
<adGroupId>INSERT_AD_GROUP_ID_HERE</adGroupId>
<adType>ImageAd</adType>
<displayUrl>www.example.com</displayUrl>
<destinationUrl>http://www.example.com</destinationUrl>
<image>
<data>BASE64_ENCODED_DATA</data>
<name>image_ad</name>
</image>
</ads>
</addAds>
</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: 1053 bytes, 26 lines