Skip to content

Conversation

@o-mura
Copy link
Contributor

@o-mura o-mura commented Jul 10, 2024

Add a function of ingesting parent segment configuration to CDP monitoring workflow

@o-mura o-mura requested a review from a team as a code owner July 10, 2024 14:17
df = pd.DataFrame(l)
df['time'] = int(session_unixtime)
df['attributes'] = df['attributes'].apply(convert_to_json)
df['behaviors'] = df['behaviors'].apply(convert_to_json)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the API return schedule and query engine (Presto and Hive, and Hive only for example)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, to obtain detailed settings, the ParentSegment ID must be specified.
So, we will need to issue as many REST APIs as there are ParentSegments.
https://api-docs.treasuredata.com/pages/audience_api_v1/operation/audiences_show/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants