Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5706

API: getOutlinks

$
0
0

@purzelbaum71 wrote:

Hi,
i don’t know if i do the wrong API-Call or if there was a mistake on API.

My site has 3 outlinks like this:

  1. http://example.com/
  2. http://example.com/?a=1
  3. http://example.com/?a=1&b=0

If I do the api-call “getOutlinks”, I get a respond with the following Array like this:

Array
(
    [0] => Array
        (
            [label] => example.com/
            [nb_visits] => 2
            [nb_uniq_visitors] => 1
            [nb_hits] => 2
            [sum_time_spent] => 0
            [url] => http://example.com/
            [segment] => outlinkUrl==http%3A%2F%2Fexample.com%2F
        )

    [1] => Array
        (
            [label] => example.com/?a=1
            [nb_visits] => 2
            [nb_uniq_visitors] => 1
            [nb_hits] => 2
            [sum_time_spent] => 0
            [url] => http://example.com/?a=1
            [segment] => outlinkUrl==http%3A%2F%2Fexample.com%2F%3Fa%3D1
        )

    [2] => Array
        (
            [label] => example.com/?a=1&b=0
            [nb_visits] => 2
            [nb_uniq_visitors] => 1
            [nb_hits] => 2
            [sum_time_spent] => 0
            [url] => http://example.com/?a=1&b=0
            [segment] => outlinkUrl==http%3A%2F%2Fexample.com%2F%3Fa%3D1%26amp%3Bb%3D0
        )
)

When i use sement:

1a) http://mypiwik.de/piwik?module=API&method=Actions.getOutlinks&idSite=1&segment=outlinkUrl==http%3A%2F%2Fexample.com%2F&period=day&date=2017-12-21&token_auth=xxx&format=php&flat=1
2a) http://mypiwik.de/piwik?module=API&method=Actions.getOutlinks&idSite=1&segment=outlinkUrl==http%3A%2F%2Fexample.com%2F%3Fa%3D1&period=day&date=2017-12-21&token_auth=xxx&format=php&flat=1
3a) http://mypiwik.de/piwik?module=API&method=Actions.getOutlinks&idSite=1&segment=outlinkUrl==http%3A%2F%2Fexample.com%2F%3Fa%3D1%26amp%3Bb%3D0&period=day&date=2017-12-21&token_auth=xxx&format=php&flat=1

For 1a) and 2a) I get the right response but on 3a) there is an empty array.

What ist the problem with “ampersand”-symbol ?

My Piwik Version: 3.2.1

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5706

Trending Articles