What's new?
|
Help
|
Directory
|
Sign in
adwords-api-xml-samples
AdWords API XML Sample Code
Project Home
Downloads
Issues
Source
Checkout
|
Browse
|
Changes
|
Source Path:
svn
/
trunk
/
src
/
add_image_ad.xml
r3
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:
/trunk/COPYING
/trunk/ChangeLog
/trunk/README
/trunk/src
/trunk/src/add_ad_group.xml
/trunk/src/add_campaign.xml
/trunk/src/add_image_ad.xml
/trunk/src/add_keyword.xml
...k/src/add_local_bussiness_ad.xml
/trunk/src/add_text_ad.xml
/trunk/src/add_website.xml
/trunk/src/check_ads.xml
/trunk/src/check_criteria.xml
...nk/src/check_keyword_traffic.xml
/trunk/src/delete_text_ad.xml
/trunk/src/estimate_keyword.xml
/trunk/src/find_businesses.xml
/trunk/src/get_account_info.xml
/trunk/src/get_all_ad_groups.xml
/trunk/src/get_all_ads.xml
/trunk/src/get_all_campaigns.xml
/trunk/src/get_all_criteria.xml
/trunk/src/get_client_accounts.xml
...get_gzip_report_download_url.xml
...k/src/get_keyword_variations.xml
/trunk/src/get_quota_usage.xml
...nk/src/get_report_job_status.xml
/trunk/src/get_sites_by_topics.xml
/trunk/src/schedule_report_job.xml
/trunk/src/validate_report_job.xml
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1053 bytes, 26 lines
View raw file