Learn R Programming

rtiktokads (version 0.3.4)

tik_get_advertiser_info: Get Ad Account Details

Description

Get Ad Account Details

Usage

tik_get_advertiser_info(advertiser_ids, fields = NULL)

Value

tibble with advertisers onfo

Arguments

advertiser_ids

List of advertiser IDs to query. You can obtain Advertiser IDs through the tik_get_advertiser_accounts() function

fields

A list of information to be returned. Supported values:

  • telephone_number

  • contacter

  • currency

  • cellphone_number

  • timezone

  • advertiser_id

  • role

  • company

  • status

  • description

  • rejection_reason

  • address

  • name

  • language

  • industry

  • license_no

  • email

  • license_url

  • country

  • balance

  • create_time

  • display_timezone

  • owner_bc_id

  • company_name_editable.

Examples

Run this code
if (FALSE) {
advertisers <- tik_get_advertiser_accounts()
advertisers_info <- tik_get_advertiser_info(advertisers$advertiser_id)
}

Run the code above in your browser using DataLab