I have been tasked with trying to resolve an issue with Farcry 3. We
are trying to enable support of ?gclid= tags as At present we are
recieving 410-gone header responses instead of a proper ‘200 – OK’
response when we attempt to use the ? parameter. this is affecting
our ability to use adwords tagging.
I think this is related to our go.cfm file but am unsure of how to
resolve this error.
> I have been tasked with trying to resolve an issue with Farcry 3. We > are trying to enable support of ?gclid= tags as At present we are > recieving 410-gone header responses instead of a proper ‘200 – OK’ > response when we attempt to use the ? parameter. this is affecting > our ability to use adwords tagging.
> I think this is related to our go.cfm file but am unsure of how to > resolve this error.
> has anyone done this with Farcry3?
> cheers.
> Gavin
> -- > You received this message because you are subscribed to the Google Groups > "farcry-user" group. > To post to this group, send email to farcry-user@googlegroups.com. > To unsubscribe from this group, send email to > farcry-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/farcry-user?hl=en.
> On 23 June 2011 10:57, gorli...@rentsmart.com.au
> <gorli...@rentsmart.com.au>wrote:
> > hi,
> > I have been tasked with trying to resolve an issue with Farcry 3. We
> > are trying to enable support of ?gclid= tags as At present we are
> > recieving 410-gone header responses instead of a proper ‘200 – OK’
> > response when we attempt to use the ? parameter. this is affecting
> > our ability to use adwords tagging.
> > I think this is related to our go.cfm file but am unsure of how to
> > resolve this error.
> > has anyone done this with Farcry3?
> > cheers.
> > Gavin
> > --
> > You received this message because you are subscribed to the Google Groups
> > "farcry-user" group.
> > To post to this group, send email to farcry-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > farcry-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/farcry-user?hl=en.
> It works with the & but would also like it to work with the ?
> thanks in advance,
> Gavin
> On Jun 23, 12:45 pm, AJ Mercer <ajmer...@gmail.com> wrote: > > try > > &gclid= tags
> > On 23 June 2011 10:57, gorli...@rentsmart.com.au > > <gorli...@rentsmart.com.au>wrote:
> > > hi,
> > > I have been tasked with trying to resolve an issue with Farcry 3. We > > > are trying to enable support of ?gclid= tags as At present we are > > > recieving 410-gone header responses instead of a proper ‘200 – OK’ > > > response when we attempt to use the ? parameter. this is affecting > > > our ability to use adwords tagging.
> > > I think this is related to our go.cfm file but am unsure of how to > > > resolve this error.
> > > has anyone done this with Farcry3?
> > > cheers.
> > > Gavin
> > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "farcry-user" group. > > > To post to this group, send email to farcry-user@googlegroups.com. > > > To unsubscribe from this group, send email to > > > farcry-user+unsubscribe@googlegroups.com. > > > For more options, visit this group at > > >http://groups.google.com/group/farcry-user?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "farcry-user" group. > To post to this group, send email to farcry-user@googlegroups.com. > To unsubscribe from this group, send email to > farcry-user+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/farcry-user?hl=en.
> not sure if it will work in v3 (might be a v 5/6 thing)
> but try appending
> /gclid/tags
> to the URL
> On 23 June 2011 12:53, gorli...@rentsmart.com.au
> <gorli...@rentsmart.com.au>wrote:
> > hi AJ,
> > It works with the & but would also like it to work with the ?
> > thanks in advance,
> > Gavin
> > On Jun 23, 12:45 pm, AJ Mercer <ajmer...@gmail.com> wrote:
> > > try
> > > &gclid= tags
> > > On 23 June 2011 10:57, gorli...@rentsmart.com.au
> > > <gorli...@rentsmart.com.au>wrote:
> > > > hi,
> > > > I have been tasked with trying to resolve an issue with Farcry 3. We
> > > > are trying to enable support of ?gclid= tags as At present we are
> > > > recieving 410-gone header responses instead of a proper ‘200 – OK’
> > > > response when we attempt to use the ? parameter. this is affecting
> > > > our ability to use adwords tagging.
> > > > I think this is related to our go.cfm file but am unsure of how to
> > > > resolve this error.
> > > > has anyone done this with Farcry3?
> > > > cheers.
> > > > Gavin
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "farcry-user" group.
> > > > To post to this group, send email to farcry-user@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > farcry-user+unsubscribe@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/farcry-user?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "farcry-user" group.
> > To post to this group, send email to farcry-user@googlegroups.com.
> > To unsubscribe from this group, send email to
> > farcry-user+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/farcry-user?hl=en.
Are you using Friendly URLs? Most likely you will have to alter the mod_rewrite rule you are using. Post your rewrite rule and we can try to help. You can also get some additional information on the rewrite rules, especially as they relate to query string parameters at the wiki. https://farcry.jira.com/wiki/display/FCDEV30/Friendly+URL+Configuration
From: farcry-user@googlegroups.com [mailto:farcry-user@googlegroups.com] On Behalf Of AJ Mercer Sent: Thursday, 23 June 2011 12:46 PM To: farcry-user@googlegroups.com Subject: Re: [farcry-user] Problem with glid parameter tags in Farcry 3
I have been tasked with trying to resolve an issue with Farcry 3. We are trying to enable support of ?gclid= tags as At present we are recieving 410-gone header responses instead of a proper '200 - OK' response when we attempt to use the ? parameter. this is affecting our ability to use adwords tagging.
I think this is related to our go.cfm file but am unsure of how to resolve this error.
has anyone done this with Farcry3?
cheers.
Gavin
-- You received this message because you are subscribed to the Google Groups "farcry-user" group. To post to this group, send email to farcry-user@googlegroups.com. To unsubscribe from this group, send email to farcry-user+unsubscribe@googlegroups.com <mailto:farcry-user%2Bunsubscribe@googlegroups.com> . For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en.
-- You received this message because you are subscribed to the Google Groups "farcry-user" group. To post to this group, send email to farcry-user@googlegroups.com. To unsubscribe from this group, send email to farcry-user+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en.
I didn't have the admin-tab. That is the reason I didn't find it, but this gave me the right track, since I wasn't authenticated as admin. ;-) Thanks Matthew !
> Admin tab, choose edit config. Then select "general config", and the > site title/tag line are found here. > -- > Matthew Williams > Geodesic GraFX > www.geodesicgrafx.com/blog > twitter.com/ophbalance