If ET is telling you that they can track your links, then I'm sure
they can track them.
Verstuurd vanaf mijn iPhone
Groeten,
Walter van waard
Op 21 dec 2009 om 20:51 heeft MichaelB <mb...@primadatainc.com> het
volgende geschreven:\
> --
>
> You received this message because you are subscribed to the Google
> Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to xmpie-users...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en
> .
>
>
Cheers, Tim
One extra comment on the proxy. Because of phishing filters in
Browsers nowadays
please make sure your email sources (html, images etc) and
Tracking.aspx page are on
the same server/ip address. We have had comments from customers that
there
clients received phishing messages from their browser...
Greets
Walter
> >> For more options, visit this group athttp://groups.google.com/group/xmpie-users?hl=en
> >> .
>
> > --
>
> > You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> > To post to this group, send email to xmpie...@googlegroups.com.
> > To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/xmpie-users?hl=en.- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -
Michael Bova
Dont use the javascript response.redirect, make sure you use a server side redirect and set the right HTTP header ;-)
Cheers, Tim
> > For more options, visit this group athttp://groups.google.com/group/xmpie-users?hl=en
> > .
>
> --
>
> You received this message because you are subscribed to the Google
> Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to
> xmpie-users...@googlegroups.com.
PROJECTNUMMER: 0111709
SUBPROJECTNUMMER: 1
LINKNR: 6
PAGENAME: PAGE
INCAMPAIGNID: 460 INJOBID: 133973
INEVENTID: Page Visit
ACTIONNAME:
WEBSITENAME: NAME
ACTIONPARM:
SRCTOUCHPOINT:
CLIENTIP:
USERSESSION:
EXTERNALID:
PAGEURI:
REFPAGEURI:
ISLANDINGPAGE:
PARTNAME:
PARTPARAMETERS:
PAGEPARMMETERS:
REDIRECT: http://www.whatever.nl
ASPXCODE: this is for extra parameters in ASPXCODE for example
adors
ACCOUNTNAME: XMPIE
ACCOUNTNAME
CAMPAIGNNAME: XMPIE
CAMPAIGNNAME
PORTNAME: XMPIE
PORTNAME
FAILUREURL: http://www.whatever.nl/errorpage.html
INDICATOR1:
INDICATOR2:
INDICATOR3: ANY EXTRA MARKERS NEEDED
INDICATOR4:
INDICATOR5:
Hope this helps .....i have not added the fieldtypes and lengths but a
hope you can imagine what you need...for you particular database
> > For more options, visit this group athttp://groups.google.com/group/xmpie-users?hl=en.-Tekst uit oorspronkelijk bericht niet weergeven -
window.location.href = '/some/page'
Where as, a server side redirect is completed whatever happens on the client:
Response.Redirect("/some/page")
I just checked the docs, and it appears that if you are using .NET, then the 302 header is already set for you (that is, don't worry about my comment). If your using PHP etc, then you need to set that for consistency.
Cheers, Tim