Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for your response. Essentially - I am attempting to retrieve activity data from Marketo (hence the activity type ids). I am backdating this data back to 2022 and essentially the problem is the Delivered #, Open #, Link opens on the back-end (once the API data syncs to the SQL database) do...
I'm utilizing the Get Lead Activies access point and am receiving variations of the data versus the Marketo UI views. Below is some of my code - I am incrementing by 15 days at a time in case the data size is an issue.act = mc.execute(method='get_lead_activities', acti...
Is there a way to extract the scheduled run date for a campaign via the official Python SDK for the Marketo Rest API? I see createdAt and updatedAt but those do not match the Scheduled Run Time on the UI screen.
Ignore my code being "wrong". Running on new dad energy 😑
Upload does not show any errors
Utilizing the Marketo API - I have been attempting to upload program members via the bulk method. This seems to fail 30% of the time with not all members uploading to a specific program (randomly only 10/4000 people will upload). This made me think that I should probably add in logic to make sure th...
your initial response was supe helpful. thank you for your reply.
Hello! I am looking to see if there is a way to create a custom URL for each individual lead that is in a campaign. We have PartnerRef codes to webinars (for tracking) but could soon shift to a UTM code. Either case - we would like to utilize a customized link per lead to track who is registering fo...
Not really sure what I am doing wrong but my Bulk Member Import is failing. This is a bulk import on a Webinar with the following status options (Invited, Waitlisted, Registered, No Show, Attended, Attended On-Demand) Here is my code endpoint = '/bulk/v1/program/'+str(program_id)+'/members/import.js...
This definitely seems like the better/easier option. thank you!