My favorites | Sign in
Project Logo
                
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" encoding="UTF-8"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
>
<SOAP-ENV:Header>
<developer_email SOAP-ENC:root="1">INSERT_DEVELOPER_EMAIL_HERE</developer_email>
<developer_password SOAP-ENC:root="1">INSERT_PASSWORD_HERE</developer_password>
<client_id SOAP-ENC:root="1">INSERT_PUBLISHER_CLIENT_ID_HERE</client_id>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:generateAdCode xmlns:ns1="http://www.google.com/api/adsense/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENC:root="1">
<synServiceId>INSERT_PUBLISHER_SYNDICATION_SERVICE_ID_HERE</synServiceId>
<adStyle>
<backgroundColor>#FFFFFF</backgroundColor>
<borderColor>#000000</borderColor>
<name xsi:nil='true'/>
<textColor>#00FF00</textColor>
<titleColor>#0000CC</titleColor>
<urlColor>#FF3300</urlColor>
</adStyle>
<adUnitType><value></value></adUnitType>
<layout><value>728x90</value></layout>
<alternate xsi:nil="1"/>
<isFramedPage>False</isFramedPage>
<channelName></channelName>
<cornerStyles><value>DEFAULT</value></cornerStyles>
</ns1:generateAdCode>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Show details Hide details

Change log

r2 by api.wes on Oct 20, 2008   Diff
Added initial v3 xml samples
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1291 bytes, 31 lines
Hosted by Google Code