Sha256: 567436f4f7f30774b9a7273991a4e5ccf8a747feb64dbe28a7ea3e108d0f7852
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
<?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://adwords.google.com/api/adwords/cm/v200909" xmlns:s="https://adwords.google.com/api/adwords/cm/v200909"> <env:Header> <s:RequestHeader env:mustUnderstand="0"> <authToken>***censured***</authToken> <userAgent>Sem4r Adwords Ruby Client Library (http://github.com/sem4r/sem4r)</userAgent> <developerToken>***censured***</developerToken> <clientEmail>client_1+sem4ruby@gmail.com</clientEmail> </s:RequestHeader> </env:Header> <env:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <operations xsi:type="AdGroupAdOperation"> <operator>ADD</operator> <operand xsi:type="AdGroupAd"> <adGroupId>3060217927</adGroupId> <ad xsi:type="TextAd"> <url>http://www.pluto.com</url> <displayUrl>www.Pluto.com</displayUrl> <headline>Vieni da noi</headline> <description1>vieni da noi</description1> <description2>arivieni da noi</description2> </ad> <status>ENABLED</status> </operand> </operations> </mutate> </env:Body> </env:Envelope>
Version data entries
5 entries across 5 versions & 1 rubygems