Pinpoint Proyect and Campaing Names as table for QuickSight

0

Hi everyone.

I have a question.. I'm looking for campaing name of pinpoint to include in my quicksight dashboard.. unfortunally I only have pinpoint metrics table generated in S3 and only campaing id (not name)... where I can find or get pinpoint campaign name ? is there son configuration or event..or table?

Elvin
asked 2 years ago41 views
1 Answer
0

To find the campaign name for a specific campaign ID in Amazon Pinpoint, you can use the Amazon Pinpoint API or the AWS CLI.

You can get the campaign details using the aws pinpoint get-campaign command, which will return the CampaignName field.

Alternatively, you can retrieve the list of all campaigns for your Pinpoint application using the aws pinpoint get-campaigns command, and then find the campaign name that matches the campaign ID you have.

If you only have the campaign ID and the Pinpoint metrics table in S3, you can use the campaign ID to look up the campaign name in the Pinpoint API or the AWS CLI as described in the previous step.

profile picture
EXPERT
answered 2 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions