You are not logged in.
Pages: 1
Hi,
I'm trying to track our apps on the app stores in google search results. I keep getting "Invalid Pattern" when trying to add this domain -
https://play.google.com/store/apps/deta … nder&hl=en
Is it possible to track URLs like the one above?
Thanks,
Chris
Offline
Hello,
Serposcope expect a regular expression, not a raw URL. You should escape special chars like . or ? by prepending a \. Example :
https://play\.google\.com/store/apps/details\?id=com\.bickster\.fitbitbandfinder&hl=en
Offline
Thanks. That worked.
Offline
Pages: 1