Hello Nick, No, there's no provision for specifying negative keywords in getKeywordsFromSite() requests. You can simulate negative keyword behavior by just running each resulting keyword through a substring or regular expression match and discarding any keywords that have phrases in them you're not interested in.
I don't think that specifying "Exact" matches for a call to getKeywordsFromSite() makes much sense--it's not possible, and I'm not sure what it would indicate even if there were some way of specifying the match type. The relevant input to getKeywordsFromSite() is the site's URL, and something like Broad, Phrase, or Exact matching doesn't apply to URLs. Cheers, -Jeff Posnick, AdWords API Team On Jan 13, 9:42 am, Nick <[email protected]> wrote: > It is possible to specify negative keywords > athttps://adwords.google.com/select/KeywordToolExternalwhen entering a > website URL, however as far as I can see the API does not support this > functionality - is that correct? > > I tried putting both getKeywordsFromSite XML and getKeywordVariations > XML in the same request however ended up with odd results (I ended up > with more results returned when specifying a negative keyword). > > Also is it possible to specify "Exact" match for results from > getKeywordsFromSite? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
