Thanks! Here is a UI code that need to pull the data from the performance. For google ads performance report:
$selector->setFields( array( 'CampaignId', 'Impressions', 'Clicks', 'Cost', 'CpcBid', 'FinalUrls', 'Id', 'AdGroupId', 'SearchTopImpressionShare', 'SearchAbsoluteTopImpressionShare', 'SearchImpressionShare', 'TopImpressionPercentage' ) ); For the shopping ads performance report from the original Adwords API: $selector->setFields( // array( // 'OfferId', // 'ProductTitle', // 'Clicks', // 'Cost', // ) // ); We need to get these fields for our integration features and let me know please the details query. Thanks On Friday, September 1, 2023 at 12:11:15 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > In relation to that requested information, you can provide it via Reply > privately to author option. If this option is not available, then send it > instead on this email address [email protected]. > > > This message is in relation to case "ref:_00D1U1174p._5004Q2oA59t:ref" > > Thanks, > > [image: Google Logo] Google Ads API Team > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a9d217e7-826a-4ba7-b2e8-68a4f431996fn%40googlegroups.com.
