Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtbdynamicpost type is missing #1213

Closed
nbartels opened this issue May 20, 2022 · 0 comments
Closed

rtbdynamicpost type is missing #1213

nbartels opened this issue May 20, 2022 · 0 comments
Assignees
Milestone

Comments

@nbartels
Copy link
Contributor

We need a Object, that mapps to this metadata:

{
  "metadata": {
    "fields": [
      {
        "name": "child_attachments",
        "description": "List of child cards for carousel posts",
        "type": "list<dynamicpostchildattachment>"
      },
      {
        "name": "created",
        "description": "The time this post was made",
        "type": "datetime"
      },
      {
        "name": "description",
        "description": "The link description",
        "type": "string"
      },
      {
        "name": "id",
        "description": "The dynamic post ID",
        "type": "numeric string"
      },
      {
        "name": "image_url",
        "description": "The dynamic post image",
        "type": "string"
      },
      {
        "name": "link",
        "description": "The dynamic post link",
        "type": "string"
      },
      {
        "name": "message",
        "description": "The post text",
        "type": "string"
      },
      {
        "name": "owner_id",
        "description": "The ID of the owner of this post",
        "type": "numeric string"
      },
      {
        "name": "place_id",
        "description": "The place page ID of the dynamic post",
        "type": "numeric string"
      },
      {
        "name": "product_id",
        "description": "The product ID",
        "type": "numeric string"
      },
      {
        "name": "title",
        "description": "The title of the dynamic post",
        "type": "string"
      }
    ],
    "type": "rtbdynamicpost",
    "connections": {
      "comments": "url",
      "likes": "url"
    }
  }
}
@nbartels nbartels added this to the 2022.6.0 milestone May 20, 2022
nbartels added a commit that referenced this issue May 23, 2022
nbartels added a commit that referenced this issue May 23, 2022
@nbartels nbartels self-assigned this May 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant