Hi ANthony So that report will also import the display partners as well? If not which report would that be?
Thanks a lot for your assistance... best Johan On Mon, Jun 29, 2015 at 9:55 PM, Johan Hedin <jo...@marketingignite.com> wrote: > Hi Anthony > So how to import the adgroups and the campaigns as well? > > Thanks a lot for your help. > > Best > Johan > > On Monday, June 29, 2015 at 9:32:44 PM UTC+7, Naresh Kumar wrote: >> >> i am using this below code to get Adwards Campaign data reports in CSV. >> I want to get " adwords campaign, adgroup ". >> with this below code i am getting error Invalid field name in >> CampaignName >> >> $user = new AdWordsUser(); >> $user->SetOAuth2Info($oauth2_info); >> $user->SetClientCustomerId($client_id); >> $user->LogAll(); >> >> $user->LoadService('ReportDefinitionService', ADWORDS_VERSION >> ); >> >> >> // Create selector. >> $selector = new Selector(); >> $selector->fields = array( >> 'AdGroupId', >> 'CampaignId', >> 'CampaignName', >> 'GclId', >> 'CriteriaId', >> 'CriteriaParameters', >> 'Date' >> ); >> >> >> // Create report definition. >> $reportDefinition = new ReportDefinition(); >> $reportDefinition->selector = $selector; >> $reportDefinition->reportName = 'Click Performance Report #' >> . uniqid(); >> $reportDefinition->dateRangeType = 'CUSTOM_DATE'; >> >> >> $dateRange = new DateRange(); >> >> $dateRange->min = $start_date; >> //$dateRange->min = "20150626"; >> $dateRange->max = $end_date; >> //$dateRange->max = "20150626"; >> >> $selector->dateRange = $dateRange; >> >> //pr($dateRange); die; >> $reportDefinition->reportType = 'CLICK_PERFORMANCE_REPORT'; >> $reportDefinition->downloadFormat = 'CSV'; >> >> // Exclude criteria that haven't recieved any impressions >> over the date range. >> $reportDefinition->includeZeroImpressions = FALSE; >> >> // Set additional options. >> $options = array('version' => ADWORDS_VERSION); >> $path = $this->path; >> $file_name = 'click_performance_report_' . time() . ".csv"; >> $this->file_name = $file_name; >> $filePath = $path . $file_name; >> >> // Download report. >> ReportUtils::DownloadReport($reportDefinition, $filePath, >> $user, $options); >> >> $flag = true; >> >> -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and Google+: > https://googleadsdeveloper.blogspot.com/ > https://plus.google.com/+GoogleAdsDevelopers/posts > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received this message because you are subscribed to the Google > Groups "AdWords API Forum" group. > To post to this group, send email to adwords-api@googlegroups.com > To unsubscribe from this group, send email to > adwords-api+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/adwords-api?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "AdWords API Forum" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/adwords-api/sc-13aJEgMw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > adwords-api+unsubscr...@googlegroups.com. > Visit this group at http://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/0715078b-4cb7-4851-a7ad-3ddca0c6cb69%40googlegroups.com > <https://groups.google.com/d/msgid/adwords-api/0715078b-4cb7-4851-a7ad-3ddca0c6cb69%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Please let me know if you have any further questions or concerns and I will be happy to help you more. Kind Regards, Johan Hedin Managing Director *15 Years Experience* Marketing Ignite Co. Ltd. 2922/144 Charn Issara Tower 2 4th Fl. Suite 406, New Petchburi Road Bangkapi, Huay Kwang Bangkok 10320 E-mail: jo...@marketingignite.com URL: www.marketingignite.com Tel: +66(0) 89 06 32 858 *SEO Training Course* www.marketingignite.com/SEO-Training-Course Twitter: twitter.com/Marketingignite <http://t.signauxhuit.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XYg2BW0nzW63BfN41q7q58W2BW4zb56dRTlf39Xks402?t=http%3A%2F%2Ftwitter.com%2FMarketingignite&si=6278150484918272&pi=e420ae1b-1dc6-4a33-cb62-c27c2b6a5b2f> 11734 Wilshire Blvd C1105 Los Angeles CA 90025 U.S.A. + 1 (310) 584 7293 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CAFNhrCiziT6C2nYv7MAFh4Ej93VtFqdV0yBih7B7%2BVyLkvpqRQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.