How would one link a landing page within a Campaign?

I am trying to figure a way in which a user can be directed from my audience app on to a landing page all within a campaign.
The landing page button does not have any connectors, like the other buttons - I can't connect it / add it to the current workflow.  Why are there no buttons displayed, how can I add the landing page to this work flow.  Please note the attached image.
Thank you!

Technically you can't "send" an audience to a landing page, it's on the canvas for reporting purposes only. If you link to that landing page w/in the email - it will draw a line for you connecting the lading page to the email once you click save.

Similar Messages

  • HT2506 After I save my pdf document, the links to different pages within the pdf take me to the wrong page. How do I fix it?

    After I save my pdf document, the links to different pages within the pdf take me to the wrong page. How do I fix it?

    May you please elaborate... How are you creating the pdf documents (procedure, software, etc.)? How are you inserting links into your documents?... etc., etc.

  • How to Auto LInk to a page

    I'm new to using flash in websites, and i need to know how to
    automatically link to a page at the end of my flash movie. I need
    to know what code to use and exactly where to put it. Below is a
    copy of my object code. Any help would be great. Thanks!
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
    id="intro" width="750" height="580">
    <param name="movie" value="intro.swf">
    <param name="bgcolor" value="#000000">
    <param name="quality" value="high">
    <param name="allowscriptaccess" value="samedomain">
    <embed type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    width="750" height="580"
    name="intro" src="intro.swf"
    bgcolor="#000000" quality="high"
    swLiveConnect="true" allowScriptAccess="samedomain"
    ></embed>
    </object>

    Hi,
    You need to put the code inside your flash movie rather than
    in the html that you have shown.
    Open your movie and make a new keyframe on the last frame of
    your movie. Then open your actions panel and place the following
    code in....
    getURL("
    http://www.yourwebsite.com");
    Cheers
    Alan

  • How to create links to other pages i create??

    I have finished my "homepage" and it has 5 buttons on it.("home",
    "Contact us", etc.).
    I have no idea how to create links to other pages i create.
    For example, if the user clicks on "Contact us", i wnat contact information
    to appear. So, do i create another html document that will contain contact
    information and then call that page whenever the user clicks "Contact us". Or
    do i just create another applet that contains contact information and display
    the applet in the appropriate area, whenever the user clicks "contact us".
    Hope that wasnt confusing. Bascially, I am sitting here looking at my buttons, not knowing
    what code to put under the actionPerfomed part of each button.
    thanx
    trin

    ... judging from your question... the best way i think is to create another page...
    .... so when ur user clicks on Contact Us..... he/she will be taken to another page...
    there are other techniques besides this.... but it is always better to stick with the easiest one
    ... so you need to create separate pages for all of your links....
    ... if you have any questions... let me know
    .... have fun

  • Linking to specific pages within several other pdfs

    My source pdf has ~700 references and I need to create a link to each reference (target pdfs).  There are hundreds of target pdfs and the source document references different pages within each of the target pdfs.  The target pdfs need to contain the entire document and not just the cited pages.  What I am doing is creating a link and selecting opening a file.  What I am not able to do, is assign a page number to this link so that a certain page will appear instead of page 1.  I understand that you can set the initial view with file properties, but that will not work as I would then have to create a pdf for each link and there are far too many references to do that.  Here is a sample "Reference at pp. 2, 4, 6." and in this sample I want a separate link for each reference that will go to page 2, page 4 and page 6 (again I need the entire document for reading purposes for these links and not these specific pages).

    Please refer : http://blogs.adobe.com/tcs/2011/01/tcs-specific/linking-to-a-page-within-a-pdf-and-more.ht ml

  • When i press the new tab button I land on yahoo. I hate yahoo, how do I change the landing page for the new tab button?

    When I pressed the new tab button, I use to land on google. I downloaded something that changed my new tab landing page. I now land on Yahoo. I hate yahoo!. How do I reset my landing page so I land on google when opening a new tab in Firefox.?

    ''New Tab button brings up Yahoo, want a different page''
    First I would identify everything in about:config that refers to Yahoo.
    Then I would remove everything about the Yahoo toolbar that is left that you don't want.
    :https://support.mozilla.com/en-US/questions/850287
    As a replacement for browser.tabs.loadOnNewTab (Bug [https://bugzilla.mozilla.org/show_bug.cgi?id=269664 269664]), you may have installed: New Tab Homepage [-- https://addons.mozilla.org/firefox/addon/777 --] (7KB), or NewTabURL [-- https://addons.mozilla.org/firefox/addon/2221 --] (47KB).

  • "System Default" kind of wipe: possible? How would one do this?

    Would it be possible to take an existing installation and effectively reinstall all packages, restore all configuration files to their default config as if on a new install on that program, and wipe all user data (probably not in that order) so as to restore a system to a kind of "first boot" setting but with your current package listing retained.
    How would one go about this? Could one slip into a terminal, sudo rm -r /some/folders/here (what folders necessary?) and then use pacman to reinstall ... everything (what kind of command would get you that? something with a grep listing?)

    karol wrote:
    r3bel wrote:
    karol wrote:
    Unless you use a ton of system-wide configs ;P
    The problem of using a backup or hard drive image of your pristine installation is that Arch changes pretty fast and a 6-month-old installation would need a bit of work to get up to speed.
    Correct me if I'm wrong but wouldnt a pacman -Syu do most of the job?
    Depends on what changed in Arch in the meantime, what changes you made and what do you mean by 'most of the job'.
    Let's say you've made your backup a couple months ago and now you want to move from grub-legacy to syslinux, install KDE and try systemd. If you revert to said backup in a month, you will have to do a few important changes "manually" because at the time of that backup you were using grub, initscripts and e.g. Gnome.
    Reverting to the "clean slate" backup, updating it and making a fresh backup once you've tested the new configuration shouldn't be much of a problem but it's not automatic. You may need to perform some manual conflict resolution etc. (see the home page).
    This is exactly why I wanted to strip the system clean and let the programs act as if this were a new install, without changing my partition table, have to download 12 gigs of data, etc. Reinstall the system without a format. Some of these changes that needed manual adjustment have caused a bit of a headache, it would be nice to have a nuclear option without having to reinstall. Especially now that AIF isn't around anymore I'd have to have a second computer to tell me what commands to run just to get things going again...

  • How does one link a moto x phone to a mac

    how does one link a moto x phone to an I Mac?

    Contact the telephone manufacturerer and ask.

  • HT1040 I must not have chosen a hard back book when I started my project of creating a photo book. When I go to buy the book it only allows a small soft cover book. How would one go about changing it to a hard back book?

    I must not have chosen a hard back book when I started my project of creating a photo book. when I go to buy the book it only allows me to buy the small soft cover book. How would one go about to chage the settings?

    What version of iPhoto?
    THe basic answer to duplicate the book as things may change when you change size, select themes again and pic the cover and  size you want -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

  • How do you link a pdf. document within a Keynote slide?

    How do you link a pdf. document within a Keynote slide?

    Gary, I'm trying to save a Keynote presentation that was created from a Powerpoint presenation using PDF files.
    It imported beautifully, problem is it won't play. Keeps giving me a "Keynote cannot play your slideshow because an error occured" message.
    I thought it was a Powerpoint/Keynote incompatibility thing, so I recreated the presentation - 1 pdf per slide just like you have here (I did this before finding your post) and it still wouldn't play. I even tried JPG - nothing; just horrible looking images.
    Is there something I'm missing?

  • In Muse how do I keep a landing page from indexing so it's unsearchable by Google?

    In Muse how do I keep a landing page from indexing so it's unsearchable by Google?

    Hi,
    Go to page properties-> under head section, add this,
    <META NAME="ROBOTS" CONTENT="NOINDEX">
    See the detailed guideline by Google here,
    Block search indexing with meta tags - Webmaster Tools Help
    Do let me know if you have any question.

  • How would one skip from point to point that the video is changing while editing.

    How would one skip from point to point that the video is changing while editing, like if a certain set of pixels changed to white, and then mark it.?
    Basically, I have a set camera, and when certain objects change color I want to mark it.   Think of a baseball flying through the air off a pitchers hand, and be able to skip to each point the pitcher is in that position.

    The only method of this level of content analysis I'm aware of is with your eyes.
    You'll just have to wacth the video to find those parts.

  • I  Would like to create a page within a page feel. How do I do this in CS3?

    Hi
    I have a basic understanding of dreamweaver however I'm
    trying to learn more difficult parts of the software. I'm trying to
    build a site which has a layout quite similar to
    www.seasicksteve.com/. I want a page within a page feel, but I have
    no idea how to do this. Can anyone help me?

    It could be accomplishes with DW "Set text of container" (or
    layer)"
    behavior.
    "ktbl83" <[email protected]> wrote in
    message
    news:go795r$ke7$[email protected]..
    > Hi
    >
    > I have a basic understanding of dreamweaver however I'm
    trying to learn
    > more
    > difficult parts of the software. I'm trying to build a
    site which has a
    > layout
    > quite similar to www.seasicksteve.com/. I want a page
    within a page feel,
    > but I
    > have no idea how to do this. Can anyone help me?
    >

  • How do I link to another page in the same iBook?

    I am trying to link from within the text of my book to another page in the same iBook. How do I do that in iBooks Author?
    For example...
    The text on page 1 might read.... "If you'd like to jump to the page on herbivores, click here". And that text would be linked to page 49, which is about herbivored.
    Any ideas? Greatly appreciated!!

    It looks like I figured this out by playing around with it.
    The reason that I couldn't bookmark the text earlier is that I had created a text box and entered text in there. When you create a text box, that text is not recognized by the bookmark widget. However when you type directly into the page template itself, it recognizes the text just fine. I'm able to set bookmarks and then link to those bookmarks using the hyperlink featuer. Looks like it's solved, I was just trying to use the wrong tool for text entering.
    Thanks for your help Don, you've been great!

  • How to Create a Photo Landing page

    I have several photo galeries and would like to use them all in a single site (.mac) publishing with iWeb. The problem lays on the pages structure itself, if I have many to one I can not post all my galeries and use a thumb to call the photo album to that specific selection. I can only create many albums and they all will have the same level as other menu items (welcome, about me, blog etc...) I need to keep all my albums in a single landing page being a child to the " photos " page and from where the visitor should choose which album they will see.
    Please let me know if any workaround for this issue.
    Thanks in advance,
    Kerberos

    Sean,
    Are you going to take out the "lorum ipsum"
    (placeholder text) in the Photo Page menu? Also, you
    need to check your links to the albums. they are not
    all correct and clicking them brings me to the wrong
    album.
    Great start!
    lori
    Lori,
    Thanks!! I told my wife that since I did the hard work, she gets to come up with words for the placeholder text and favorites lists underneath them. Alas I am on the road for the rest of the week and she doesn't have a copy of the site on her Mac.
    I did a quick check of the links and didn't see any bad ones, that is to say each photo goes to the proper photo album. However, if you scroll slowly down the page you will notice that the mini-picture/links slowly get out of sync with their descriptions, so by the end of the page the picture/link is either beside a totally wrong description or doesn't appear to have one at all. This is an iWeb bug, since each picture has an anchor point in the text. Incidently it appears correct in iWeb itself, it's just when the page is viewed in Safari (and I assume other browsers) that the pictures appear to slowly drift from their anchors.
    Sean

Maybe you are looking for

  • Mail server fails to deliver message. Port 25 times out

    I have a .mac account, my ISP is telecable.es. Can't send any messages, they stay in out box. I receive following error message: "The outgoing mail server mail.telecable.es failed to deliver this message. The connection to server "mail.telecable.es"

  • Image does not display in iTunes

    Hi, My podcast cover art displays fine on the iTunes preview page: http://itunes.apple.com/podcast/mousechat-net-a-weekly-disney/id395503030 But when I view it in the iTunes application or on my iPod I do not get the cover art. FEED: http://mousechat

  • How to get started with airport in berlin

    hi, after reading your posts its clear i am WAY out of my depth here. please suffer me kindly. my question is a simple one. i bought a macbook a few weeks ago and here i am in berlin for the next 6 months trying to go wireless and havent a clue what

  • Changing of Materials Valuation can be possible when transfer Materials fro

    Hi SAP Gurus, Changing of Materials Valuation can be possible when transfer Materials from one Palnt to another Plant in the same company? Thanks Chandra

  • How to reverse from quality and change the vendor account.

    I had made GR, but posted wrong entries, instead of doing one vendor account & i had made in other vendors account, this lot is passed by quality also that means it UD is also done. how to reverse from quality and change the vendor account. Thanks an