Copyright Google LLC. Supported by Google LLC and/or its affiliate(s). This solution, including any related sample code or data, is made available on an “as is,” “as available,” and “with all faults” basis, solely for illustrative purposes, and without warranty or representation of any kind. This solution is experimental, unsupported and provided solely for your convenience. Your use of it is subject to your agreements with Google, as applicable, and may constitute a beta feature as defined under those agreements. To the extent that you make any data available to Google in connection with your use of the solution, you represent and warrant that you have all necessary and appropriate rights, consents and permissions to permit Google to use and process that data. By using any portion of this solution, you acknowledge, assume and accept all risks, known and unknown, associated with its usage and any processing of data by Google, including with respect to your deployment of any portion of this solution in your systems, or usage in connection with your business, if at all. With respect to the entrustment of personal information to Google, you will verify that the established system is sufficient by checking Google's privacy policy and other public information, and you agree that no further information will be provided by Google.
Named after the automatic joining mechanism used between train cars, Tightlock is an open source tool that can be used to transport first-party data to Google ads platforms (e.g., Ads, Google Marketing Platform) via Google APIs.
Some examples of connections that are available through Tightlock are:
Tightlock serves as a cloud-agnostic pipeline tool to pull data from a variety of customer sources (e.g., BigQuery, Cloud Storage, S3 etc) for transfer into Google APIs.
You can learn more about Tightlock by watching this introduction video.
Tightlock runs on Docker, so it can be deployed virtually anywhere. You can find instructions below on running on local machines and deploying in GCP or AWS with Terraform. Similar Terraform installer for Azure is coming soon.
See Developer Workflow for detailed instructions for running Tightlock locally for development.
You can click the button below to start deployment of Tightlock in GCP. You can find detailed instructions for GCP deployment here.
For deploying in AWS, follow instructions here.
COMING SOON
Below, you will find simplified instructions for using Tightlock. For a more detailed guide, refer to this presentation.
The recommended way to configure connections in Tightlock is to link your backend instance in the 1PD Scheduler tool: https://1pd-scheduler.dev
In the tool:
Connections are the core concept of Tightlock. A connection is defined by a source of data, a destination (tipically, a Google API) and a schedule (or None).
You can create new connections by:
Directly using the 1PD Scheduler tool. Visit our Wiki for a detailed specification of Sources and Destinations
Using the Tightlock API, described below.
Tightlock communicates with https://1pd-scheduler.dev by using a REST API. This API can also be directly accessed by customers that are not interested in configuring the backend using the UI.
You can find a quick summary of the main actions that are available in the API.
Note: Bear in mind that the default deployment of Tightlock has a security measure of limiting the IPs that can call the API. If you want to use the API direclty, make sure to change this configuration or call the API using an internal IP address.
POST
/api/v1/configs
GET
/api/v1/configs:getLatest
GET
/api/v1/connection:{connection_name}
[!NOTE] By using this solution you agree for usage data to be collected automatically. If you don't want this information to be collected you can opt-out during installation or refrain from using the solution.
The information we collect includes:
Log and Usage Data: Log and usage data is service-related, diagnostic, usage, and performance information automatically collected when connections created in the Tightlock backend are run. This data may include non-personally identifiable information such as:
Type of destination being used (GA4MP, Google Ads EC4L etc);
Type of event (Conversion, Audience creation etc);
Number of succesful and unsuccessful hits for each run;
Redacted error logs;
Google Ads Platforms Resource ids (e.g. conversion action ids, floodlight ids, user list ids etc).
We do not collect any personal information such as email, name, or phone number.
We process your logs and usage data to identify aggregated trends and issues and to better understand how our solutions are being employed so we can improve them.