For more information on using API

GET http://webapi.mymarketing.co.il/api/user-social/{network}/{accountId}/ad-account/{adAccountId}/get/custom-audiences

Request Information

URI Parameters

Name

Description

Type

Additional information

network

string

Required

accountId

string

Required

adAccountId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SocialCustomAudience

Name

Description

Type

Additional information

id

string
name

string
error

Object

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "name": "sample string 2",
    "error": {}
  },
  {
    "id": "sample string 1",
    "name": "sample string 2",
    "error": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfSocialCustomAudience xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.BusinessLogic.Social">
  <SocialCustomAudience>
    <Error />
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
  </SocialCustomAudience>
  <SocialCustomAudience>
    <Error />
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
  </SocialCustomAudience>
</ArrayOfSocialCustomAudience>