Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

Setting up correct REGEX for conversion tracking target-URL in Google Analytics

Greetings from Norway!

I am new with setting up REGEX in Google analytics, so I would really appreciate your help! :) I want to track sent campaign forms from my website (like recipt urls), but I need to set up a regular expression in order to track the responses for all campaigns on my website.

These strings need to be tracked (and similar onces in the future):

https://www.domain.no/**Campaigns**/MYcampaignname?**mode=received&formid**=thisand093that123 https://www.domain.no/**Campaigns**/Another-campaign-name?**mode=received&formid**=76280&goback=https%3a%2f%2fwww.domain.no%2fCampaign https://www.domain.no/**Campaigns**/Name-of-This-campaign?**mode=received&formid**=76283

I have tried several different regular expressions in GA, but I do not get them to work.. Some I have tried:

/Campaigns/.?mode=received&formid=.

/Campaigns/([A-Z]+[a-z]+[0-9]+)?mode=received&formid=[^/]

I would really appreciate your help!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...