I am using Classic asp on my website and I can't alter the technology for quite a while so I am attempting to work out the documentation.
The part I am stuck on is Ad.Type in the v201109 api. The XML: <?xml version="1.0" encoding="UTF-8"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > xmlns="https://adwords.google.com/api/adwords/cm/v201109"> > <soap:Header> > <RequestHeader> > <authToken>xxx</authToken> > <userAgent>gs-ad-1</userAgent> > <developerToken>xxx</developerToken> > <clientEmail>[email protected]</clientEmail> > </RequestHeader> > </soap:Header> > <soap:Body> > <mutate> > <operations> > <operator>ADD</operator> > <operand> > <adGroupId>xxx</adGroupId> > <ad> > <url>http://www.xxx.com</url> > <displayUrl>This is the Url</displayUrl> > <approvalStatus>FAMILY_SAFE</approvalStatus> > <disapprovalReasons></disapprovalReasons> > <trademarkDisapproved>0</trademarkDisapproved> > </ad> > <status>PAUSED</status> > <stats></stats> > </operand> > </operations> > </mutate> > </soap:Body> > </soap:Envelope> > > I know it isn't correct, but I am a little stuck with the documentation the adGroudId I am not sure how to obtain this yet but the part that confuses me the most is Ad.Type when trying to add an advert. Once I have gone through one or two requests that work I will understand the format... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
