Custom Tag per Campain

reSh

New Member
Hello,

how can i define an custom Tag per Campain?

I use only one Template with different Lists - only the Text Content and the List changes.

The Images are every Time the same. And the Images are Links in this Format: https//example.com/affiliatelink?tagname=lksghdhgjkd

At the Moment i must change every Link - i want to define the Link like this: https//example.com/affiliatelink?tagname=[tagname] so i can define in the creation Process the Value of the Tag [tagname] - for every Campain.

You know what i mean?

How can i do this?

greets reSh
 
Hello,

how can i define an custom Tag per Campain?

I use only one Template with different Lists - only the Text Content and the List changes.

The Images are every Time the same. And the Images are Links in this Format: https//example.com/affiliatelink?tagname=lksghdhgjkd

At the Moment i must change every Link - i want to define the Link like this: https//example.com/affiliatelink?tagname=[tagname] so i can define in the creation Process the Value of the Tag [tagname] - for every Campain.

You know what i mean?

How can i do this?

greets reSh
The campaign ID is already a unique custom tag per campaign.
Please let me know more specifics if this does not answer your question.
 
Hi thanks for reply.

I need the Option to DEFINE the Value of a Custom Tag in the Creation Process.

Lets say i have multiple Affiliate Accounts at Amazon.

In one Campain i want to use the Affiliate ID blahbla-21. I want to define this ID in the creation Process so that i don't need to change the URL of the Links. The Links show like https//example.com/affiliatelink?tagname=[tagname] in the Template

In the sended Mails it fills the Tag [tagname] by the defined Value blahblah-21 so that the Link is https//example.com/affiliatelink?tagname=blahblah-21.

The Place to Input the Value can by near by the Preheader Field or so.
 
Hi thanks for reply.

I need the Option to DEFINE the Value of a Custom Tag in the Creation Process.

Lets say i have multiple Affiliate Accounts at Amazon.

In one Campain i want to use the Affiliate ID blahbla-21. I want to define this ID in the creation Process so that i don't need to change the URL of the Links. The Links show like https//example.com/affiliatelink?tagname=[tagname] in the Template

In the sended Mails it fills the Tag [tagname] by the defined Value blahblah-21 so that the Link is https//example.com/affiliatelink?tagname=blahblah-21.

The Place to Input the Value can by near by the Preheader Field or so.
If I had to do this right now quickly, I would try with
[CAMPAIGN_REPLY_TO]
then find a way to strip the part after @ and have a catchall, so that the [CAMPAIGN_REPLY_TO] works, but also the TAG (which was the goal).
So in effect you could edit the [CAMPAIGN_REPLY_TO] field, put your TAG/AffiliateID there (and incl one of your domains where the replies would go), then find the formula/code to have the mwz html framework processor take the @domain part out. The advantage is that [CAMPAIGN_REPLY_TO] is already defined, the disadvantage is that you need that strip trick.

This would make for a great feature @twisted1919
 
@reSh - Not sure if i get this right... but, each customer can define it's custom tags for campaigns ( /customer/index.php/campaigns/tags/index ) then you can use it like [CCT_TAG_NAME] in your email templates...
 
Hi,

i know the Custom Tags - but the Custom Tags are global for the Cutomers - for all Lists and all Campaigns. The Problem is that i use a Tag like [affiliatelink] in my Templates and i have defined the Tag in the Custom Tags it would be used in ALL Mailings.

I want to define the [affiliatedlink] Tag in the Creation Process. The Idea from frm.mwz is on the right way - but not so useable.

Is it possible to use the Preheader in a Tag und is ist also possible to stop the Output als Preheader? So i can use this as my needs. That solves my Problem.
 
@reSh - the only way to do this cleanly is to add a new section in the setup step of the campaign where you can define as many static tags as needed. I am not sure if we need this in the core of the app though or it should be just an extension...
 
Ok, Extension sounds good.

Can you explain how to start with? What Hook we should use etc? Maybc an Code Example?
 
Back
Top