The Yahoo! integration exports customer segments for advertising purposes.
You can upload user id through Partnermatch API
You can upload User and Audience Attribute to Yahoo!
Consumers expect a seamless online experience, whether they’re shopping, banking, reading the news, gaming, or watching videos, no matter where they are or what device they’re using. Yahoo! content delivery network (CDN) is trusted by some of the world's largest brands for online banking, e-commerce, and media distribution because it offers high quality, performance, reliability, and scale that improve the customer experience and increase loyalty.
Yahoo! helps you:
Match your customer base with the fan base of Yahoo! to deliver the best personalized experience.
Synchronize the segments created on TD with Yahoo!, including custom attributes to provide better categorization and build performant campaigns.
Basic Knowledge of Treasure Data.
Basic knowledge of Yahoo! DataX API
The DataX API performs in an asynchrony manner, all operations from the connector take effect ranging from 30 minutes to more than a day. If you need to download the job result contact TD support.
Yahoo! & Provider limitations:
100 API calls per hour
5GB zipped file upload limitation
TD does not support watching the status of the upload segments. You can watch the status by reviewing the TD log.
Contact Yahoo! Support for your MDM ID.
In Treasure Data, you must create and configure the data connection prior to running your query. As part of the data connection, you provide authentication to access the integration.
Open TD Console.Navigate to Integrations Hub > Catalog.Search for and select Yahoo!.Select Create Authentication.Type your MDM ID. For example, OH224.Type a name for your connection.Select Done. |
Parameter | Values | Description |
---|---|---|
Mode | Values are:
| Choose the upload mode
|
URN Type | Values differ depending on the mode you have selected. Example types are:
| Values differ depending on the mode you have selected. Uniform Resource Name (URN) identifies a resource or unit of information independent of its location. URNs are globally unique, persistent, and accessible over the network. Yahoo! syntax for an urn: "urn":{string}, "seg":[{"id":{string},"ts":{number},"exp":{number}}] For example, {"urn" : "99ff2333f3fe7659c38b3674bc927f32", "seg" : [{"id":"OH224"}]} |
Target Segment ID | if Audience mode is selected. | ID of the target Segment. This combines with optional fields in the query result: seg_exp, seg_ts |
GDPR | if Audience mode is selected. | General Data Protection Regulation (EU GDPR) |
Dry Run | if Taxonomy is selected | Enable to verify if the synchronization is expected without updating the current Taxonomy. |
Column name | Type | Required | Description |
---|---|---|---|
String | Yes | this column accepts plain text emails or SHA256 Hashed emails. Plain text email will be hashed before sending to Yahoo! server | |
PXID | String | Yes |
Query example
select 'abc@tese.com' as email, 'abc' as pxid UNION ALL SELECT 'abc123@tese.com' as email, 'a12bc' as pxid UNION ALL SELECT 'abcadcc@tese.com' as email, 'ab1231c' as pxid |
Column name | Type | Required | Description |
---|---|---|---|
urn | String | Yes | Values match your selected URN Type. Plain text email will be hashed before sending |
<attribute_id> | Any type | Any attribute id defined in your Taxonomy. E.g. Age, Country, G123... You can have multiple attribute ID selected in your query | |
seg_ts | Long | Timestamp associated with the urn | |
seg_exp | Long | Expiration time associated with the urn | |
att_ts | Long | Timestamp associated with the attribute | |
att_exp | Long | Expiration time associated with the attribute |
Query example
SELECT urn, CT01, GEN, seg_ts, seg_exp, att_ts, att_exp FROM audiences |
Column name | Type | Required | Description |
---|---|---|---|
parent_id | String | Yes | Null value indicates Root taxonomy |
id | String | Yes | Required value and must be unique across the entire company. |
name | String | Yes | A human friendly equivalent of "id" |
type | String | Yes | Current supported types are: SEGMENT, ATTRIBUTE |
description | String | ||
att_type | String | Attribute type. Current possible values are: ENUM, DATETIME, ZIPCODE, NUMBER, STRING. For more detail, refer to this external reference: https://developer.yahooinc.com/datax/guide/taxonomy/taxonomy-rep/. | |
att_values | String | Attribute values. Mandatory for ENUM and NUMBER types. Examples:
| |
gdpr_mode | String |
Column name | Type | Required | Description |
---|---|---|---|
urn | String | Yes | Values match your selected URN Type. Plain text email will be hashed before sending |
You can use Scheduled Jobs with Result Export to periodically write the output result to a target destination that you specify.
Within Treasure Workflow, you can specify the use of this data connector to export data.
Learn more at Using Workflows to Export Data with the TD Toolbelt.
Name | Type | Required | Description |
---|---|---|---|
type | String | Yes | verizon_media |
mdm_id | String | Yes | Your company MDM ID |
upload_mode | String | Yes | PARTNER_MATCH, TAXONOMY, AUDIENCE_UPLOAD, OPT_OUT |
urn_type | String | Yes | Apply for Audience upload only |
partner_match_urn_type | String | Yes | Apply for Partner Match mode only |
opt_out_urn_type | String | Yes | Apply for Opt-out mode only |
target_segment_id | String | Upload audiences to this segment | |
gdpr | Boolean | Default true | |
taxonomy_dry_run | Boolean | Verify the Taxonomy upload job run only (without changing actual data). Default false |
_export: td: database: td.database +verizon_media_export_task: td>: export_verizon_media.sql database: ${td.database} result_connection: verizon_media result_settings: type: verizon_media upload_mode: audience urn_type: Email |