Re: No Gallery Ad data in reports

2019-09-11 Thread Artem Poluyanov
Thanks for the quick response. Are there any workarounds for this - since this ad type is not supported by reports? Any automated way to get info and performance data for gallery ads? On Wednesday, September 11, 2019 at 8:32:40 PM UTC-7, adsapiforumadvisor wrote: > > Hi Artem, > > Thanks for the

Re: Migration to Google Ads API - Get list of all accounts under MCC

2019-09-11 Thread Riley Blair
Hi Anthony, Just curious why the *descriptive_name* field cannot be accessed with the same query? It currently seems as if accounts with, for example, 50+ customer clients, an additional 50+ requests must be made in order to get the *descriptive_name *for each? Is is possible to access the *de

RESOURCE_NOT_FOUND wile tring to add account budget

2019-09-11 Thread jia Jimmy
I'm tring to add account budget for a google-ads account, followed example provided by goolge-ads-python lib. from __future__ import absolute_import import argparse import sys import os import six import google.ads.google_ads.client os.environ['https_proxy'] = 'https_proxy8' GG_DEVELOP_TOKEN

No customer found for the provided customer id while add account budget?

2019-09-11 Thread jia Jimmy
I'm tring to add an account budget to a google-ads account, and below is my main codes from __future__ import absolute_import import argparse import sys import os import six import google.ads.google_ads.client os.environ['https_proxy'] = 'xxx' GG_DEVELOP_TOKEN = "GG_DEVELOP_TOKEN" cr

Re: No Gallery Ad data in reports

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thanks for the patience. Based on our discussion, this type of ad is so new that it is not formally supported in the API yet. With this reason, the data that you will get for this 'gallery ad' is very minimal. I will file a feature request for this type of ad so that it will become

RE: "Array to string conversion" error

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi Marcos, Thank you for reaching out. Could you please share the error you are receiving while using TargetingIdeaService? Also, you may refer to this guide for more information on the various system limits for targeting ideas via API. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174

RE: Get AdImageAsset ByteString

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hello Reggie, Could you please share the error log for this to help further using reply privately to the author option. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHGSqq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

"Array to string conversion" error

2019-09-11 Thread Marcos Gil Fuertes
Hi, I'm trying the TargetingIdeaService through the PHP library and get this error: Array to string conversion File: .../googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php Line: 152 Specifically on the $output_headers var at this call: $response = parent::__soapCall(

RE: Google Ads API - MEDIA_BUNDLE

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi Omri, The MEDIA_BUNDLE asset type is for uploading the HTML5 assets as a zip file. If you're using the ad_group_ad_asset_view to pull these details, this will return the details of the specific media bundle. This will not return the image/video details within this bundle. For the other image

Get AdImageAsset ByteString

2019-09-11 Thread Reggie Pasco
Hi, Is there a way to retrieve the actual ByteString of the AdImageAsset? I am always getting an error "The asset has a name which is different from an existing duplicate that represents the same content." when I try to re-upload same image. I want to add a checker if the image im trying to uplo

RE: Operator >= with metrics.conversions

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi Chirag, The operator: >= is not one of the supported operators for metrics.conversions. You may use the valid operators for this operation such as: =, !=, <, >, IN, NOT IN, IS NULL, IS NOT NULL. You will be able to combine the one of more conditions using AND. Could you please give this a tr

Re: No Gallery Ad data in reports

2019-09-11 Thread Artem Poluyanov
Thanks! Looking forward to your response Best, Artem On Tuesday, September 10, 2019 at 8:45:26 PM UTC-7, adsapiforumadvisor wrote: > > Hi Artem, > > Thanks for the followup. I received your private response. > > Upon checking your account I can see that you have 1 ad with the gallery > ads. Whe

Re: Adwordsuserlistservice

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, we don't have any samples on how to do this using Google Ads API. You will need to use the UserListService. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UBlvql:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: FeedItem.Status

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi Marcos, It is not possible to filter based on the FeedItem.status using the CampaignExtensionSettingService. Please refer to this guide for the selectable fields available for a given service. Let me know if you have any further questions. Thanks, Bharani, Google Ads API Team ref:_00D1U1174

RE: Adding users to a CrmBased UserList using Google Ads API

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hi, Yes, adding or removing the members from the lists is not yet available. Please monitor our blog for any updates on this feature. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHGNhR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

RE: How to retrieve Google analytics web property linked with a Google Adwords account.

2019-09-11 Thread Google Ads API Forum Advisor Prod
Hello Tanveer, Unfortunately, via AdWords API it is not possible to fetch the linked Google Analytics details. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHGPo8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

How to retrieve Google analytics web property linked with a Google Adwords account.

2019-09-11 Thread Tanveer Hamid
Hi Members, Hope you are doing well. I have a query please help. I want to retrieve Id and Name of a Google Analytics Web property that is linked with a Google AdWords account using Google AdWords API. I know I can get this using analytics api, but I want to retrieve it against Google Ads ac

Re: Cant get asset.text_asset.text from Asset Resource

2019-09-11 Thread Reginald Chris Pasco
Thank you for your assistance. On Wed, Sep 11, 2019 at 4:25 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching support. I tried running the below report query and > was successfully able to get the asset.text_asset.text value for th

Google Ads API - MEDIA_BUNDLE

2019-09-11 Thread Omri Gal
Hi, In Google Ads API, When I pull from Ad_Group_Ad_Asset_View with the fields "asset.id, asset.type, asset.name" , I'm getting all kinds of Asset types, one of them is the MEDIA_BUNDLE. Can you explain more what it means and how do I pull the actual media? (Image / Video). IFor Asset.type = I

Operator >= with metrics.conversions

2019-09-11 Thread cv
Hi, metrics.converisons is not working with operator *>=* I have not found any documentation as well for same. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y