Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't think it is related to the admin timezone.If timezone is associated with it then we will have a time and timezone value associated with the "Created Date" data.
Usually I get date like "2018-12-18T16:01:11Z"- which means it is in UTC but in this case I am getting data like "2018-12-16" - it seems like Marketo in not considering the time.My application is in EST timezone, so should I save the data as it is or change the date time according to the timezone.
I have fetched the data for new Lead activity where the "Created Date"(in attributes) field has a date value.Is the value specific to any timezone like "Activity Date"which is in UTC.Example - marketoGUIDleadIdactivityDateactivityTypeIdcampaignIdprimaryAttributeValueIdprimaryAttributeValueattributes...
I did not get you, My Question is if I have data for "email send" and "email delivered"(from bulk extract API), how would I map this data between this two activities.Is it the "primaryAttribute" by which we can connect the activity?And one more thing, is there any document to get details/ meaning of...
I have data for the following activities-Send EmailEmail DeliveredEmail BouncedUnsubscribe EmailOpen EmailClick EmailI want to know what is the common attribute between these activities through which I can identify that the email which had been send to lead, was opened or clicked later.
Sanford Whiteman Actually it is not a subset.I want the data as per EST( considering the Daylight Saving ).So I tried the following request-API- /bulk/v1/activities/export/create.jsonJSON - { "format": "CSV", "filter": { "createdAt": { "startAt": "2018-10-16T00:00:0...
Sanford Whiteman Have timezone related queries for bulk extract API of activity.You can refer this - https://nation.marketo.com/thread/52253-timezone-for-bulk-export-api-of-activity
I am also confused about the timezone.Need clarification what is the timezone marketo is considering for rest APIs.
I am confused regarding the timezone, when a bulk export API for activity is called.Example-API- /bulk/v1/activities/export/create.jsonJSON - { "format": "CSV", "filter": { "createdAt": { "startAt": "2018-10-16T00:00:00Z", "endAt": "2018-10-16T...
Thanks for the quick response.your answer will solve my query.