Where can I find the segment id of a tag in Mailchimp?Mailchimp API: Add subscribers to segmentsAdding Custom Merge Tags in Mailchimp API 3.0Where do I find the workflow id of an automation in Mailchimp?google script editor mailchimp - fetch segment subscriberMailChimp export api with static segmentMailchimp API v3.0 add subscriber to segment, not displaying in adminIs possible get segment by member in mailchimp API 3.0?MailChimp API v3: member count in saved segmentsMailchimp API - Getting segments for several lists at onceMailchimp api subscription with tag
Intersection Puzzle
CAST throwing error when run in stored procedure but not when run as raw query
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
Unlock My Phone! February 2018
I would say: "You are another teacher", but she is a woman and I am a man
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
Ambiguity in the definition of entropy
How do I gain back my faith in my PhD degree?
A category-like structure without composition?
Can compressed videos be decoded back to their uncompresed original format?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
Extract rows of a table, that include less than x NULLs
Should I cover my bicycle overnight while bikepacking?
Do UK voters know if their MP will be the Speaker of the House?
How could indestructible materials be used in power generation?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)
How to tell a function to use the default argument values?
Can a virus destroy the BIOS of a modern computer?
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
What about the virus in 12 Monkeys?
How can saying a song's name be a copyright violation?
What does the expression "A Mann!" means
Where can I find the segment id of a tag in Mailchimp?
Mailchimp API: Add subscribers to segmentsAdding Custom Merge Tags in Mailchimp API 3.0Where do I find the workflow id of an automation in Mailchimp?google script editor mailchimp - fetch segment subscriberMailChimp export api with static segmentMailchimp API v3.0 add subscriber to segment, not displaying in adminIs possible get segment by member in mailchimp API 3.0?MailChimp API v3: member count in saved segmentsMailchimp API - Getting segments for several lists at onceMailchimp api subscription with tag
I'm trying to use the Mailchimp API v3 to add tags to multiple subscribers. According to the Mailchimp API documentation, I need the segment id of the tag to do this. Where can I find this?
mailchimp mailchimp-api-v3.0
add a comment |
I'm trying to use the Mailchimp API v3 to add tags to multiple subscribers. According to the Mailchimp API documentation, I need the segment id of the tag to do this. Where can I find this?
mailchimp mailchimp-api-v3.0
add a comment |
I'm trying to use the Mailchimp API v3 to add tags to multiple subscribers. According to the Mailchimp API documentation, I need the segment id of the tag to do this. Where can I find this?
mailchimp mailchimp-api-v3.0
I'm trying to use the Mailchimp API v3 to add tags to multiple subscribers. According to the Mailchimp API documentation, I need the segment id of the tag to do this. Where can I find this?
mailchimp mailchimp-api-v3.0
mailchimp mailchimp-api-v3.0
edited Mar 8 at 23:57
Nicole Hemenway
asked Mar 8 at 22:30
Nicole HemenwayNicole Hemenway
465
465
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Found it.
1) Log into the Mailchimp API Playground
2) Click Lists, then Subresources, then segments.
3) Click on the relevant segment.
4) You'll see: "id: your_segment_id" under Details.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55071895%2fwhere-can-i-find-the-segment-id-of-a-tag-in-mailchimp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found it.
1) Log into the Mailchimp API Playground
2) Click Lists, then Subresources, then segments.
3) Click on the relevant segment.
4) You'll see: "id: your_segment_id" under Details.
add a comment |
Found it.
1) Log into the Mailchimp API Playground
2) Click Lists, then Subresources, then segments.
3) Click on the relevant segment.
4) You'll see: "id: your_segment_id" under Details.
add a comment |
Found it.
1) Log into the Mailchimp API Playground
2) Click Lists, then Subresources, then segments.
3) Click on the relevant segment.
4) You'll see: "id: your_segment_id" under Details.
Found it.
1) Log into the Mailchimp API Playground
2) Click Lists, then Subresources, then segments.
3) Click on the relevant segment.
4) You'll see: "id: your_segment_id" under Details.
edited Mar 9 at 0:04
answered Mar 8 at 23:50
Nicole HemenwayNicole Hemenway
465
465
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55071895%2fwhere-can-i-find-the-segment-id-of-a-tag-in-mailchimp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown