Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Facebook tracking url parameters through API

Tags:

When I edit an ad on business.facebook.com, I can see a "Tracking" section where there is a field called "URL Parameters".

enter image description here

I am trying to get the value of that field using the (Graph or Marketing) API, but after reading a lot I can't find a way of achieve that.

Does somebody know if that is even possible?

like image 334
gugaiz Avatar asked Mar 30 '17 01:03

gugaiz


1 Answers

See the "Ad Creative" object, "URL Tags" field.

More info here: https://developers.facebook.com/docs/marketing-api/reference/ad-creative

Whoops, that seems to be for writing only. It seems like that field is always empty when reading objects. :(

like image 137
mrgreenfur Avatar answered Sep 25 '22 10:09

mrgreenfur