How to display banners from our website at google ads?

2020-05-05 Thread Joris Geerdes
We want to create banners from our image editor so that we can display them through your advertising system. We are hesitating between 2 APIs to be able to do this in javascript: Google Double Click Trafficking and Reporting API or the unofficial API from Opteo. What do you recommend? Thank you

Re: Top of Page Bid(low range),Top of Page Bid(High range) keyword planner not in API

2020-05-05 Thread Stela
Hello , it is possible now to access Top of page bid (high range) using GenerateKeywordIdeas . I can access : keywordIdeaMetrics: avgMonthlySearches, competition and don't know how to access high range. On Thursday, July 4, 2019 at 12:58:16 PM UTC+2, vaibhav kumar wrote: > > Hi , > > I am tryin

Re: issue with SearchImpressionShare for whole Campaign

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Yes, that is the calculation I was referring to. You can also get the ImpressionShare over the period of time that you set your report for so you don't have to do any additional calculations. The API report summary row will also give you the total ImpressionShare for your report whic

Re: Enabled CampaignSharedSet which is attached to Removed SharedSet

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Tetiana, Thank you for providing the detailed description. I am checking on this internally within the team. Rest assured we will get back to you once we have more insight on this behavior. Regards, Danica, Google Ads API Team ref:_00D1U1174p._5001UaSxGg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~

RE: Is there a way to retrieve the campaign name from the gclid?

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Efthimis, Thanks for reaching out. With regards to your concern about to retrieve the campaign's information from gclid, You can use Click performance report with gclid field and you can get the campaign id from the click performance report but in this case it wont return the proper campaign

Re: UnmarshallingError when trying to call ConversionTrackerService using the Ruby library

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Mateus, Thanks for providing those details! Rest assured that I have received your reply privately. Upon taking a look at the logs you've provided, it looks like you are setting the "nil" attribute to "true" in your serviceSelector while this property should remain "false". Can you please tr

Re: more examples for php google ads api recommendations type

2020-05-05 Thread Shiv Kumar
Also in the above code example I do not know how to match `$recommendedAd->getMatchType()` numeric value to its actual text value like (2=> Exact, 4 => Broad). On Tuesday, May 5, 2020 at 10:45:37 PM UTC+5:30, Shiv Kumar wrote: > > The issue I am facing is that the google PHP library wrapper does

Re: more examples for php google ads api recommendations type

2020-05-05 Thread Shiv Kumar
The issue I am facing is that the google PHP library wrapper doesn't tell which function to use for each type of recommendation report for example : foreach ($response->iterateAllElements() as $googleAdsRow) { /** @var GoogleAdsRow $googleAdsRow */ $recommendation = $goog

Re: UnmarshallingError when trying to call ConversionTrackerService using the Ruby library

2020-05-05 Thread Mateus Luiz
Ok, I answered, but the text it's not here, we're the reply is going to? Em segunda-feira, 4 de maio de 2020 17:49:20 UTC-3, adsapiforumadvisor escreveu: > > Hi Mateus, > > Thanks for reaching out. Can you please provide the complete detailed logs > for the request and response so that I may tak

Re: UnmarshallingError when trying to call ConversionTrackerService using the Ruby library

2020-05-05 Thread Mateus Luiz
Ok, I answered, but the text it's not here, we're the private reply is going to? Em segunda-feira, 4 de maio de 2020 17:49:20 UTC-3, adsapiforumadvisor escreveu: > > Hi Mateus, > > Thanks for reaching out. Can you please provide the complete detailed logs > for the request and response so that

RE: Remove Frequency capping in campaign

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Yadigar, Thank you for reaching out. You can remove the frequency_caps by using the UpdateMask operation as explained here for just that attribute then keep the value blank when building your Campaign. This will clear that attribute. You can find more information on PHP Field Masks here and

RE: Error message while downloading data

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Mariana, Thanks for reaching out. Can you please elaborate on your concern so that I can further assist you? If you are experiencing issues with the API, can you please provide the complete detailed logs of the request and response along with your CID? Please ensure you "Reply privately to a

RE: Set administrative owner

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. Unfortunately, the Administrative owner setting cannot be toggled via API, you have to do it via UI only. We have created a feature request on behalf for this so I would recommend keeping an eye on our Developer Blog for information on future releases. Let me know

RE: Google Ads Developer Docs - Site Crash

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Jeff, Thank you for reaching out to us. Everything seems to be working from our end. There might've been a temporary glitch so please try clicking the link again to see if it works. If you are using any proxy servers to access the documentation, please deactivate the proxy. Some users also

Re: issue with SearchImpressionShare for whole Campaign

2020-05-05 Thread Daniel Alvarado
Hey Mitchell, Thanks for the clarification. Would that be something like this? *Impressions*: 100 *Impression Share*: 50% Calculated *Potential Impressions*: 200 And then we can add up the total potential impressions for a time period, add up the actual impressions, and then recalculate the impr

Re: Get Account Budget Spend

2020-05-05 Thread Sanket Tandalekar
Hi Bryan, Thanks for getting back to me so quickly. Yeah, I have resolved my issue and the data is matching with the dashboard. Thanks again for your help. Regards, Sanket Tandalekar On Mon, May 4, 2020 at 11:45 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Sa

RE: more examples for php google ads api recommendations type

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Shiv, Thank you for reaching out. You can see here for an example of getting all Text Ad recommendations. This example uses the recommendation report so you can modify it by using the different attributes listed there. For example, to get recommendations of type KEYWORD, you can change 'WHER

Re: issue with SearchImpressionShare for whole Campaign

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Daniel, It isn't possible to pull the number of potential impressions directly but pulling the impressions and SearchImpressionShare for each campaign using the Campaign Performance Report should give a good estimate assuming all of your impressions are on the search network. Regards, Mitch

Re: Schedule Google Ads Report to Google Sheets

2020-05-05 Thread Kevin Montel
Dear Anthony, thank you for your suggestion. I will try to forward my issue on the other forum as well. On Tuesday, 5 May 2020 15:27:24 UTC+2, adsapiforumadvisor wrote: > > Hi Kevin, > > Since you mentioned Google Ads Scripts as a possible solution and since it > can post data on Google Sheets,

RE: Schedule Google Ads Report to Google Sheets

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Kevin, Since you mentioned Google Ads Scripts as a possible solution and since it can post data on Google Sheets, I'd recommend reaching out to the Google Ads Scripts forum for assistance on this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zKB5D:ref -- -- =~=~=~=~=~=~=~=~

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-05 Thread Google Ads API Forum Advisor Prod
Hi Gagan, Thank you for the suggestion. The Shopping product partition utility I mentioned earlier was designed with similar goals in mind, as it provides a tree facade over the product partition criteria so users can just work with the tree structure and then have the utility generate the requ

Re: Google Ads Developer Docs - Site Crash

2020-05-05 Thread 'David Wihl' via AdWords API and Google Ads API Forum
If you have an adblock software, try disabling it and see if you get the same behavior. Regards, -David On Monday, May 4, 2020 at 6:25:54 PM UTC-4, Jeff Feng wrote: > > Hi all, > > I'm working on some Ads API development and noticed that the developer > docs site has been crashing - > https:/

Set administrative owner

2020-05-05 Thread Александр Чернуха
How can I set administrative owner to manager account with API? https://yadi.sk/i/z0zLzVFx_cfW4Q -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Re: Enabled CampaignSharedSet which is attached to Removed SharedSet

2020-05-05 Thread 'Google House Ads' via AdWords API and Google Ads API Forum
Hi Danica, Flow which has been described before is automatic and we do it through the API. To remove SharedSet we: 1. Fetch all campaigns which are applied to current SharedSet through the CampaignSharedSetService. Query looks like this: *"SELECT campaign_shared_set.status, shared_s

Is there a way to retrieve the campaign name from the gclid?

2020-05-05 Thread Efthimis Zeinis
I have developed an Android App for an organization, which has Universal App Campaigns to promote installs. In the app, I have set up the Google Referrer API Library and I can fetch successfully the URL of the campaign which is something like this {url}?gclid={gclid}. Given that I have the gcli

Remove Frequency capping in campaign

2020-05-05 Thread Yadigar Mammadov
Hello, I have set frequency capping while updating the campaign with PHP client library as given below $campaign = new Campaign([ 'resource_name' => ResourceNames::forCampaign(self::CUSTOMER_ID, $this->campaign_id), 'status' => CampaignStatus::PAUSED,

Schedule Google Ads Report to Google Sheets

2020-05-05 Thread Kevin Montel
Dear Google Ads Community, I am trying to achieve a pretty simple task, which unfortunately seems to be pretty complex in nature. I would like to create an automation (any kind of automation) that will send daily Google Ads data to Google Data Studio. I thought that scheduling the creation of