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
I tried to get all campaign performance data through below "V13/ReportRequests.php"(GetAudiencePerformanceReportRequest) function but data is not match the live dashboard data.
`function GetAudiencePerformanceReportRequest($accountId)
{
$report = new AudiencePerformanceReportRequest();
You should use CampaignPerformanceReportRequest to fetch performance data for all campaigns. AudiencePerformanceReportRequest will return data for campaigns with audience associations and you can see same data in Audience tab in UI.
I tried to get all campaign performance data through below "V13/ReportRequests.php"(GetAudiencePerformanceReportRequest) function but data is not match the live dashboard data.
`function GetAudiencePerformanceReportRequest($accountId)
{
$report = new AudiencePerformanceReportRequest();
}`
Below is the input data before submitting data.
`SoapVar Object
(
[enc_type] => 301
[enc_value] => Microsoft\BingAds\V13\Reporting\AudiencePerformanceReportRequest Object
(
[Aggregation] => Daily
[Columns] => Array
(
[0] => TimePeriod
[1] => AccountId
[2] => CampaignId
[3] => CampaignName
[4] => AudienceId
[5] => Clicks
[6] => Impressions
[7] => Ctr
[8] => AverageCpc
[9] => Spend
)
)
SubmitGenerateReport:
Report Request ID: 619312696807
sleep(10 seconds)
PollGenerateReport:
RequestStatus: Success
ReportDownloadUrl: https://bingadsappsstorageprod.blob.core.windows.net:443/hpr-reportdataapi-20-09-25/9a88dbcc-f23b-46bb-9400-a8cb5900e360/My_Audience_Performance_Report.zip?sv=2018-03-28&sr=b&sig=q67yvuXCeBTthFypwCJnL8q%2BTkSjLzlTl9PSIHedPZo%3D&st=2020-09-25T08%3A52%3A07Z&se=2020-09-25T09%3A07%3A07Z&sp=r
Downloading from https://bingadsappsstorageprod.blob.core.windows.net:443/hpr-reportdataapi-20-09-25/9a88dbcc-f23b-46bb-9400-a8cb5900e360/My_Audience_Performance_Report.zip?sv=2018-03-28&sr=b&sig=q67yvuXCeBTthFypwCJnL8q%2BTkSjLzlTl9PSIHedPZo%3D&st=2020-09-25T08%3A52%3A07Z&se=2020-09-25T09%3A07%3A07Z&sp=r.
The report was written to /var/www/html/bing_report/test.zip.
`
In above API screenshot total cost is showing is 1125 but in live dashboard showing 5,535.54. Is anything i am doing wrong.
The text was updated successfully, but these errors were encountered: