You can save yourself some debugging time when you move from the Waze Ads Wizard to the API. This guide provides some key points to make the switch trouble-free.
The Wizard flow questions are designed to set up a Waze Ads
Campaign
quickly. It doesn't require you to understand the different resources
or how they're related.
However, when you set up your Waze Ads Campaign
resources through the API, the
different resources decouple. You must create the resources in a specific
order. For example, an Account
is created first and then a BudgetPlan
,
which is associated with a Campaign
. To learn about the Waze Ads resources
and the order they are created, read the
Resource creation and relationships
guide.
Next steps
The following list provides guidance on what you need to accomplish next and recommends further reading:
- To set up the prerequisites and make your first API call, continue to the "Guides" section and click Quickstart.
- Read the Troubleshooting page.
- Take a look at the Resource Creation Dependency flow.