I finally got ASA Basic to spend a little. After months of nothing. Maybe my max was too low but it was always higher than the average I am seeing. Then when the update occurred that announced the addition of other countries, I selected all those. I noticed they were all flagged with an error and I also didn't get any new installs. So I deselected all those such that the error flags were gone. But days have gone by and not one new install attributed to Basic. Any ideas?
Apple Search Ads
RSS for tagHelp potential customers discover your app on the App Store with Apple Search Ads.
Posts under Apple Search Ads tag
25 Posts
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm trying to buy ASA for my vision pro only app, but when I enter my app, it says cannot find my app. When I click on "Can't find your app?", it brings me to a page that says "To set up an Apple Search Ads account, you must have an app for iPhone or iPad currently on the App Store". So wondering is ASA available for visionOS?
It’s currently impossible to bulk upload an Apple Search Ads structure in the UI of Search Ads Advanced account.
I used the provided XLSX template for bulk structure creation, but each time I attempt to upload the file, I encounter the following error:
"Due to one or more issues, fileName.xlsx couldn't be uploaded."
As I see, there is a 500 error for the V4 API call in the console.
I
Hi there,
I plan to use the Impression Share Report on a daily base.
Can I face a kind of threshold issue if I create hundreds of reports per year for orgId?
Is there a way to delete a created report after the reporting data were retrieved?
Or maybe to change the requested date range and re-run it?
Thanks & regards,
Evgeniy
I'm trying to call https://api.searchads.apple.com/api/v5/reports/campaigns but getting the following response:
{"data":null,"pagination":null,"error":{"errors":[{"messageCode":"INVALID_JSON_REQUEST","message":"This is an invalid json. The request can not be parsed","field":"Line#:1 Column#:13"}]}}
I've used all suggested options for request parameters from documentation, e.g.
{
"startTime": "2024-04-08",
"endTime": "2024-04-09",
"selector": {
"orderBy": [
{
"field": "countryOrRegion",
"sortOrder": "ASCENDING"
}
],
"conditions": [
{
"field": "countriesOrRegions",
"operator": "CONTAINS_ANY",
"values": [
"US",
"GB"
]
},
{
"field": "countryOrRegion",
"operator": "IN",
"values": [
"US"
]
}
],
"pagination": {
"offset": 0,
"limit": 1000
}
},
"groupBy": [
"countryOrRegion"
],
"timeZone": "UTC",
"returnRecordsWithNoMetrics": true,
"returnRowTotals": true,
"returnGrandTotals": true
}
What's the proper way to call this API?