RE: i have some problems

2024-09-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. In order to assist you better, please provide us with the uncropped UI screenshot of the report that you're trying to retrieve via the API. Also, I suggest you to refer to this Google Ads Query Language Grammar documentation fo

I have some problems

2024-09-19 Thread 王大锤
Here are some of my questions, please help me answer them 1. In calling the Ads API, I know that in the Google Ads menu bar, in the campaigns -> insights and reports -> when and where the ads were shown -> matching geographic locations -> data display, what is the Gaq statement to u

Re: In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-24 Thread Sang Jin Kim
Sorry for late reply ^^; All problems were due to missed selector fields. After 'Path1', 'Path2', 'PolicySummary' are included into setFields() like below, the API works well! $selector->setFields(['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description', 'Path1', 'Path2', 'PolicySum

Re: In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Please find my response inline : 1. How to get policy summary attributes The policySummary(AdGroupAdPolicySummary ) will contain the policy information for the specific

In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-20 Thread Sang Jin Kim
I've been migrating API version from old v201609 to the newest v201710. I'm PHP developer. Below is a code that get Expanded Text Ads information. = $adGroupAdService = $adWordsServices->get($session,