I love this. I'm annoyed that I've only JUST found it 🤣 Could this script be easily modified to catch passthrough parameters (I'm thinking of UTMs specifically) and update custom fields in ActiveCampaign for those?
@IntegrateProАй бұрын
Assuming ThriveCart passes through those parameters via their webhook, then yes. Based on this support.thrivecart.com/help/passing-custom-variables-through-the-checkout/ it looks like it does.
@clintmaher77445 ай бұрын
Of all the people in the world, your video came up. It worked, thank you!
@somiplayerbee54258 ай бұрын
Hello Dave, I would lik to ask, If i want restart a whole automation, i need to do it just like this here too? We would like to send the whole thing again to the same contacts. Thank you for your response!
@TheSpiritualCamp9 ай бұрын
Sadly, it doesn't seem to work when the Calendly is embedded on my own website... Do you happen to have a solution for that ?
@IntegratePro9 ай бұрын
I do not.
@SmithaT-py8tb10 ай бұрын
How do I set event tracking for bookings by contacts on our website(it's on WordPress)
@johanstam360210 ай бұрын
Is this still working (in 2024)? What is the name of the cookie?
@IntegratePro10 ай бұрын
I don't know - have not used this in awhile. The name of the cookie is "email".
@daveatatu10 ай бұрын
Thanks for this. Is this still your go-to option for showing different prices (+currency) to different audiences? (e.g New Zealand-NZD / Australia-AUD / Rest of World-USD)
@IntegratePro10 ай бұрын
Haven't used this in awhile, if it still works it would be.
@tammydezilva484810 ай бұрын
By any chance is there an update for this with the new editor?
@IntegratePro10 ай бұрын
Sorry, I have not made an update for the new editor.
@joshlenz1762 Жыл бұрын
Baller. Love you thrivecart videos Dave! How do you have multiple custom success URLs with a thrivecart upsell? I can't figure that out!
@bringtheseo Жыл бұрын
Hey Dave, I'm interested in applying this within AC as I've recently added additional follow up emails to my contact list, however many of them (approximately 300 odd), have already completed the automation. it appears the interface has changed somewhat since you uploaded this video. Would you have an updated version?
@IntegratePro Жыл бұрын
Hi, The "Panic Goal" method that I show in the video at the 2:48 mark (kzbin.info/www/bejne/goivp6B6f6aKj6c) still works the same way.
@bringtheseo Жыл бұрын
@@IntegratePro Thanks Dave. I eventually got it sorted. This is certainly a "measure twice, cut once" task for sure.
@p.b.6266 Жыл бұрын
Hi. Is this current information now? Data from google leads(ads) form don`t send to activecampaign, without webhook? Thanks.
@IntegratePro Жыл бұрын
I don't know that it is current.
@PredictableDesigns Жыл бұрын
Super useful! It's too expensive to upgrade to get split testing in AC, so I love this solution. Thank you!
@vadimpetrosov Жыл бұрын
Hi! So im just taking the whole code and pasting it into paypal? Thank you for your help
@dwooding135813 Жыл бұрын
The code provided needs to be installed on your web server, not Paypal.
@MalloryCarpenterW4TP Жыл бұрын
Thanks for this!! The coding in the video works great, however the addition of the last name in one of the comments below, does not. As soon as I remove the %20%LASTNAME% everything works beautifully, but I can't just have first names in Kajabi. Any suggestions?
@IntegratePro Жыл бұрын
Maybe connect the first and last name with an underscore, ex - ?email=%EMAIL%&name=%FIRSTNAME%_%LASTNAME%&external_user_id=%EMAIL%&send_offer_grant_email=true
@MalloryCarpenterW4TP Жыл бұрын
@@IntegratePro That works! Well, it works enough..haha It adds an underscore between their first and last within Kajabi, but since we're not using Kajabi anymore for email marketing, we don't need the personalization features, so it should be ok. I'd really love to just have the space, but if that's not an option, this should work. Thanks!
@ricatest Жыл бұрын
Thanks for this. How might you go about doing this for a Wordpress site?
@stilltinnitus_nl Жыл бұрын
My integration isn't working, I followed every step but the test fails. The only thing you didn't explain is how to upload the php file to your website. Maybe that's where it's gone wrong? I uploaded the php file via my website file manager to /wpcontent/uploads folder. Any help?
@IntegratePro Жыл бұрын
Does this help? the.integrateprovideos.com/conversations/bffeba97-68d4-5ce4-8c2c-34501a5d460d
@stilltinnitus_nl Жыл бұрын
@@IntegratePro Thanks for creating that explanation for me! I followed your steps but still get the same test error.
@dwooding135813 Жыл бұрын
@@stilltinnitus_nl Schedule a call if you would like to do a screen share to resolve this.
@engmannnunoo Жыл бұрын
Why do I get a different popup when I click on "send an email" and I also don't get the template that comes up after you save the" send an email page" ??
@TrumpetHeadquarters Жыл бұрын
Do you have a tutorial on how to do what you mention at 3:10?
@IntegratePro Жыл бұрын
I don't have any additional instructions beyond what I show in the rest of the video. In there something in particular I can hep you with?
@IntegratePro Жыл бұрын
Here is how to do what I mention at the 3:10 mark. the.integrateprovideos.com/conversations/bffeba97-68d4-5ce4-8c2c-34501a5d460d
@ajayrathod77772 жыл бұрын
Does thrivecart lifetime license works on unlimited website and unlimited domains?
@IntegratePro2 жыл бұрын
Yes
@ajayrathod77772 жыл бұрын
@@IntegratePro and does embeddable cart works with all website by using custom css in shopify as well as woo - commerce etc
@IntegratePro2 жыл бұрын
@@ajayrathod7777 Not familiar with how those services work to answer this ... I suggest reaching out to ThriveCart support.
@krdejan2 жыл бұрын
Hi. Is it possible to get this PHP code?
@IntegratePro2 жыл бұрын
Yes, integratepro.net/codeshare/75bUWQQ5tzCnw
@freelanceprofits702 жыл бұрын
Hi, is there a way to have the first name and last name sent via the webhook for name? name=%FIRSTNAME%+%LASTNAME% ?
@IntegratePro2 жыл бұрын
What you are suggesting might work. ALternatively, instead of a plus sign between the first and last name, you can include "%20" (without the quotes). %20 is whitespace urlencoded.
@freelanceprofits702 жыл бұрын
@@IntegratePro Thanks for getting back to me! so your saying this ?email=%EMAIL%&name=%FIRSTNAME%20%LASTNAME%&external_user_id=%EMAIL%&send_offer_grant_email=true
@IntegratePro2 жыл бұрын
@@freelanceprofits70 Almost ... ?email=%EMAIL%&name=%FIRSTNAME%%20%LASTNAME%&external_user_id=%EMAIL%&send_offer_grant_email=true
@mjmraymond2 жыл бұрын
Can this be connected to stripe instead of thrivecart and have the set up still be the same? I have activemember360, AC, and learndash. Purchase is made through stripe on a clickfunnels landing page.
@Cheryl.Spencer2 жыл бұрын
Are you still using this setup? (The Referrer Analytics plugin hasn't been updated in 2 years.)
@IntegratePro2 жыл бұрын
Haven't used it in awhile. Thanks.
@marie-claudetrottier47322 жыл бұрын
Is it still acurate... it's not working for me ! :(
@IntegratePro2 жыл бұрын
I haven't checked recently... can't say for certain.
@viberoom-tj2 жыл бұрын
Hi there. This is great. Is this tool still valid? I have tried using the link however there is no HTML block incorporated on my cart page. I have tried adding an HTML block using the Thrivecart feature set, however this results in loss of only partial content below the Wistia video (which is playing minus the thumbnail I have included in wistia)...
@IntegratePro2 жыл бұрын
This works for the ThriveCart template I provided, thrivecart.com/share/sgbxy1i/. Doubtful it works for other templates without some modifications.
@viberoom-tj2 жыл бұрын
@@IntegratePro thanks. Yes I’ve tried with thrivecart tho thanks. 👍🏼
@viberoom-tj2 жыл бұрын
@@IntegratePro Although I can't solve the thumbnail piece, I have simply placed all my content under the contact capture details, for simplicity, and all content is hidden. Thanks...
@kerryford60302 жыл бұрын
this is way too fast.. where are you pulling the custom HTML from ? the sales page? where??/
@IntegratePro2 жыл бұрын
@kerry ford see the video from 1:14 - 1:49. The custom HTML code is generated at integratepro.com/vimeo/
@nileemakhan2 жыл бұрын
can i remove upsell if the bump offer is already taken? thanks for the video!
@sophiemulders2 жыл бұрын
hi could you do a updated version? i really would like to add a tag when they cancel AND remove a few tags AND empty the date fields from calendly etc. i managed to ad a tag when they cancel but all the calendly data stays in the contact.
@franci-uz2 жыл бұрын
Can I upload my own video to thrive cart? (checkout page?) how about animated gifs? Thanks :)
@IntegratePro2 жыл бұрын
@UCKS No you can not upload video to ThriveCart - have to use embed code from your video hosting provider. You can upload images to ThriveCart - presumably animated gifs will work.
@EntrepreneursonBikes2 жыл бұрын
Stupid that this doesn't happen by default.
@effortlesslaunch2 жыл бұрын
Hello, do you still have a copy of the spreadsheet? The link in the description isn't working.
@KitesurfingAcademy2 жыл бұрын
Hey man! Thank you so very much for this video! I learned a bunch of nifty useful tricks and tools in addition to the GOALS! A pleasure to learn from a pro! Thanks!!!
@monsieurbbq2 жыл бұрын
Can we edit your template by adding text, photo, etc.? or should no item be added? I use your template and when I put the code for the upsell so that the button appears, everything is hidden and everything is displayed after the indicated number of seconds..
@adamschneller3922 жыл бұрын
I’m finding the exact same thing is happening now. I wonder if it no longer works?
@monsieurbbq2 жыл бұрын
Is it normal that the code hides the entire page? I thought the code was hiding the button only... Thanks!
@IntegratePro2 жыл бұрын
No. The code only hides the button... it work with this ThriveCart template thrivecart.com/share/sgbxy1i/ that I listed here integratepro.com/thrivecart-video/
@gardenprojectacademy2 жыл бұрын
This video helped so much, thank you!
@graphicsforcoaches2 жыл бұрын
This is great! Is there a way this can be done on Thrive Architect when embedding a TC checkout or upsell?
@IntegratePro2 жыл бұрын
This is only for the ThriveCart hosted checkout pages.
@AdrianLeaLife2 жыл бұрын
Very helpful. Thank you 🙂
@graphicsforcoaches2 жыл бұрын
This is brilliant!
@CAFEDELMAR742 жыл бұрын
Hi there, Is there a way how to set up an automation that sends an email for Activecampaign contacts who have submitted a google form without using Zapier?
@JermaineShotta2 жыл бұрын
This video did n to help, still lost and confuse.
@mysoulmeditate2 жыл бұрын
How did you put them on then on a list please as I am struggling with this
@IntegratePro2 жыл бұрын
First you connect your email service to ConvertBox: support.convertbox.com/knowledge-base/integrating-with-activecampaign/ then you integrate: support.convertbox.com/knowledge-base/form-actions-and-integrations/#:~:text=Default%20integrations (see the Default integrations section).
@markstulzer2 жыл бұрын
Brilliant - thanks.
@michaelmccrimmon2 жыл бұрын
it's 2022... and I still learned from your great tutorial! Thank you!
@JoshuaBelanger3 жыл бұрын
Awesome!
@melindariley49933 жыл бұрын
I am so lost. After the zip downloads to my computer... where do I upload it?
@IntegratePro3 жыл бұрын
Hi Melinda, Sorry for the confusion. You will need to create a subdirectory on your web server (not Wordpress). I suggest calling it "expiring-links". Then upload the index.php file that is in the zip file you downloaded to your computer. Does that make sense?
@melindariley49933 жыл бұрын
@@IntegratePro I'm sorry I am still lost and confused. Can I give you a quick background story? So, I want to attach a link to my automations in active campaign that will expire in 7 days. Once the link is pressed, it will direct my customers to a specific website that I created using google domains. Once my first trigger goes off (customers clicking the link in the email) I want that link to only work for 7 days for that customer who received the email. So, I am not sure where the "web server" comes into play? or even what a web server is.
@melindariley49933 жыл бұрын
Also...for the "Redirect Before URL" and "Redirect After URL", I created 2 website pages for each one. So I just want to make sure that those websites I make work.
@IntegratePro3 жыл бұрын
@@melindariley4993 This might not be a good solution for you if you are not familiar with a web server (where you website is hosting). An alternative, paid, solution that doesn't require installing a script like the one created here is Deadline Funnel.
@melindariley49933 жыл бұрын
@@IntegratePro Isn't my web server google domains?
@ChrisPenny1013 жыл бұрын
I noticed that you can use "Segment the contacts entering this automation" advanced settings, and remove "Not currently in automation". Is this maybe a better way?
@IntegratePro3 жыл бұрын
Probably. In general, I don't like to use the "Segment the contacts entering this automation" because I likely will not remember that I did something like that a few months later. Yes, I could investigate the automation, but find it easier to keep things relatively simple.
@ChrisPenny1013 жыл бұрын
@@IntegratePro makes sense. I also had an automation with no entry point and so had to use your way.
@ChrisPenny1013 жыл бұрын
Thanks for this! Just what I needed for better contact scoring. :)
@jasmintremblay20833 жыл бұрын
Thank you! I didn't want to take Zapier's paid package for that! It works very well
@IntegratePro3 жыл бұрын
Great. Glad this works for you.
@WillGibbons3 жыл бұрын
Excellent! Thanks. I couldn't figure out the part where you can have lead pages use the form from active campaign.
@IntegratePro3 жыл бұрын
Hi Will, see the video at ~2 minute mark showing how to use the ActiveCampaign form with LeadPages. You will need to create a form in ActiveCampaign prior to integrating with LeadPages.
@WillGibbons3 жыл бұрын
@@IntegratePro Thanks... I guess my comment was confusing. I'm saying that you helped me solve that part. Until I found this video, I could not find out how to use the form integration.
@IntegratePro3 жыл бұрын
@@WillGibbons Perfect! Even better.
@tommydavies32743 жыл бұрын
I can't get this to work. After unzipping, it just shows the index.php file.
@IntegratePro3 жыл бұрын
You will want to upload that file to a subdirectory on your site.