ARTICLE
Data Extraction Made Easy: Using AI to Populate Missing Company Information
AI
CHATGPT
ELOQUA
MARKETING AUTOMATION

Data Extraction Made Easy: Using AI to Populate Missing Company Information

  1. The Power of AI in Data Enrichment
  2. Check out how ChatGPT improved our dataset accuracy from 42% to 91%!

Leveraging AI for Data Enrichment with ChatGPT

Have you ever been faced with a mountain of data, only to realize that some of the fields are missing valuable information? If so, you’re not alone. As marketers, we rely heavily on data to make informed decisions, but sometimes that data can be incomplete or inaccurate. Fortunately, there is a solution: artificial intelligence.

Recently, we were approached by a client at Ivenium Marketing with a problem that’s all too familiar – missing information on their list of companies. They had the basics, but the essential information like industry, revenue, and headcount were missing. In the past, filling these gaps would have required hours of tedious manual work or a pricey investment in data append services. Instead, we decided to put AI to the test.

Using some AI wizardry, we automated the entire process, providing our client with the missing data in record time. While the results weren’t 100% perfect, they were still incredibly helpful. Who knew our machines could play detective and dig up such useful information?

The Power of AI in Data Enrichment

If you find yourself in a similar situation, don’t spend your valuable time on laborious data-entry tasks. Let us show you how AI can turn a headache into a breeze and even provide you with some entertainment along the way. And the best part? You can achieve impressive results for a fraction of the cost of traditional data append services.

We provided ChatGPT with a clear prompt to fill in missing information in our dataset. Specifically, we had several CSV files containing values for Industry, Sub-Industry, Company Size, and Company Revenue.

Prompt: I need you to fill in missing information in our dataset. Specifically, we have several CSV files containing values for Industry, Sub-Industry, Company Size, and Company Revenue. Please use the files to fill in missing values for these columns in our dataset. 

As for the Website column, we don’t have specific instructions for how to populate it, so please use your best judgement and skills to fill in this information. 

I’m going to load the CSV files now so you can get started. 

ChatGPT: Sure, I’m ready to assist you with filling in the missing information in your dataset. Please go ahead and load the CSV files, and I’ll get started on processing the data to fill in the missing values. 

Prompt: Can I upload the files here? 

ChatGPT: Sure, here’s a summary of the possible ways a user can share CSV files with ChatGPT: 

1. Copy and paste the contents of each file into our chat window if the CSV files are small enough*

*Copy and paste these CSV files into the chat windowlike it's 1999! Sure, it might take a bit longer, but ChatGPT will appreciate the personal touch. Plus, it's the best way to ensure your data doesn't end up floating in cyberspace like an astronaut's sock.

2. Email the CSV files to yourself and then provide the information needed to access the files to ChatGPT*

*Well…don't give ChatGPT access to your email unless you want it to start sending emails to all your contacts with subject lines like 'I am a robot, beep bop!' and 'Greetings, fellow humans!'. Trust us, your reputation will never recover.  

3. Upload the CSV files to a cloud storage service such as Google Drive, Dropbox, or OneDrive and then share the link to the file with ChatGPT* 

*Warning! If you give ChatGPT a link to a publicly accessible file, it might stare at it blankly, scratching its virtual head, and wondering why the file does not magically appear in its chat window. Remember, ChatGPT can't upload files to the cloud and links can be a tricky business. So, let's stick to plain old copy-pasting, shall we?

Check out how ChatGPT improved our dataset accuracy from 42% to 91%!

For the purposes of this article, we limited the sample size for this AI-powered data enrichment to just 30 companies to stay within the query limit. We chose to use publicly available data from Wikipedia to build our dataset of companies and their corresponding industry, sub-industry, company size, company revenue, and website.

It's quite possible that ChatGPT's performance will vary with larger datasets or different types of data. But based on what we've seen so far, I'm pretty impressed with its capabilities. Ready to see how ChatGPT performs when put to the test Buckle up because the results may surprise you.

Our initial data set had a fill rate of only 42%,meaning that more than half of the cells were empty. The existing field values were accurate, but missing data was considered invalid. We provided ChatGPT with standard, picklist values for industry, subindustry, company size, and company revenue, which it used to fill in the gaps.

After applying the AI algorithm, we were delighted to see a significant boost in our dataset’s fill rate, resulting in a remarkable 100% rate. However, we must acknowledge that our accuracy rate is 91% due to some errors and non-standard values that were provided within the response. Nevertheless, the progress we made was substantial and proved to be a great time and effort saver compared to manual methods of filling in missing data. 

CASE 3 – Level: Intermediate – Identifying web page source from Eloqua form submissions

The Topliners query was about the possible ways to identify the web page from which an Eloqua form submission is happening.

Prompt: I have an Eloqua form which is being used across multiple sites. What are the possible ways to identify the web page from which the Eloqua form submission is happening?

ChatGPT: There are a few ways to identify the web page from which the Eloqua form submission is happening:

1. Referrer URL: When a user submits an Eloqua form, the referrer URL is sent along with the form data. The referrer URL is the URL of the page from which the user came to the form. You can capture and analyze the referrer URL to determine the web page from which the form was submitted.

2. Hidden form fields: You can include a hidden form field on the Eloqua form that captures the URL of the web page from which the form was loaded. You can use JavaScript to dynamically populate this hidden field with the URL of the page.

3. Query string parameters: You can add a query string parameter to the URL of the Eloqua form when it is loaded on a web page. This parameter can contain information about the web page, such as the page title or ID. When the form is submitted, the query string parameter will be included in the form data, allowing you to identify the web page.

4. Integration with Google Analytics: If you are using Google Analytics to track web traffic, you can integrate Eloqua with Google Analytics to capture the web page information. When a user submits an Eloqua form, the Google Analytics tracking code can capture the web page data and send it along with the form data to Eloqua.

Prompt: Can you please provide me with an example JavaScript that can be used to populate the hidden field with the URL when the form is loaded on the page?

ChatGPT: Sure, here is an example JavaScript code that you can use to populate a hidden field with the URL of the web page from which the Eloqua form was loaded:

pic

In this example, you would need to add a hidden input field to your Eloqua form with an ID of “hidden-url-field” (or whatever ID you prefer), like so:

pic

When the Eloqua form is loaded on a web page, the JavaScript code will retrieve the URL of the web page using the window.location.href property, find the hidden input field by its ID, and set the value of the hidden field to the URL. When the form is submitted, the value of the hidden field will be included in the form data, allowing you to identify the web page from which the form was submitted.

We were particularly interested in implementing solution #2, which involved using JavaScript to populate a hidden form field with the URL of the web page from which the form was loaded. ChatGPT provided an example JavaScript code which could be used to accomplish this, and we were happy to confirm that the solution worked successfully. Good job ChatGPT!

Our comment: we were very impressed with how ChatGPT handled the query and provided a helpful solution. This is a great example of how AI can be used to provide assistance and solve problems for users in a variety of contexts (particularly technical ones).

Our score: 10 out of 10 (excellent!)

CASE 4 – Level: Intermediate – Exporting Lead Scores for Eloqua Contacts

Prompt: I need to export the lead score for all the contacts that we have in our Eloqua database for further analysis.

ChatGPT: To export lead scores for all contacts in your Eloqua database, you can follow these steps:

1. Log in to your Eloqua account.

2. Click on the “Contacts” tab in the top navigation menu.

3. Click on the “Advanced Search” button on the right-hand side of the page.

4. Set the filter criteria for your search. For example, if you want to export lead scores for all contacts, leave the filter criteria blank.

5. Click on the “Search” button to retrieve the list of contacts.

6. Click on the “Export” button at the bottom of the page.

7. Select the fields you want to export, including the lead score field.

8. Choose the file format for the export (e.g. CSV, XLSX, etc.).

9. Click on the “Export” button to generate the file.

10. Save the file to your computer for further analysis.

Prompt: Regrettably, the Lead Score fields cannot be found in the Contacts Table, making it impossible to incorporate them into the Segment…

In this case, we asked how to export lead scores for all contacts in their Eloqua database for further analysis. The initial response provided by ChatGPT suggested exporting the lead score field, but we corrected our AI partner saying that the lead score field was not available in the Contacts Table.

To solve the issue, ChatGPT suggested exporting related fields and calculating a lead score for each contact using a spreadsheet program. While this solution may not be as accurate as exporting the actual lead score field, it can still provide valuable insights into the engagement levels of contacts.

However, we then asked ChatGPT if it’s possible to use Eloqua Insight to get more in-depth information about lead scoring. ChatGPT correctly suggested using Eloqua Insight to create custom reports and dashboards based on Eloqua data.

More information about how to check the performance of your lead scoring model can be found here:

Our comment: this case exemplifies ChatGPT’s limitations in handling complex requests without sufficient detail or context. It also highlights the significance of complementing AI technology with human expertise to provide the most accurate and relevant answers.

Our score: 3 out of 10 (not particularly helpful)

CASE 5 – Level: Advanced – Extracting Eloqua Campaign Approval History 

In this case, a member of Topliners community asked about a possible workaround for collecting approval history for their clients' internal audits in Eloqua. The user had already investigated the Eloqua Approval tab, Audit Log, and different Analyses in Insight, but couldn’t find a solution.

Prompt: I’ve recently been working with clients who have a requirement on collecting approval history for their internal audit purpose. Currently, users can view the history of all campaign approvals on the homepage screen of Eloqua under the Approval tab but aren’t able to find a report to export this history anywhere. I’ve looked into the Audit Log as well as different Analyses in Insight but couldn’t find a solution. Does anyone have similar experiences and can share possible workarounds for this?

ChatGPT: One possible workaround for this could be to use Eloqua’s API to extract the approval history data and generate a report. The API can be used to fetch the approval history data for specific campaigns, as well as for specific time periods. You can use this data to generate a report in a format that meets your clients’ requirements.

To get started with using the Eloqua API, you can refer to the Eloqua REST API documentation. You’ll need to authenticate your requests using an API key, which you can generate from the Eloqua Administration page.

Once you have authenticated your requests, you can use the GET /assets/email/{id}/approvals endpoint to fetch the approval history for a specific email campaign. You can also use the GET /assets/campaign/{id}/approvals endpoint to fetch the approval history for a specific campaign.

Once you have fetched the approval history data using the API, you can use a scripting language such as Python or a data manipulation tool like Excel or Google Sheets to process the data and generate a report in the desired format. Alternatively, you can consider using a third-party reporting tool that integrates with Eloqua and provides more advanced reporting features than the built-in Eloqua reports. Some examples of such tools include Looker, Domo, and Tableau.

ChatGPT provided some initial solutions to extract approval history data for campaigns in Eloqua, such as using the Eloqua API and the Bulk API. However, when we validated the response against the official documentation, the specific endpoint suggested by ChatGPT for fetching approval history data was not available, neither in REST nor Bulk API. When we suggested using the Eloqua Firehose Service (which is the correct answer to this question) to extract the data, our AI conversation partner did not provide any further guidance on this solution.

Our comment: in this case, expertise of a technical Eloqua consultant (human) was necessary to answer the question as the available Eloqua API documentation did not provide sufficient detail to enable ChatGPT to distinguish between two different status fields. While ChatGPT initially provided some recommendations (irrelevant), it was ultimately the input from a human that helped to identify a suitable solution to the problem.

Our score: 0 out of 10 (misleading/irrelevant)

__________________________________________

AI and Human Expertise for Mastering Eloqua

While the AI assistant provided generally accurate information for common Eloqua questions, the Topliners community contains more specific implementation details and nuances from Eloqua experts and power users. AI can serve as a good starting point, but the forum remains an invaluable resource.

We hope you found this post on ChatGPT and Oracle Eloqua Topliners helpful and informative! At Ivenium Marketing we’re always looking for ways to support Marketing Automation teams, and we believe that ChatGPT (and other generative and transformative AI tools) can be a game-changer when it comes to finding quick, accurate answers to your questions.

We’d love to hear your thoughts on this post and the topics we covered. Did you find ChatGPT’s capabilities impressive? Have you had any experience using ChatGPT or other AI tools in marketing automation?

If you’re interested in exploring this topic more deeply, be sure to check out our upcoming blog posts on AI and its capabilities for the Marketing Automation industry. In our next posts, we’ll continue the interrogation of ChatGPT in various areas of marketing automation: Data Standardization processes, troubleshooting HTML code, fine-tuning Lead Scoring Models and other topics. We’ll cover Oracle Eloqua, Adobe Marketo Engage, Hubspot, Salesforce Marketing Cloud, Adobe Campaign, Salesforce Pardot.

Stay tuned for more content from us!

Keep on

ReadingReading
Get in touch and start growing your startup today
Book a free consultation
Measurable ROI
Black bullet point
Partner-driven
Black bullet point
Strategic Alignment
Black bullet point
Measurable ROI
Black bullet point
Partner-driven
Black bullet point
Strategic Alignment
Black bullet point
Measurable ROI
Black bullet point
Partner-driven
Black bullet point
Strategic Alignment
Black bullet point
Measurable ROI
Black bullet point
Partner-driven
Black bullet point
Strategic Alignment
Black bullet point
Measurable ROI
Black bullet point
Partner-driven
Black bullet point
Strategic Alignment
Black bullet point
Measurable ROI
Black bullet point