Questions tagged [aws-pinpoint]

Amazon Pinpoint is AWS’s Digital User Engagement Service that enables AWS customers to effectively communicate with their end users and measure user engagement across multiple channels including email, Text Messaging (SMS) and Mobile Push Notifications.

249 questions
0
votes
0 answers

AWS Pinpoint DAU Count

All configurations are made in the code and in the AWS Cognito and Pinpoint including Amplify,got the success message from the code , connected with AWS Cognito and Pinpoint also , able to get the user login data on AWS Cognito user pool but not on…
0
votes
0 answers

how can i delete a attribute's endpoint in AWS pinpoint?

Using AWS pinpoint, the endpoint have some customs attributes. With "UpdateEndpoint" https://awscli.amazonaws.com/v2/documentation/api/latest/reference/pinpoint/update-endpoint.html it's possible to update the attribute, but how to remove one…
MarcAndre
  • 86
  • 7
0
votes
0 answers

Participants stopped in entry stage in amazon pinpoint

I have integrated amazon pinpoint with amazon connect to automate outbound campaign. But the problem that's happening, when the journey starts the participants are all in the "entry" stage (The first stage), and don't go to the next stage i.e.: to…
0
votes
0 answers

Failed to send push notification by amazon pinpoint, create pinpint object by aws-sdk (Amazon Pinpoint can not create Object)

I'm developing an app using react native and aws amplify. I implemented a push notification using AWS SNS, Pinpoint, and Google Firebase and successfully tested it on the Amazon pinpoint test messaging page(From the Firebase test page is also…
0
votes
0 answers

Getting count of users sign-in, in AWS Pinpoint

I want how many users are signing in , signing out on my company webpage in aws pinpoint analytics dashboard. Basically I want the count. I tried many documentations on aws and on other websites but not getitng the expected results required to solve…
0
votes
0 answers

If Push Notifications aren't 100% of the times delivered, can we use VOIP Notifications?

Does Push Notification with VOIP playload 100% deliverable? If not, what is the efficient way of triggering an iOS or Android app from a server which is 100% efficient. Can I use AWS Pinpoint and send a VOIP voice note trigger?
Omkar Jadhav
  • 1,046
  • 3
  • 16
  • 41
0
votes
0 answers

React native app with Amplify. Send Push notification

I am refering this site -https://docs.amplify.aws/lib/push-notifications/getting-started/q/platform/react-native/ and I am not sure how I can send a push notification to other users from react native. I am able to send a test from aws pinpoint with…
0
votes
0 answers

AWS Pinpoint - get Campaign delivery counts - Messages sent/Delivered by API/CLI

I am trying to find out how to get Campaign delivery counts - Messages sent by specific AWS Pinpoint campaign per date using API or AWS CLI command but I can't find any documentation for helping with it. I tried multiple AWS CLI command for it but…
Amodon
  • 1
0
votes
1 answer

AWS pinpoint journey - how to transition users from one journey to another?

With AWS Pinpoint Journeys, I am running a 7step onboarding campaign spaced over 7 days. While the campaign is running, I notice improvements I can make. However you cannot edit a journey that is active. Fine. I duplicate the journey, make the edits…
0
votes
0 answers

AWS Pinpoint custom attribute - the value of 'true'

I have an issue with AWS Pinpoint endpoints, custom attributes configuration and hope that someone in this forum can assist. I am creating (using NodeJS) an endpoint in AWS with the custom attribute of "Trigger":"true" (lowercase) but from time to…
Amodon
  • 1
0
votes
1 answer

Trigger API Gateway Lambda as webhook URL from AWS Pinpoint

I want to trigger API FGateway Lambda as custom URL from AWS Pinpoint, but getting nest error Bad request: The data we received didn't match the format we expected for the updateJourney operation. Confirm that the information in your request is…
0
votes
0 answers

Attributes and Dimensions from Segments are empty values when retrieving data from Pinpoint API

I am trying to get the column and rows for customers from an AWS Pinpoint segment. To do so I used the boto3 SDK. Its my understanding from the docs that the get_segment method will contain the data for the segment in the attribute and dimension…
neonbeach
  • 1
  • 1
0
votes
0 answers

Amplify and React Native, how to Update Endpoint with endpointId

This code is successfully creating an endpoint in AWS PinPoint, in so far as I can see the endpoint count go up in the analytics section: import { Analytics } from 'aws-amplify'; import { PushNotification } from…
Paul
  • 2,465
  • 8
  • 35
  • 60
0
votes
0 answers

Building a dashboard tracking a users journey in AWS Amplify Pinpoint Analytics

I am using AWS Amplify for a website I am building for a client that has voting. They want to be able to know things like How many videos does a user watch before voting How does that compare with users that vote yes vs no I am recording all my…
chrispepper1989
  • 2,100
  • 2
  • 23
  • 48
0
votes
0 answers

ERROR [ERROR] 20:56.724 AWSPinpointProvider - updateEndpoint failed [TypeError: Cannot read property 'byteLength' of undefined]

I am new to Amplify, but have successfully created this set up via the CLI for ReactNative: │ Category │ Resource name │ Operation │ Provider plugin │ │ Auth │ userPoolGroups │ No Change │ awscloudformation │ │ Auth │…
Paul
  • 2,465
  • 8
  • 35
  • 60