RE: [3-8016000026082] Regarding setting the dynamic budget for the Campaign

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Abhay, Thank you for reaching out. Upon checking, the error that you are encountering seems to be related more to the client library. You can reach out to the python client library owners through this link in Github as they are better eq

Re: Call Only Ads has data missing through Ad Performance Report

2019-04-04 Thread cv
Hello Bharani, Any updates on this? Thanks, On Tuesday, 29 January 2019 21:56:11 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > The HeadlinePart1 and HeadlinePart2 fields are specifically for > ExpandedTextAds. Since these fields are a recent addition to the Call Only > Ads

RE: Google adwords and Youtube ads

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Luca, Unfortunately, video campaigns are not yet supported in Google Ads API . Also, in AdWords API perspective, video campaigns (such as TrueView) are also not supported

RE: Request from a specific Ad Group returns wrong keywords, bug in AdGroupCriterionService?

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Cem, To further investigate the issue, could you provide the complete SOAP request and response logs with the CID and the filter that you've used in the API call via *Reply privately to author*? If you haven't enabled SOAP logging yet, kindly enable it by following this guide

RE: Retrieve Campaigns from youtube ads with google adwords API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Unfortunately, video campaigns are not yet supported in Google Ads API . Also, in AdWords API perspective, video campaigns (such as TrueView) are also not supported in th

RE: What is the best way to get list of non-mcc accounts?

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alex, You could use a filter for the field customer.manager and set this to *FALSE* to return only client accounts in your query. Let me know if this helps. Regards, Dannison Google Ads API Team =~=~=~=~=~=

RE: Code sample for the creation of Responsive Display Ad with Google Ads API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Luca, I was able to create a ResponsiveDisplayAd successfully by passing just the values as below in Java: ResponsiveDisplayAdInfo responsiveDisplayAdInfo = ResponsiveDisplayAdInfo.newBuilder() .setShortHeadline(StringValue.of("I am short headline")) .setLongHeadline(StringValue.of("I am

Template Ad As Image

2019-04-04 Thread Javier Pimentel
Hi, I'm using the php library to retrieve a preview of an HTML 5 template ad but the getAdAsImage method always returns null. I am able to see a preview through the ui. Here are the steps i'm taking: 1. Retrieving the ad from AdGroupAdService 2. Getting the Template Ad Object 3. Callin

Re: With PHP Library, Getting ........google-ads-php\examples\BasicOperations/../../vendor/autoload.php): failed to open stream: No such file or directory warning error

2019-04-04 Thread adwords
Pavan, I'm having the same error and cannot find any documentation as to what "autoload.php" is supposed to contain. Have you found anything yet? On Tuesday, February 19, 2019 at 8:36:03 AM UTC-7, Pavan V wrote: > > > ../../vendor/autoload.php): failed to open stream: No such file or > direct

What is the best way to get list of non-mcc accounts?

2019-04-04 Thread Alexander Belozerov
Hello there, Ive got a tree-like mcc structure, such as that mcc of multiple levels on top of each other. What is the best way to get a list of non-mcc customer ids in order to be able to query stats for them (it is not possible to query for mcc account)? This code return all accounts under ma

Google adwords and Youtube ads

2019-04-04 Thread Luca
I'm having difficulty to access youtube ads campaigns through the google adwords API. Google adwords' Campaign Service does not provide campaigns from youtube ads, but the Managed Customer Service provides the clients, even if they only have youtube campaigns. Is there a separate API to access y

Ad Template as Image

2019-04-04 Thread Javier Pimentel
Hi, I'm using the AdWords php library to retrieve a preview of an HTML 5 template ad but the getAdAsImage method always returns null. I am able to see a preview through the ui. How can I retrieve an image preview of a template ad ? Here are the steps i'm taking: 1. Retrieving the ad from

Retrieve Campaigns from youtube ads with google adwords API

2019-04-04 Thread DEVPublya
I need to get a client list and their campaigns from youtube, but google adwords API does not retrieve their campaigns, only "non youtube" campaigns. Aren't they video campaigns? Thanks for any help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

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

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Marcel, You can have a look at the resources page to get a description between Customer, CustomerClient and CustomerClientLink. Your response should r

RE: Fetching the customer_client.name for a customer

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Descriptive name for the customer is not available in the customer_client resource. You have to make another API call to the customer resource. You could use the available customer fields in the customer resource and can pass each customer Id to get the respective details of that custo

RE: Add and get invitations

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will need to use ManagedCustomerService.mutateLink to invite a client account or manager account, accept or decline the invitation to be managed. The ManagedCustomerService.mutate()

RE: Image media urls in google ads api

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alex, You will be able to use the Media Field to pull the details specific to the asset. If you're looking to get the Ad specific attributes, you may use the ImageAdInfo

RE: Could not see products in campaigns which created through API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Can you please *reply privately to author *your SOAP request and response that you used to create the campaign as well as the campaign Id of the one you created through the UI? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Regarding setting the dynamic budget for the Campaign

2019-04-04 Thread Abhay Desale
Hello Sir, I am trying to set the budget at the campaign level taking values from the json file but getting and error GoogleAdsServerFault: Unmarshalling Error: For input string: "r" My code is: def main(client): campaign_service = client.GetService('CampaignService', version='v201809') bud

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

2019-04-04 Thread Alexander Belozerov
Hi there, Im having similar issue, this would get me list of all accounts, including mcc. For example if we have tree-like structure with master MCC and multiple level MCCs under it, what would be the best way to get a list of all non MCC account under master MCC? This is in order to collect rep

Code sample for the creation of Responsive Display Ad with Google Ads API

2019-04-04 Thread l . sembolini
Does anyone have an example of the code for creating a Display Ad with the new Google Ads API? Because in the new libraries don't have any example of the creation of Add other than the Text Search. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Click Performance Report - GCLIDs of YouTube video campaign views

2019-04-04 Thread adamg . pko
We use Click Performance Report to get click GCLIDs of search and display campaigns. I've noticed, that this report also shows YouTube video campaign data, but in this case the report contains views instead of clicks (there is also GCLID column). While in search/display campaigns GCLID is added

Are there any code example in Java/Python on how to create a Responsive Display Ad for Google Ads API?

2019-04-04 Thread l . sembolini
I would like to automate the creation of display ads but I didn't find any example on how to do that with the new Google Ads API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Request from a specific Ad Group returns wrong keywords, bug in AdGroupCriterionService?

2019-04-04 Thread Cem Sezen
Hi, I'm requesting keywords from a certain ad group which works fine but for a certain account, I'd get additional keywords from a different Ad Group, and strangely those keywords look very similar to the ones in the correct ad group. To give an example let's say the correct Ad Group contain

RE: SERVICE_ACCESS_DENIED after developer token is approved

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The SERVICE_ACCESS_DENIED error usually occurs when the developer token is approved for a different product and trying to use for the Google Ads API. You could share the Manager account's customer Id that is having the developer token to see if the developer token is approved for Google A

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

2019-04-04 Thread Marcel Zemp
The query now runs, but I'm not sure what I'm getting back. According to the documentation for SearchGoogleAdsResponse , I should get a list of results back

Re: Fetching the customer_client.name for a customer

2019-04-04 Thread Noémi Molnár
Hi Anthony, I use the Customer resource for returning the details for the customers, but it only returns the data for the customers directly accessible by the user authenticating the call, but the user authenticating the call, does not seem to have the permission to return data for the Accessib

Add and get invitations

2019-04-04 Thread fedorinovaaori
Hi. I want to send an invite to the mail by api. $operation = new ManagedCustomerOperation(); $operation->setOperator('SET'); $operation->setInviteeEmail('t...@test.com'); $operation->setInviteeRole('READ_ONLY'); $operation->setOperand($managedCustomer); // my customer in mcc But, I dont see

Could not see products in campaigns which created through API

2019-04-04 Thread murugan
Hi, I am trying to create campaign > adgroup and add products in product group through API. The "Test Ads account" linked with one Merchant account and it has more products too. use this merchantid in API to create campaign with that merchant. When i create campaign manually through your inter

Image media urls in google ads api

2019-04-04 Thread Alex Mmz
Hello, I was wondering how to construct/get an image MediaFile's url(s) in google ads api. The Adwords Api provides a collection property of urls but the google ads' MediaImage via the MediaService.get() does

SERVICE_ACCESS_DENIED after developer token is approved

2019-04-04 Thread sz rong
I have started to receiver SERVICE_ACCESS_DENIED error when running GetCampaigns by PHP after the developer token was approved. but it worked fine on test account when the developer token was not approved. Here is the error info : AW_SOAP.WARNING: clientCustomerId=xxx-xxx- operations=1 ser

RE: sending email through API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Reshma, I'm afraid that sending emails through the AdWords API is not supported. You may follow our blog for updates. Best regards, Peter Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

sending email through API

2019-04-04 Thread Reshma Majumder
How can I send email through adword API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

Re: Change Campaigns Target-ROAS

2019-04-04 Thread Michael Ladewig
As a additional information, i can read the campaigns target-ROAS via GoogleAdsService. the requested field is campaign.target_roas.target_roas and ist returns 4.0 as a valid Value, as the campaign has a target-ROAS of 400%. I think, my API-Call isn't correct, but the best example, i found, was

Re: Cannot add beta API to Google Developer Console project

2019-04-04 Thread Costantin
> > Hello everyone, > The issue in *NOT browser related*. It's related to your ad blocker. Pause your adblocker extension and you will be able to activate everything without problems! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.

RE: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello All, The engineering team is aware of the issue and working on it. Best, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://developers

RE: [1-1567000026135] Adwords' CRITERIA_PERFORMANCE_REPORT mapping in Google Ads API

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Michael, Thank you for reaching out. Unfortunately, The CRITERIA_PERFORMANCE_REPORT from AdWords API has no exact equivalent in Google Ads API. For your concern about the GAQL returning 0 rows as opposed to the AWQL returning 3800 rows, I would need to check this with the team. I will get bac

Re: Change Campaigns Target-ROAS

2019-04-04 Thread Michael Ladewig
Hello Bharani, Conversion is configured and this campaign has 46 Conversions during the last 30 days. Are there any other Parameter, that have to match? I changed the error-throwing command to: campaign.target_roas.target_roas.value = 3.7 and the error changed to: google.ads.google_ads.error

RE: [5-3994000025934] Adwords express

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Unfortunately, this feature is not yet available in Google Ads API. For now, I would suggest you to keep an eye on our blog for the latest news and updates. Should you have any other concern, feel free to write back and we