B2B Marketing Automation by Salesforce
Questions tagged [pardot]
110 questions
1
vote
0 answers
Tag not firing on Pardot form in iFrame
I'm trying to set up conversion tracking for Pardot forms set up in iFrames. I've added the HTML code to the forms thank you page and set up 2 tags in Google Tag Manager. It looks like my second tag is not firing and I'm not sure why. I will post…

HBrook
- 11
- 2
1
vote
1 answer
Post request to Pardot FormHandler with Axios, CORS issue
I am trying to do post request with Axios to Pardot FormHandler, but couldn't send the data. Pardot throws CORS error. I did some search and it's looks like pardot form doesn't take any data that is coming from Axios/Ajax. So to prevent this, I…

firefly
- 876
- 2
- 15
- 42
1
vote
0 answers
Submit Pardot form handler with React and Gatsby
I'm using a Pardot form handler to submit custom forms in Gatsby/React. I also want success/failure messaging for the user so I want to update the UI based on what the Pardot server sends back.
Pardot uses JSONP to submit form data, which is fine,…

Josh Smith
- 345
- 2
- 5
- 24
1
vote
1 answer
How to properly implement a JSONP form post submission on a Gatsby site
I've got a site, created with Gatsby. There is a form on one of the pages, and it needs to post to an endpoint that doesn't support CORS, but does support JSONP.
I've written the event handler like this, using jsonp:
const handleSumbit = async…

McB
- 1,082
- 1
- 18
- 36
1
vote
1 answer
Pardot Visit query API - generic query not available
I am trying to extract/sync data through Pardot API v4 into a local DB. Most APIs were fine, just used the query method with created_after search criteria. But the Visit API does not seem to support neither a generic query of all visit data, nor a…

tibor
- 100
- 11
1
vote
1 answer
How do I populate a default value for a UTM parameter when a value is undefined?
I have been collecting UTM parameters and using the values to populate form fields successfully for some time. Instead of defaulting to a blank or null value if my utm_source is blank, I would like to provide a default value for utm_source of…

Peter Keiller
- 11
- 2
1
vote
1 answer
Pardot API - return JSON instead of XML
I'm using GuzzleHttp to send requests to Pardots API.
class PardotIntegration {
private $client;
private $apikey;
public function __construct() {
$this->client = new \GuzzleHttp\Client();
}
public function…

good_afternoon
- 1,529
- 1
- 12
- 41
1
vote
1 answer
Unable to install R package paRdot from Github
Trying to install paRdot package in R version 3.5.0 . I have tried creating a new library as well.I get the error as below
devtools::install_github("demgenman/paRdot")
Downloading GitHub repo demgenman/paRdot@master
from URL…

Eric
- 11
- 2
1
vote
5 answers
Pardot API to retrieve all records from Prospect table
I'm using Talend to issue API call to Pardot and retrieve records from Prospect table.
This gives me just 200 records.
Can anyone suggest a way to retrieve all the records available in this table.
Or how to loop over and retrieve records in chunks…

Yathin
- 61
- 5
1
vote
0 answers
Remove unwanted Symbol from Pardot Landing Page using Wordpress Page Code
Trying to remove Euro symbol from button on Pardot landing page (see link below), code for header came from our Wordpress page and using Pardot to host the landing page. Below is the section of code referencing this area.
This does have

user10230222
- 11
- 1
1
vote
1 answer
Pardot Salesforce Python API
I'm having this requirement to get data out from Pardot Saleforce objects using Python API.
Can someone please share any available snippets to get data from all the Pardot objects(tables) using Python.

Yathin
- 61
- 5
1
vote
1 answer
100% width but without unique class [CSS]
I am trying to code a form to include a Yes/No question at the end but ignore the 2 column structure the rest of the webform is built with.
Here is the form: http://www2.idioplatform.com/l/20742/2018-01-03/59bg11
I cannot change the HTML structure…

Balint Sipos
- 119
- 1
- 1
- 6
1
vote
1 answer
How to set up webhook in Pardot?
I want to send POST request from Pardot to our website when a Prospect is opt out from a list. We had our application integrated with mailchimp before and in mailchimp it is easy to set up webhook on certain activity like subscribe, unsubscribe…

Mitsu Chatrola
- 11
- 4
1
vote
0 answers
Submitting GA UTM Variables to Pardot via Form Handler
Has anyone ever managed to get GA UTM tracking variables into Pardot via the API? If you use the iframe, then all of the GA variables are picked up automatically, but when you submit directly via a form handler, the information doesn't get set…

Tim
- 4,217
- 1
- 15
- 21
1
vote
1 answer
Pardot form - inline button form in OptinMonster
I am attempting to place in an HTML pardot form into optinmonster in their floating footer option.
I'd like to have all three fields inline, which are represented, but have the button inline as well. Can someone please help me place the button…

AchieveIt Social
- 11
- 1