javascript - How do you create Facebook custom audiences from multiple URLs? -


we need generate custom audiences multiple urls bit confused sorry.


1. pixel code

are these correct pixel code parameters use?

fbq('init', '12345678912345567'); fbq('track', "pageview"); fbq('track', 'viewcontent'); 

2. create audiences

and add urls when creating audiences in ad manager using 'people view specific web pages'?


3. matching urls

and if use 'url contains' option work wildcard? i.e. entering this:

/segment-one/segment-two/ 

will match multiple urls/paths/pages this:

www.domain.com/path/segment-one/segment-two/page-one.php www.domain.com/path/segment-one/segment-two/segment-three/page-one.php www.domain.com/path/segment-one/segment-two/segment-three/page-two.php 

also, can match partial segments this:

/segment-one/segment 

or better specific , enter each url one-by-one using exact match?


any appreciated.

cheers


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -