Sha256: 0d7c8d657373e211a9ef9d0146337eed1c498884d5f7b1db69e126a8f896a551
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 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> ***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='NegativeAdGroupCriterion'> <adGroupId>1000</adGroupId> <criterion xsi:type='Keyword'> <text>sem4r adwords api</text> <matchType> BROAD </matchType> </criterion> </operand> </operations> </mutate> </env:Body> </env:Envelope>
Version data entries
3 entries across 3 versions & 1 rubygems