Questions tagged [hubspot]

HubSpot is a company that develops and markets a software-as-a-service product for inbound marketing, also called HubSpot. The software has features for social media marketing, email marketing, content management, web analytics, and search engine optimization, among others.

HubSpot is a company that provides a software-as-a-service product for inbound marketing, also called HubSpot. It includes tools for social media marketing, email marketing, content management, analytics, landing pages, and search engine optimization, among others.

The HubSpot suite of online tools has three primary applications: Content management tools for creating or managing blogs, templates, forms and landing pages; Exposure optimization applications that help the content be found, such as through search engine optimization; and Lead tracking and intelligence tools, which track and manage e-mail marketing, customer interactions, qualified prospects, reports and analysis.

HubSpot has integration features for salesforce.com, SugarCRM, NetSuite, Microsoft Dynamics CRM, and others. There are also third-party services, templates and extensions that can be downloaded through the HubSpot App Marketplace.

470 questions
-1
votes
1 answer

Add Drift and Hubspot(third party JS) to AMP pages

is there an official way or case study of how to add external marketing tools, like trackers(hubspot), bots(drift), etc, to basic AMP pages generated in a WordPress setups using the official AMP plugin? The idea of AMP is to filter JS, but for…
Kenneth Bregat
  • 359
  • 3
  • 14
-1
votes
2 answers

Translating Node JS request to an API to React Fetch syntax

I am writing an app in React-Native that makes a request to the Hubspot API. This has given me issues, as I initially attempted to make the request using the Node JS request module, which does not work with React Native when using Expo. I am now…
-1
votes
2 answers

How to deserialise JSON from HubSpot

I am having trouble deserializing JSON received from HubSpot ContactList API. I am using Restsharp and NewtonSoft, and I'm having real struggles understanding how to correctly define the required classes in order to deserialize the JSON string,…
Swanne
  • 88
  • 9
-1
votes
1 answer

HubSpot Design - Change background color of template

I have a template that I'm partially customizing for our landing pages in HubSpot. I want the background to be simply white, it currently appears to be a grayish gradient (see screenshot). The current code is: /* ----- Structure & Design -----…
le_tay
  • 3
  • 3
-1
votes
3 answers

Async issues when using JavaScript for API calls and writing data to file

I'm trying to get data from Hubspot and write the JSON it returns to a file. I'm specifically using this package https://www.npmjs.com/package/hubspot because it has a built-in failsafe for Hubspot's rate limits. Unfortunately, I haven't been…
bkula
  • 541
  • 3
  • 10
  • 22
-1
votes
1 answer

Write JSON from Hubspot Analytics API into a Google Spreadsheet - using google app scripts

I need your help. I'm trying to get analytics data from my Hubspot account into a Google Spreadsheet, so I can make some calculations with it and feed it into a Google Data Studio Dashboard. I'm making requests to Hubspot's Analytics API, which…
-1
votes
1 answer

Pass url parameters to a embedded forms/iframes on landingpages

I want to pass url parameters (hidden fields) to iframe/embedded forms on our Hubspot landing pages. The url parameters I want to pass to the Typeform are utm_source, email and referralcode. An example of a page I'm currently working on:
Hajo de Bel
  • 11
  • 1
  • 1
-1
votes
1 answer

How to add Logo Carousel in Hubspot?

How to add this http://www.hubspot.com/style-guide/components#logo-carousel client logo carousel section on the website?
subindas pm
  • 2,668
  • 25
  • 18
-1
votes
1 answer

How to iterate through "nameless" JSON entries in Python?

I have some JSON data from the HubSpot CRM API which, after doing some pagination using Python Code essentially looks like this: [ { "dealId": 18039629, "portalId": 62515, "isDeleted": false }, { "dealId": 18040854, …
gotmike
  • 1,515
  • 4
  • 20
  • 44
-1
votes
1 answer

How can i embed an external form in a hubspot landing page?

I have been trying to embed an external form on my hubspot landing pages. Can anyone please tell me how to go about it.
-1
votes
1 answer

Hubspot to use CTA button in Custom HTML module?

My google search show a way to insert CTA button into a web page but not showing how to insert into a Custom HTML module. If you know how to, please share.
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
-1
votes
1 answer

Prevent hubspot form submission - jQuery validation

I would like to prevent submission if form is not valid and to print some error message if possible, here's what I have so far: btw "link to the current page" is defined in php hbspt.forms.create({ css: '', portalId:…
Darko
  • 920
  • 10
  • 22
-1
votes
1 answer

How do I correctly switch from an A record to a CNAME?

I have these settings in my zone file and I want to add a CNAME for my web traffic to use instead. Do I delete these A records, or do I edit them to work with my new CNAME below? (xxx.xxx.xx.xx is my old server IP which I will no longer be…
NotAnotherCliche
  • 381
  • 1
  • 4
  • 18
-1
votes
1 answer

Media Query for Page Whose Content Is not Full Width

We are pulling code from one of our websites (which has full width content) and attempting to use a similar media query on a different site whose content includes empty sidebars. The main issue is that in mobile views, our page maintains those…
macsauce
  • 11
  • 5
-2
votes
1 answer

How to pre-fill Hubspot form fields using local storage in React

I have a React application where all webforms are integrated with Hubspot. My goal: I want to pre-fill following fields on every webform based on logged in user credentials(using local storage) firstname lastname email By using the form id I…
syed1234
  • 761
  • 5
  • 12
  • 30
1 2 3
31
32