Hi Jeff,
Thank you for reaching out. When you create a new ad you don’t need to set the
resourceName. In your code, you need to add in the ad_data which includes
exactly one type of ad that you want to create.
Thanks and regards,
Xiaoming, Google Ads API Team
Xiaoming
Google Ads API Team
ref:_
I should add that when I add resourceName, other errors occur. I don't have
the ad_d since I am just creating it so I cannot supply it in this format:
customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}
On Friday, February 5, 2021 at 5:34:03 PM UTC-5 Jeff Moore wrote:
> I get errors trying
I get errors trying to create a text ad. Any help would be apprecicated!
Request:
{
"operations": [
{
"create": {
"ad": {
"name" : "new ad"
},
"adGroup": "customers/3575308233/adGroups/115772299805",
"status": "PAUSED"
}
}
]
}
Res