Q&A
Mr. Pickles the AdPlugg Pug

tel Links in Click Through URL

+1
0
-1

Hello,

I need the ability to include tel links for mobile users to click an ad and automatically call the number.

Is this possible? I cannot save the ad with this link right now. Please let me know if there is something I can do.

Thanks



Answers

+1
1
-1

AdPlugg unfortunately doesn't yet support that type of link. Doing so is difficult because of the complications with tracking the clicks. You can add the idea to this request on our feedback and ideas forum (since it is a similar feature). 

If you don't need click tracking, you can do a tel link by using AdPlugg's Custom ad format (part of the Pro Plan). With that format, you can create the ad html however you want and just hard code the tel clickthrough url into the ad code.

Something like this:

<a href="tel:1-555-555-5555">
  <img src="<your image url"/>
</a>