Sha256: 742ee019810c9a0818fc82ded27c87684990c2a7726a71478c491555f775cca8
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 KB
Contents
<!-- Post to 'https://adwords-sandbox.google.com/api/adwords/cm/v200909/AdGroupCriterionService' --> <?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>***censured***</clientEmail> </s:RequestHeader> </env:Header> <env:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <operations xsi:type="AdGroupCriterionOperation"> <operator>ADD</operator> <operand xsi:type="BiddableAdGroupCriterion"> <adGroupId>3060217927</adGroupId> <criterion xsi:type="Placement"> <url>http://github.com</url> </criterion> </operand> </operations> </mutate> </env:Body> </env:Envelope>
Version data entries
5 entries across 5 versions & 1 rubygems