Hi Noah, You say you're trying to create a campaign. Firstly, I'd strongly recommend using a client library<https://developers.google.com/adwords/api/docs/clientlibraries>for this operation as there are multiple steps to it.
Secondly, can I check that you've created a budget for use with this campaign, or selected an existing budget. Then are you including this into your mutate operation? Perhaps what would suit you best is a NoClientLibrary example. For instance, this page<https://code.google.com/p/google-api-adwords-php/wiki/NoClientLibrary>demonstrates how to use PHP to create requests without using the library. Regards, - Paul, AdWords API Team. On Monday, 7 January 2013 15:42:40 UTC, Noah wrote: > > Hello, > > I'm following, step-by-step, the documentation at: > https://developers.google.com/adwords/api/docs/#soap > > 1) Get an auth token using CURL. Works fine > > 2) Send manual SOAP request with supplied auth, client id, etc. FAILS > > I get an error back from google that says (from the SOAP response): > > MUST_SPECIFY_KEYWORD_MATCH_SETTINGS > > However, the example in the docs doesn't say anything about keyword match > settings. My guess is that Google updated some rules for creating > campaigns, but failed to update the documentation. > > Can someone provide me with an example of properly formed XML to create a > campaign with this parameter set?? > > Thank You > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
