Re: landing page view api data not matching with googleads ui

2023-12-13 Thread Rahul Kumar
Hi Ben, Thank you for the information. Actually we have a client who is waiting on this so any new info would be helpful to us. Regards, Rahul On Tue, Dec 12, 2023 at 12:44 AM Google Ads API Forum Advisor wrote: > Hi All - > > The engineering team is still investigating this one, unfortunately

Re: Is there any campaign report that provide both Geo and campaign data at the same time?

2022-05-06 Thread Rahul Kumar
Hey Guys any update on this. can we pull geo and campaign information now. On Friday, April 29, 2022 at 10:59:58 AM UTC+5:30 adsapi wrote: > Hi, > > Thank you for the reply. > > You may use *omit_unselected_resource_names* and refer to this > documentation >

Re: "App" and "Local" type campaigns not coming in Geo performance report

2019-11-04 Thread Rahul Kumar
Additional details: API version: 'v201909' Python sdk version: '20.0.0' On Monday, November 4, 2019 at 3:42:15 PM UTC+5:30, Rahul Kumar wrote: > > Hi All, > > We have created a Geo performance report for a client to get the metrics > like impressions, click

"App" and "Local" type campaigns not coming in Geo performance report

2019-11-04 Thread Rahul Kumar
eted at IOS, android devices). We have looked through the documents to check whether there are any predicates which might help here but so far couldn't find anything. Kindly provide a solution. Thanks, Rahul Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-19 Thread Rahul Kumar
Hello Sai, Thanks for the information. So as I understand, the mappings mentioned in the Google Ads migration docs doesn't guarantee that it will be fetchable from the given resource ( campaign_audience_view or ad_group_audience_view in my case). However, this creates a problem for us while mi

Re: Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Rahul Kumar
Hi Sai, I have a few questions. If it is not selectable from Ad Group Audience View and Campaign Audience View and then why is it mentioned under them. You can check this here: https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance As far as I understand, if a

Unable to query user_list.name from AUDIENCE_PERFORMANCE_REPORT (campaign_audience_view)

2019-06-18 Thread Rahul Kumar
Hi Team, When querying the campaign_audience_view, I am getting the following error: "Cannot select fields from the following resource: 'USER_LIST', since the resource is incompatible with the resource in FROM clause." My Query is: "SELECT segments.date,customer.descriptive_name,ad_group.campai

Re: How to convert Google-Ads API GoogleAdsRow to json?

2019-06-11 Thread Rahul Kumar
Hi Sai, I think Alexander is asking about the SDK. I am also facing the same problem. If someone is using the python SDK for google ads API, how can one convert the GoogleAdsRow to json. I have tried to use a CustomEncoder by subclassing the json.JSONEncoder, but that is not the correct way as