No response from Google Ads API Token Application for weeks

2024-04-08 Thread Christoph
there anything we can do to expedite the approval process? This is the ads manager account id: '482-963-8731' Thanks, Christoph -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-20 Thread Christoph Lanz
oes anyone know how to solve this? Or is there any further documentation or an example to see how to build the request? Many thanks in advance, Christoph *This is part of my code where I define the request: (Full code in the attachment)* $CampaignBidModifier = new CampaignB

Re: How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-21 Thread Christoph Lanz
but I am unsure how to add this parameter. I tried to include it in several ways but was not successful. Maybe you can help me out? Again, many thanks for your help! Kind regards, Christoph private static function createDeviceCampaignCriterionOperation( $languageId, $camp

Re: How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-22 Thread Christoph Lanz
Hi Anthony, Awesome, this example helped me to create a working Device Bid Modifier at campaign level. I attach the working code in case someone else finds it useful. Many thanks for your help and have a nice day! Kind regards, Christoph Am Donnerstag, 21. März 2019 18:51:55 UTC+1 schrieb

API-Tool works in sanbox but not in live-mode

2012-10-11 Thread Christoph Pfeiller
In the sandbox the account-structure can be read - The sandbox-user can see all clients and all campaigns of the clients. Thats why we think our tool works correctly. Now we wanted to switch to the live-user, but there we are not able to see the client-accounts of the client-center. When we logi

Can I create a custom column with AWQL?

2016-09-12 Thread Eric Christoph
Example: SELECT Id, CampaignName, 'MyColumn' As CustomColumn FROM CAMPAIGN_PERFORMANCE_REPORT Can I do that, or anything like it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goog

Re: V201109 KEYWORDS_PERFORMANCE_REPORT only returning 'Content' keyword for display campaign

2016-09-12 Thread Eric Christoph
So, the KEYWORD_PERFORMANCE_REPORT doesn't allow you to select the keyword? On Friday, June 8, 2012 at 5:55:01 AM UTC-4, Danial Klimkin wrote: > > Hello Eric, > > > Please try out the Criteria report: > > https://developers.google.com/adwords/api/docs/appendix/reports#criteria > > Particularly,

AWQL What is the column name for Keyword in Keyword Performance Report?

2016-09-12 Thread Eric Christoph
This query: SELECT Id, Keyword, Cost FROM KEYWORDS_PERFORMANCE_REPORT generates this error: Column 'Keyword' is not valid for report type KEYWORDS_PERFORMANCE_REPORT. Double-check your SELECT clause. (line 77) So what is the column name for Keyword in that report? Checked the documentation

What is the column name for Keyword in the Keyword Performance Report?

2016-09-12 Thread Eric Christoph
I feel silly writing this question, but I'm stumped. I'm writing an AWQL query to pull into a database: function getAWKeywordReport(popDuration){ var report = AdWordsApp.report( "SELECT Id" + ", Keyword" + ", KeywordMatchType" + ", CampaignName" + ", AdNetwor

Re: Get campaign performance report with API

2016-09-12 Thread Eric Christoph
Do you need to pull directly from .NET, or can you run a script and drop the report to a spreadsheet or database first then process it in .NET? On Friday, September 9, 2016 at 6:32:25 AM UTC-4, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > From which code i have to use? because i need in c

Re: V201109 KEYWORDS_PERFORMANCE_REPORT only returning 'Content' keyword for display campaign

2016-09-12 Thread Eric Christoph
Done On Monday, September 12, 2016 at 1:51:47 PM UTC-4, Anthony Madrigal wrote: > > Hi Eric, > > Since this is from an old thread, could you please post a new thread so > that it is better for us to track? > > Thanks, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Is the Auction Insights data available via API?

2018-06-14 Thread Christoph Bodenstein
Hi everyone, I just saw that it is at least now available to fetch auction insight data via Google Data Studio! Am Freitag, 16. Oktober 2015 15:03:43 UTC+2 schrieb Tat Angwattanapanich: > > I know that the auction insights data is available on the adwords > interface, but can we pull out the re

Adwords Reporting: Getting Url Custom Parameters

2019-06-05 Thread Christoph Lanz
use the following: $campaign->getUrlCustomParameters()->getValue() $campaign->getUrlCustomParameters()->getKey() What would be the correct query? Many thanks in advance! Kind regards, Christoph -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Adwords Reporting: Getting Url Custom Parameters

2019-06-07 Thread Christoph Lanz
Hi Peter, Great, that worked for me! Many thanks and have a nice day, Christoph On Thursday, 6 June 2019 09:27:00 UTC+2, adsapiforumadvisor wrote: > > Hi Chirstoph, > > You can refer to our reporting > <https://developers.google.com/google-ads/api/docs/reporting/overview>

Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-19 Thread Christoph Lanz
FIELD". Is it possible to update this information with the current ADS API V1? Many thanks in advance! Christoph *Example Code (fragment)* $ad = new Ad ([ 'final_urls' => [new StringValue(['value' => 'http://www.example2.com'])], ]); $adGroupAd = new

Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-20 Thread Christoph Lanz
wnload the information without problem, and for others not - but I couldnt find a common pattern. Could you help me, to see if I need to update the query, or to pre-filter some values that might cause the error? Many thanks in advance! Christoph *The error message that I get is the following

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-24 Thread Christoph Lanz
isapproval reason is "Cryptocurrencies" it throws the error. Is there someting that I can do? Or does it need a change on your side? Kind regards, Christoph On Friday, 21 June 2019 07:51:26 UTC+2, adsapiforumadvisor wrote: > > Hi Christoph, > > Could you also share y

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Christoph Lanz
Hi Thanet, Great, I'm sure this will be fixed soon then! I have problems opening the link from the GitHub you sent - could I please ask you to send it again? Many thanks! Christoph On Tuesday, 25 June 2019 08:35:14 UTC+2, adsapiforumadvisor wrote: > > Hello Christoph, > >

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Christoph Lanz
Hi Thanet, Perfect, now I'm able to follow on this, many thanks! Kind regards, and have a nice day, Christoph On Tue, 25 Jun 2019 at 12:23, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Christoph, > > I'm sorry for that. Somehow

Re: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-27 Thread Christoph Lanz
Hi Peter, I did sent you the Json response privately right? Or maybe I didn't send it properly? Is there anything else that you need from my side? Kind regards, Christoph On Thursday, 20 June 2019 08:43:08 UTC+2, adsapiforumadvisor wrote: > > Hi Christoph, > > The Google

Re: Expanded Text Ads - Is it possible to update Custom Parameters or Final Urls with the new Ads API V1?

2019-06-28 Thread Christoph Lanz
> Hi Christoph, > > Were you able to receive my reply in private, that was sent on June 21, > 2019? If you are unable to locate it in your inbox, you may refer below for > the contents of my response : > > > > *My apologies for the delay. After discussing with the rest of

Re: edit responsive search ads

2022-03-25 Thread Christoph Reiner
I am having the same Problem. Trying to edit a RSA but its not working: Host: googleads.googleapis.com, Method: /google.ads.googleads.v9.services.AdGroupAdService/MutateAdGroupAds, RequestId: 5qCrTjOl7syk8WH3PoDnJA, IsFault: True, FaultMessage: Field 'ad.responsive_search_ad.descriptions' canno

Re: AdGroupExtensionSettingOperation > Remove a specific FeedItem

2021-02-26 Thread Christoph Lanz
Hello Peter, Perfect, many thanks! This solution should work! Kind regards, Christoph On Fri, 26 Feb 2021 at 06:11, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Christoph, > > I work with Anthony and allow me to assist you. > > Since you

Sitelinks > DevicePreference

2019-11-26 Thread Christoph Lanz
tform targeting" option in the AdgroupExtensionSetting? Many thanks in advance for your help! Kind regards, Christoph -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Results of Adgroup_Performance_Report display different campaigns than campaignIDs requested in query

2020-02-07 Thread Christoph Lindemann
.During(end_date+ ','+start_date) .Build()) I receive a report for campaignID 68060187 as expected but in addition for ID 1674059168 instead of 124390347. In the account I can see that traffic was definitely present in 124390347 durin

ExtensionFeedItem - How to update/remove settings from device?

2020-05-07 Thread Christoph Lanz
vice" would also do no change in the Sitelink. - deleting the entire extension feed item would delete the whole Sitelink, which would reset sitelink history, I would like to avoid this if possible. Could you please help me to see what I am missing? Many thanks in advance! Kind

Re: ExtensionFeedItem - How to update/remove settings from device?

2020-05-08 Thread Christoph Lanz
Hello Mitchell, Great, many thanks! This gave me the hint that I needed! Kind regards, and have a nice weekend, Christoph On Thu, 7 May 2020 at 18:32, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Christoph, > > Thank you for reaching out. In

Re: Asset Extensions - How to delete from Shared Library?

2021-12-20 Thread &#x27;Christoph Lanz' via AdWords API and Google Ads API Forum
with the API, but could use a manual process instead Kind regards, Christoph On Mon, 20 Dec 2021 at 23:28, 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum wrote: > Hello, > > Thanks for reaching out to the Google Ads API support. T