Join Free
  • Inbox
    Results 1 to 6 of 6

    Threaded View

    1. #1

      Multi query operations

      Hi,

      It seems that I can’t call a multi query operation (OR operation) with Trends API. I tried:

      Code:
      query: laptop bags | laptop case
      query: @keyword laptop bags | laptop case
      query: array(‘laptop bags’, ‘laptop case’)
      extendedQuery: laptop bags | laptop case
      extendedQuery: @keyword laptop bags | laptop case
      filterKeyword: laptop bags | laptop case
      filterKeyword: array(‘laptop bags’, ‘laptop case’)
      but none of the settings above achieve an OR operation for ‘laptop bags’ OR ‘laptop case’.

      Code:
      query: laptop bags | laptop case
      returned a result. Though it seems it was a right method to do an OR operation, but it wasn’t. The result was not an OR operation for ‘laptop bags’ result OR ‘laptop case’ result. If I add an empty result query in it, eg:
      Code:
      query: laptop bags | laptop case | asdfjkasdf
      it will return an empty result.

      What is the method / parameter to set a multi query operation (OR operation) within Trends API (API Ver. 2.0.8)?

      Thanks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts