Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Quicksilver 4-Legged-Finisher Details #510

Open
11 of 16 tasks
deezone opened this issue Mar 31, 2016 · 2 comments
Open
11 of 16 tasks

Quicksilver 4-Legged-Finisher Details #510

deezone opened this issue Mar 31, 2016 · 2 comments
Assignees

Comments

@deezone
Copy link

deezone commented Mar 31, 2016

For the 2016 4-Legged Finisher campaign, the following values are needed in the Quicksilver message payload:

  • activity
  • activity_timestamp
  • application_id
  • user_language
  • user_country
  • birthdate_timestamp
  • email
  • mailchimp_list_id
  • email_template
  • email_tags
  • merge_vars =>
    FNAME
    CANDIDATE_NAME
    CANDIDATE_LINK
    }
  • mobile
  • mobile_opt_in_path_id
  • mobile_tags
  • candidate_id
  • candidate_name

Based on the test message - 31 March 2016

Array
(
    [first_name] => Doood
    [birthdate_timestamp] => 656812800
    [user_country] => US
    [candidate_id] => 118
    [candidate_name] => Adell Murray
    [merge_vars] => Array
        (
            [FNAME] => Doood
            [CANDIDATE_NAME] => Adell Murray
            [CANDIDATE_LINK] => http://www.catsgonegood.com/candidates/adell-murray
            [GENDER] => F
        )

    [user_language] => en
    [email] => oidajsiodjaiodjoi@example.com
    [subscribed] => 1
    [email_template] => mb-cgg2015-vote-US
    [email_tags] => Array
        (
            [0] => votingapp
            [1] => 118
            [2] => GENDER_F
        )

    [mailchimp_list_id] => f2fab1dfd4
    [application_id] => CGG
    [activity] => vote
    [activity_timestamp] => 1459441185
)

Related Trello Card:
https://trello.com/c/kAkowtMi

@deezone deezone assigned deezone and DFurnes and unassigned deezone Mar 31, 2016
@deezone
Copy link
Author

deezone commented Mar 31, 2016

application_id => VotingApp
mobile_opt_in_path_id => 142529

  • email_template => mb-VotingApp2016-US OR mb-VotingApp2016-XG

Note:

  • "xg" = country code for "global" based on ISO 3166-1 alpha-2 codes. "xg" is" User-assigned: free for assignment at the disposal of users.
  • stopped using "gl" as that's the country code for Greenland

@DFurnes
Copy link
Contributor

DFurnes commented Apr 1, 2016

Great! Thanks @deezone!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants