Re: How to get Landing Page in Adwords API PHP

2018-10-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The Criteria Performance Report will give the stats aggregated at the criteria level. In your case, age and house hold income. If there is no final url set for these criteria, you may not

Re: How to get Landing Page in Adwords API PHP

2018-10-29 Thread driptibanga93
Hi, I am trying to do the same thing. Here is my script: import sys from googleads import adwords def main(client): report_downloader = client.GetReportDownloader(version='v201809') report = { 'reportName': 'Last 30 days CRITERIA_PERFORMANCE_REPORT', 'dateRangeType':

Re: How to get Landing Page in Adwords API PHP

2017-11-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For the Criteria Performance Report , if the Status of a criteria is already removed, then

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i have given the attribute FinalUrls from CRITERIA_PERFORMANCE_REPORT from but i am getting only empty values. this is my code. $selector = new Selector(); $FromDate = ($fromdate) ? $fromdate : date('Ymd'); $ToDate = ($todate) ? $todate : date('Ymd');

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for providing these details. The landing page is equivalent to the FinalUrls attribute. You can see on the link for the supported report types for this attribute. If you want the FinalUrls in

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i want landing report with criteria performance report or keyword performance report or in custom report. here i have attached the screenshot of landing page report.

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Are you referring to the CreativeDestinationUrl or to the CreativeFinalUrls of an Ad

How to get Landing Page in Adwords API PHP

2017-11-23 Thread vananppcmanager
i dont know how to get landing page details in the adwords api report. Someone help me with this with sample code -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/