# Zero paid social sessions are being recorded

**URL:** https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330
**Category:** Data collection and tags
**Created:** [August 23, 2024, 9:01am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330 "2024-08-23T09:01:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Wrapped](https://dub1.discourse-cdn.com/flex005/user_avatar/community.piwik.pro/wrapped/32/3679_2.png) [@Wrapped](https://community.piwik.pro/u/Wrapped)
#### Post date: [August 23, 2024, 9:01am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330/1 "2024-08-23T09:01:01Z")

</div>

Hello.

Please can somebody offer some advice?

We’re running paid social campaigns on Facebook and LinkedIn, however, despite the ads driving hundreds of link clicks (clicks to the landing pages), none of the traffic is being tracked.

All other channels seem to be recording data fine, including paid search and display.

The sessions from paid social don’t appear to be recorded as another channel, they’re just not there at all.

Here are a couple of examples of the parameters used on the ads:  
/?utm\_source=facebook&utm\_medium=paid-social&utm\_campaign=Traffic  
/?utm\_source=linkedin&utm\_medium=paidsocial&utm\_campaign=Static

Thanks in advance,  
Martin

---

<div class="post-metadata">

### Author: ![Oliwer\_Kaczmarek](https://dub1.discourse-cdn.com/flex005/user_avatar/community.piwik.pro/oliwer_kaczmarek/32/3888_2.png) [@Oliwer\_Kaczmarek](https://community.piwik.pro/u/Oliwer_Kaczmarek)
#### Post date: [August 23, 2024, 9:18am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330/2 "2024-08-23T09:18:13Z")

</div>

Hi @Wrapped,

There are couple steps to take in that case:

1. Could you please check page report to see if there are any page URL with those metrics?  
If this is the case then either:
  1. the list of campaign parameters should be looked into (menu-\>Administration-\> Account → Global site & app settings → Campaigns)
  2. the URL itself is written in a manner that is not according to guidelines [https://url.spec.whatwg.org/](https://url.spec.whatwg.org/)

2. If they are not there try to follow the visitor’s path and look for your session in tracker debugger, it should tell you what is happening. You can use your IP address (if you’re consenting visitor) to find yourself easily in tracker debugger (remember to account for the masking level you have for IP e.g. if your ip is 192.168.24.12 and you have level 2 masking then you should look for 192.168.0.0 address).
  1. if you are unable to find yourself in tracker debugger, then next step is checking if the page opened after clicking on such link on facebook/linkedin does have Piwik PRO tracking on it working correctly. Easiest way for me is to check if there are ppms.php requests in the network as those are the requests being sent to Piwik PRO with the events data  
 ![image](https://europe1.discourse-cdn.com/flex005/uploads/piwikpro/original/2X/6/6eeb60d92bf36f498c0ea130cfb202adbdf8e6ef.png)

Best,  
Oliwer

---

<div class="post-metadata">

### Author: ![Wrapped](https://dub1.discourse-cdn.com/flex005/user_avatar/community.piwik.pro/wrapped/32/3679_2.png) [@Wrapped](https://community.piwik.pro/u/Wrapped)
#### Post date: [August 23, 2024, 9:35am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330/3 "2024-08-23T09:35:11Z")

</div>

Hi Oliwer,

Thanks for your help.

The page URL with the parameter is not showing in the pages report.

I visited the page by using the ad URL and it does show in the debugger with the information in the parameter:

Session  
Engagement: Returning visitor  
Channel: Campaign  
Campaign name: Traffic  
Campaign source: facebook  
Campaign medium: paid-social

The parameters were created using Google’s parameter builder, I’ve looked at the link you shared but it’s a bit advanced for me. Can you please tell me why it’s not written correctly?

Many thanks,  
Martin

---

<div class="post-metadata">

### Author: ![Oliwer\_Kaczmarek](https://dub1.discourse-cdn.com/flex005/user_avatar/community.piwik.pro/oliwer_kaczmarek/32/3888_2.png) [@Oliwer\_Kaczmarek](https://community.piwik.pro/u/Oliwer_Kaczmarek)
#### Post date: [August 23, 2024, 9:55am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330/4 "2024-08-23T09:55:45Z")

</div>

> I visited the page by using the ad URL and it does show in the debugger with the information in the parameter:
> 
> Session  
> Engagement: Returning visitor  
> Channel: Campaign  
> Campaign name: Traffic  
> Campaign source: facebook  
> Campaign medium: paid-social

It looks like the parameters were correctly recognized, so it’s not URL issue. Try to enter the page using actual ad and look for your session and for Piwik PRO on the page that the link opens.

If the Ad links to the Page with this exact URL and there is Piwik PRO on that page that sends correct event to tracker debugger, then there is no issue with Piwik PRO tracking and analytics.

---

<div class="post-metadata">

### Author: ![Wrapped](https://dub1.discourse-cdn.com/flex005/user_avatar/community.piwik.pro/wrapped/32/3679_2.png) [@Wrapped](https://community.piwik.pro/u/Wrapped)
#### Post date: [August 23, 2024, 10:14am UTC](https://community.piwik.pro/t/zero-paid-social-sessions-are-being-recorded/4330/5 "2024-08-23T10:14:40Z")

</div>

Thank you for your help, I’ll give this a go
