You can write job results directly to your Twitter Tailored Audience.
This topic includes:
Table of Contents | ||
---|---|---|
|
Prerequisites
Basic knowledge of Arm Treasure Data, including the toolbeltthe TD Toolbelt.
A Twitter Ads Account or an account with Ads Manager role.
Authorized Treasure Data Twitter app access to your Twitter Ads Account
Create a
...
New Connection
From TD Console, navigate to the catalog in the Integrations Hub. Search for and select Twitter Tailored Audience.
...
Select Create Authentication. The following dialog opens.
...
Select an existing OAuth connection for Twitter, or click select the link under OAuth connection to create a new one.
Create a
...
New OAuth
...
Connection
Log into your Twitter account in the browser (if you haven’t logged in previously) and grant access:
Or grant access to the Treasure Data app when you are already logged in.
You will be redirected back to Treasure Data Connections. Repeat the first step (Create a new connection) and choose your new OAuth connection.
You can give a name to your newly created connection and save it for later use.
Configure
...
Output Results
Check Output results at the top of your query editor and select your Twitter Tailored Audience connection as follows:
There are several parameters to edit:
Twitter Ad Account ID (required): This is your Twitter Ad Account ID. See Appendix C for getting account id.
Tailored Audience Name (required): Name of Tailored Audience list to create.
Important note: If you have many Tailored Audience lists with similar names as this input, the latest Tailored Audience Name will be used. We recommend that you give your Tailored Audience list a unique name.
- Important note: You cannot use audience names that are associated with deleted audiences. When creating a new audience, you will receive an error message if you attempt to reuse a name that is associated with a deleted audience.
Audience type (require): Type of entry in the list. It is one of email, id, device id, or handle.
No need to normalize and hash records (default false): Indicates whether the data has already been normalized and hashed. If not, TD automatically normalizes and hashes the records.
- Skip on invalid records (default false): Indicates whether invalid records should be ignored.
- Mode (Default Update):Operation type being performed (Update or Delete)
Retry limit (optional, default 6): Number of retries before it gives up.
Initial intervals in milliseconds between retries (optional, default 10000): Interval to retry if a recoverable error happens (in millisecond).
Maximum intervals in milliseconds between retries (optional, default to 32000) : Maximum time in milliseconds between retrying attempts.Skip on Invalid Records? Ignore invalid records/errors and continue loading other records
Here is a sample configuration:
...
Write the Query to
...
Populate a Tailored Audience List
We support the creation of a new Tailored Audience list.
On the Treasure Data console, run the following query with Output results into a connection of Twitter Tailored Audience (see Appendix A for more details of column naming):
Code Block | ||
---|---|---|
| ||
SELECT email FROM ( VALUES ('demo1@example.com'), ('demo2@example.com'), ('demo3@example.com') ) tbl (email) |
...
The query should complete in a few seconds. Check the Twitter Audience Manager for your new list:
Twitter takes up to 24 hours to validate your newly created list. Therefore, the list will show the status as “Processing”.
Status changes to “Ready” (or an error if the list is not valid) within the next 6 to 8 hours.
Appendix
Tailored Audience
...
Data
The Output result needs to follow the Twitter Tailored List data specifications here. We support single column, single type.
...
The conversion below is actually applied per type in our result output for normalization.
Email Addresses : Lowercase, remove leading and trailing spaces; ex: support@twitter.com
Twitter User Name : No @, lowercased and leading and trailing spaces trimmed; ex: jack
Twitter User IDs : Standard integer; ex: 143567
Device IDs : Lower-cased with dashes (IDFA), original format on device, not capitalized with dashes (AdID) and original format on device, not capitalized without dashes or spaces (Android ID); ex: 4b61639e-47cc-4056-a16a-c8217e02946 and af3802a465767e36
After normalization, the data must be hashed using SHA256, without a salt. Additionally, the final output hash must be in lower case. E.g.,
For example,
49e0be2aeccfb51a8dee4c945c8a70a9ac500cf6f5cb08112575f74db9b1470d and not 49E0BE2AECCFB51A8DEE4C945C8A70A9AC500CF6F5CB08112575F74DB9B1470D
Twitter Ads Account
...
Information
Access to an Ads Account is the pre-requisite to create the Tailored Audience List. The account ID can be retrieved from the Account Settings Page
...