SOLVED

Re: Logo as a program level token

Go to solution
Anonymous
Not applicable

Logo as a program level token

I am working with a client that has several different workspaces for different companies that they oversee.  Each new company has a different logo. 

In each workspace, I have program level tokens pulling in the information, but I am having an issue with pulling in the logo for that workspace.

Has anyone done this before and could point me in the right direction on how to accomplish this?
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Logo as a program level token

I do the same thing. In each of my campaigns I have a {{my.logo}} token that calls out a specific URL.
I upload the files in the images and files section of Design Studio and copy the URL so I can paste it in each token

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Re: Logo as a program level token

Heather >

Go to your top level folder in that workspace & add a token for the logo. Then you can add the url using a token, such as {{my.Logo}} .... That way each workspace can use the same token in all the templates, but show different logos.
Anonymous
Not applicable

Re: Logo as a program level token

Thanks Adam, 

How would I call that logo since it is loaded in the Design Studio (with a web address) and the emails that I want to call it from are in the Marketing Activities.  

I've tried several different things, but to no avail.
Anonymous
Not applicable

Re: Logo as a program level token

Yea, so like I started with. Go to the very top level Folder you have in Marketing Activities & goto the Tokens tab. Then drag on a Text Token, Call it logo, put in the URL of the Logo file. 

0EM50000000Rw2N.jpg

Then You put into the place where the image is...
<img src="{{my.Logo}}">

Make sense? Then you have a single token for all workspace's templates. 
A
Anonymous
Not applicable

Re: Logo as a program level token

I do the same thing. In each of my campaigns I have a {{my.logo}} token that calls out a specific URL.
I upload the files in the images and files section of Design Studio and copy the URL so I can paste it in each token
Anonymous
Not applicable

Re: Logo as a program level token

Got it! I have it working in my test workspace! 

Thank you!!!