pase
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Custom Email Protected PageThank you for the explanation! Will keep in mind and investigate the cookie application.
Forum: Developing with WordPress
In reply to: Custom Email Protected PageYes, that worked very well. Thank you for your simple graceful solution.
The part that I do not understand well is the cookie manipulation. If the email form is the only way to access the page via redirection how would a cookie make the transaction more secure and where would I place the cookie code?Forum: Developing with WordPress
In reply to: Custom Email Protected PageThat is an interesting approach and it sounds that it will do what I have in mind. Thank you for your help!
Forum: Developing with WordPress
In reply to: Custom Email Protected PageThanks for taking the time to respond. The goal is to collect the emails of the visitors that chose to enter the page. Once the user enters the email the page unlocks. I have not seen a plugin that offers this feature.
Thanks for the feedback I will keep it in mind!
The goal is to figure out how to use the accordions to invite visitors to start a dialog. The approach is to have relevant information in the accordion with a link to a page with additional information and contact form.Tracking the individual accordions and links allows insight into whether a specific accordion content is persuasive. Does this make sense?
Thanks again! that’s amazing, the snippet can pull the label of the accordion. I tested it and it works great.
Does it make sense to try to track the accordion elements (the thumbnail, the heading, and the anchor link) by modifying the snippet?I am grateful for your help! I like to make sure I get this right to avoid adding incorrect data to the GA property. Can I add multiple ga(event conditions) in the same function?
for instance:if ( typeof ga === ‘function’ ) {
ga( ‘send’, ‘event’, ‘Accordion’, action, Personal Demo );
ga( ‘send’, ‘event’, ‘Accordion’, action, Still Photo Retouching );
ga( ‘send’, ‘event’, ‘Accordion’, action, text On-set retouching );
ga( ‘send’, ‘event’, ‘Accordion’, action, Digital Asset Photography );
ga( ‘send’, ‘event’, ‘Accordion’, action, Custom Worflows );
}The question is how to manage multiple accordion tracking with accordion labels that change in the short term.
Thanks for the clarification. Then, is it possible to track which specific accordions are clicked?
Thanks for getting back. I am trying to find an event tracking strategy and have a couple of basic questions.
1- Do I need to set up Google tag manager to track events?
2- It looks like each event would need its own snippet. Given that WP pages have different interactivity, where is the best place to add the custom code snippet?Any idea if the plugin is compatible with accordion event tracking?
All the pages have accordions I would like to track using google anlytics.
For instance https://nicereye.com/retouching-services/Forum: Plugins
In reply to: [Image Photo Gallery Final Tiles Grid] Image tooltipThanks, your solution simple, and works well. When the FTG plugin updates will the change get overwritten?
Forum: Fixing WordPress
In reply to: New content – pages vs postGot it! thanks for your help!
Forum: Fixing WordPress
In reply to: New content – pages vs postShouldn’t all the stories be under the Travel post category instead of just one?
Forum: Fixing WordPress
In reply to: New content – pages vs postThanks, I am trying to understand how to use pages and posts correctly. I like to ask you about the following scenario.
The site has a Travel page with eleven stories. Three new stories need to be added to the Travel page.
1- Should the three new stories be added as posts or separate child pages of the parent Travel page?
2- Should the original eleven stories have been included as pages or posts?