Update domain of all created Advertising Campaigns

Contents

Method: PATCH /advertiser/replaceDomain

Description: You can update domains in all advertising campaigns created in your HilltopAds account.

Parameters:

name

description

example

comment

key

A unique API key that you can generate in the API section of your HilltopAds account

nXzgO3Bc

This is a required parameter in the request.

old

Old domain that needs to be replaced.

mywebsite.com

You can specify only one domain.

This is a required parameter in the request.

new

New domain to replace the old one.

new_website.com

You can specify only one domain.

This is a required parameter in the request.

Request Example:

To change the domain from mywebsite.com to new_website.com for the advertising campaigns created in HilltopAds account, you need to write the following request:

https://hilltopads.com/api/advertiser/replaceDomain?key=nXzgO3Bc&old=mywebsite.com&new=new_website.com