You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
Hi
The ads api does not support time ranges at the moment. You need to call the api per day. Is there a reason you prefer time ranges vs calling the API per day?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I
m getting the report with this code snipped.
$request = $client->requestReport("campaigns",
array(
"reportDate" => "20210815",
// "campaignType" => "sponsoredProducts",
"metrics" => "campaignName,impressions,clicks,cost"
)
);`
Is there any way to get report for a time range, for example last 7 days or last 30 days?
Thank you.
The text was updated successfully, but these errors were encountered: