How to get clicks and impression of each product in Campaign?

2017-03-16 Thread Kishor Mali
Hello Sir, I am trying to get clicks per products. I am using PHP lib for that. But I didn't get any example regarding Click Performance Report. There are reports regarding Campaign Clicks but I want the clicks per product (and impressions per product). Also, currently my adwords are inactive,

Re: How to get clicks and impression of each product in Campaign?

2017-03-17 Thread Kishor Mali
Thanks for the quick reply. Q. what you meant by "my adwords are inactive"? Actually, my adwords were running before 3 months. But after some problem in my shopping cart flow, Google suspend the account. So adwords are not appearing in search (hence no clicks and no impresssion). So, to verify t

Re: How to get clicks and impression of each product in Campaign?

2017-03-17 Thread Kishor Mali
Also, there is no help available regarding this Class "Shopping Performance Report". I crawl all examples and classes from AdsApi folder. But I am unable to locate this thing. Can you please help? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: How to get clicks and impression of each product in Campaign?

2017-03-20 Thread Kishor Mali
Thanks for the reply, Peter. Yes, I formulate that thing. Now, I got the CSV file of clicks and impression stats. I tested it for different ReportDefinitionDateRangeType 1) TODAY 2) YESTERDAY 3) LAST_7_DAYS Its very good. Thanks once again. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get clicks and impression of each product in Campaign?

2017-03-20 Thread Kishor Mali
Hello, I want to access the report values and store into my database. When I am downloading reports. I got CSV or XML to download. I want the result in array or Standard Class Object format, so that I can access the values. I crawl through the Report Examples, But unable to find the methods to g

Re: How to get clicks and impression of each product in Campaign?

2017-03-20 Thread Kishor Mali
Thanks Peter. I used DownloadFormat::XML and then convert the data to SimpleXMLElement. And then fetch the values. $result = simplexml_load_string($reportDownloadResult->getAsString()); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googl