Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

AudienceRename

Prev Next

Rename an existing audience

KeyValue(s)Description
method"AudienceRename"Rename an existing audience
name"CurrentAudienceName"Current name of the audience.  String must match exactly.
newname"NewAudienceName"New name of audience.  Audience must not already exist.


{
  "method": "AudienceRename",
  "project": "eyeota-incremental",
  "name": "old name",
  "newname": "new name"
}