Advertiser Guidance

Introduction

Advertiser Guidance is designed to aid advertisers in optimizing their campaign setups. It provides intelligent suggestions for target values such as target ROAS, fixed CPC, daily budget, and fixed commission rate, enhancing campaign management efficiency and ad competitiveness.

How target values are suggested

New campaigns

Guidance for new campaigns is created to give a good start when there is no past data of the campaign:

  1. Target ROAS & Fixed CPC: Suggestions are based on an analysis of the category performance to which the advertiser's items belong, ensuring competitive positioning.
  2. Budget & Commission rate: Recommendations align with general best practices for campaign success.

Existing campaigns

For existing campaigns, the guidance is more refined and personalized, leveraging the wealth of available historical data:

  1. Budget: For campaigns where the budget is highly utilized, a proportionate increase in the budget is suggested to maintain campaign momentum.
  2. Fixed CPC: If there is room to enhance budget consumption through CPC adjustment, a CPC increase is recommended. Conversely, when the budget utilization is adequate and the suggested CPC exceeds the current setting, an updated CPC is proposed to optimize campaign performance.
  3. Target ROAS: Recommendations are made to modify the Target ROAS to optimize campaign efficiency, considering the current campaign performance and market trends.
  4. Commission rate:
    1. Utilizing in-depth auction data analysis, tailored recommendations are provided.
    2. Expected Outcomes: Alongside the commission rate suggestions, you can receive forecasts of expected incremental impressions, clicks, and purchases, enabling them to make informed decisions about their campaigns.

ReadCampaignGuidance API

To get advertiser guidance for campaigns, use ReadCampaignGuidance API.

New Campaigns

To get advertiser guidance for new campaigns with this API, you will need the following information.

  • platform_id: The ID of the platform used in MCM.
  • ad_account_id: The ID of the ad account that the new campaign belongs to.
  • goal_type: The goal type of the new campaign.

Sample Request

GET
https://<platform>-mgmt.rmp-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/campaign-guidance?goal_type=FIXED_CPC

Existing Campaigns

To get advertiser guidance for existing campaigns with this API, you will need the following information.

  • platform_id: The ID of the platform used in MCM.
  • ad_account_id: The ID of the ad account that the existing campaign belongs to.
  • campaign_id: The ID of the campaign.

Sample Request

GET  
https\://<platform>-mgmt.rmp-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/campaign-guidance?campaign_id=campaign_1