Re: Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
t;: 3739.126953125, "costMicros": "5796696000", "conversions": 226.53358459472656, "conversionRate": 0.060584619641304016, "averageCpaMicros": "25588682" } } On Friday, June 23, 2023

Re: Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
ghRate": 0.17527243494987488, "averageCpcMicros": "1550281", "clicks": 3739.126953125, "costMicros": "5796696000", "conversions": 226.53358459472656, "conversionRate": 0.060584619641304016, "ave

Re: empty response from $keywordplanserviceclient->generateforecastmetrics

2023-06-23 Thread Patrick P
Hey Aqeel -- your start_date should probably be 2023-07-01 On Thursday, June 22, 2023 at 5:32:07 AM UTC-6 Google Ads API Forum Advisor wrote: > Hello Aqeel, > > For us to check this, can you provide us with the complete request and > response logs with request ID and request header generated

Does anyone have working generateforecastmetrics() code yet?

2023-06-23 Thread Patrick P
I'm still trying to get generateforecastmetrics() working in the v14 php sdk This code is segfaulting for me when trying to instantiate the BiddableKeyword object $KeywordPlanIdeaServiceClient = $googleAdsClient->getKeywordPlanIdeaServiceClient(); $biddableKeywords = new

Return label details as part of reports

2023-06-20 Thread Patrick
We make heavy use of labels and currently we import all ad groups using the ad_group report and would like to be able to import the labels at the same time. However at the moment we have to do a query to the label report for each e.g. ad group to get the actual label names, which takes a very

Re: google ads api - generate forecast metrics

2023-06-09 Thread Patrick P
For anyone else following this, it appears like they updated their docs, nulled out and no longer have examples, but do finally have the right instructions here: https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics Google team -- next time, might we

Re: GenerateForecastMetricsResponse doesn't include keyword forecasts

2023-06-09 Thread Patrick P
Bug was introduced on 6/1/23 Yesterday they updated their SDKs and removed the example for generating clicks/impressions. They did not include a new example using GenerateKeywordForecastMetrics() -- if you try to use GenerateKeywordForecastMetrics() by following their docs you will get the

Re: keyword_forecasts field has disappeared in generateforecastmetricsresponse

2023-06-07 Thread Patrick P
The documented examples Google Ads API Forum Advisor linked in that post / documentation are not functional. They also return null values. Several of us have had this code in production, are not using the two deprecated calls, and are adhering to Google's documentation but we have been unable

Re: Google Ads API - Generate forecast metrics

2023-06-06 Thread Patrick P
Seeing the same with PHP using their documented examples. I have a ticket open with our google representative still waiting to hear back. This broke our forecasting tool which is critical to our business, we do not use either of the two deprecated calls and our code matches the current

Automatically stop the campaign when the budget date is exceeded

2022-09-19 Thread Patrick Nguyễn
Hi, I want Automatically stop the campaign when the daily budget is exceeded. I use the following code: function main() { var allowedOverdeliveryPercentage = 0.1; // set percentage as decimal, i.e. 20% should be set as 0.2 var labelName = 'pause-campain'; AdWordsApp.createLabel(labelName,

Re: Campaign-specific goal (conversion) settings

2022-08-30 Thread Patrick Adelino
Hi Aaron, were you able to configure campaign-specific goal settings via the SDK? Can you send a code example to help me set it up too? Thanks On Monday, August 1, 2022 at 11:45:11 AM UTC-3 aaron@gmail.com wrote: > Thank you! > > On Mon, Aug 1, 2022 at 3:29 PM Google Ads API Forum Advisor

What types of Conversion types can be uploaded by UploadClickConversionsRequest and UploadCallConversionsRequest

2022-03-17 Thread Patrick O'Neil
I have a manager account that we use to manage other clients' conversions and I keep a table of all of their conversions. We use the UploadClickConversionsRequest and UploadCallConversionsRequest objects to submit the conversions from our system. Below is a list of the different

Re: Adding adgroup Audience segments (Affinity + in-market) Observation

2022-03-17 Thread Patrick
est($customerId, $interestId)); $adGroupCriterion->setUserInterest($userInterestInfo); $adGroupCriterion->setAdGroup(ResourceNames::forAdGroup($customerId, $adGroupId)); ... Does that sound right? Thanks On Thursday, 17 March 2022 at 10:37:35 UTC Patrick wrote: > Hi, > > Are there any

Adding adgroup Audience segments (Affinity + in-market) Observation

2022-03-17 Thread Patrick
Hi, Are there any guidelines on how to add specific affinity and In-market audience segments to an adgroup in observation mode with the api? In the UI they are under Audience > Edit audience segments. Then from there you can choose Observation > "What their interests and habits are"

Batch job service roll back if errors

2022-03-09 Thread Patrick
Hi, Is there a way to validate a batch job or roll back a batch job if there are any errors when creating a campaign? So kind of like setting partial_failures to false but for the batch job? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Create Label example request

2022-02-07 Thread Patrick
Also not entirely sure this Label documentation is entirely correct, it doesn't mention Label at all only TextLabel? https://developers.google.com/google-ads/api/docs/reporting/labels#create_labels On Monday, 7 February 2022 at 13:01:33 UTC Patrick wrote: > Hello, > > I can't see

Create Label example request

2022-02-07 Thread Patrick
Hello, I can't seem to find an example of how to create a Label via the api. There are examples on how to attach an already existing label but none on how to create one from scratch. Could you point me in the right direction, otherwise please could an example be created, it isn't that

Create Label example

2022-02-07 Thread Patrick
Hello, I can't seem to find an example of how to create a Label via the api. There are examples on how to attach an already existing label but none on how to create one from scratch. Could you point me in the right direction, otherwise please could an example be created, it isn't that

Re: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread Patrick
the better. We basically need to make double the amount of requests for all entities and handle the merging, etc, whereas before we could have one request. On Tuesday, 25 January 2022 at 10:56:57 UTC adsapi wrote: > Hi Patrick, > > Thanks for reaching out. > > I'm afraid t

Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-24 Thread Patrick
Hi, With Adwords API we were able to use the KEYWORDS_PERFORMANCE_REPORT to retrieve the Label names along with other required fields and metrics in one convenient query. With Google Ads API it looks like keyword_view only returns the label resourceNames. Does this mean if I would like to

Google Ads PHP SDK - How do I set a campaign to target 'Presence' on the Location targeting options

2022-01-14 Thread Patrick Pelanne
I've been working with the SDK for awhile now and have always been able to find examples for the things I've needed to do until today. I have a campaign created, and have the campaign resource name at this point in my code. I need help getting the syntax correct for sending a campaign

Error Fetching YouTube analytics data through my ads manager account.

2021-06-17 Thread Chibuike Patrick
I am currently working on fetching analytics data from youtube using youtubeAnalytics api. I can get data for a particular channel if I authenticate with the email associated with the channel but find it difficult to retrieve data if I authenticate with email associated with my google ads

Weather Based Bidding Script - Smart Bidding Strategies vs manual

2020-06-10 Thread Patrick Moore
Hi, With the weather-based bidding script, if the campaign is on a smart bidding strategy such as Target CPA, or Target ROAS, which ignore location bid multipliers, will the script therefore not work? i.e. does it need to be on manual or ecpc. Thanks, Patrick

Re: partialFailure and validateOnly not supposrted with UserListservices

2020-05-25 Thread Patrick alejaga
Noong Miyerkules, Mayo 20, 2020 ng 12:32:05 PM UTC-4, si adsapiforumadvisor ay sumulat: > > Hi, > > I've added a request for this feature to be added. In the meantime, please > follow our blogs > for > more information on

Re: partialFailure and validateOnly not supposrted with UserListservices

2020-05-25 Thread Patrick alejaga
Noong Linggo, Mayo 17, 2020 ng 11:38:37 PM UTC-4, si cv ay sumulat: > > Hi, > > > I can see that I cannot use additional options like this not > working. partialFailure and validateOnly not supported with > UserListServices and OfflineUserDataJob > > > ['partialFailure' => false,

Reliable Way of Fetching Display Campaign Feed ID

2019-09-01 Thread 'Patrick Jerome Obaldo' via AdWords API and Google Ads API Forum
Hi, As the title would suggest, I'm looking for a reliable way of getting the feed ID/Name of a display campaign. Currently I'm using the CampaignFeedService, and it's working flawlessly when the campaign is using a feed from the Business Data. However, this fails to return any value when the

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REGUIRED

2018-04-10 Thread patrick
1. Getting the same issue on v201710: 2. 3. *REQUEST:* 4. 5. http://schemas.xmlsoap.org/soap/envelope/; xmlns:cm= "https://adwords.google.com/api/adwords/cm/v201710; xmlns:ns0= "https://adwords.google.com/api/adwords/cm/v201710; xmlns:wsdl=

Can a Budget be removed via the API?

2018-03-15 Thread patrick
I'm attempting to set the status of a Budget to REMOVED. The budget is not explicitly shared and the reference count is zero. However, when performing the mutation via the BudgetService, the returned status is ENABLED. The documentation contains conflicting information, with some pages

'Limited by Budget' Alert

2018-03-02 Thread 'Patrick McGuigan' via AdWords API Forum
Question here from Bidalgo, one of our SaaS partners who has integrated with UAC via API. They are building alerts for all UAC best practices into their dashboard that clients use to build/manage campaigns. The idea is that by pushing best practice adoption, performance will improve and

Re: OfflineCredentials.Api.ADWORDS is giving value null and causing nullPointerException

2017-08-09 Thread Patrick McGeever
\ --conf "spark.driver.extraClassPath=guava-20.0.jar:commons-configuration-1.10.jar" \ --conf "spark.executor.extraClassPath=guava-20.0.jar:commons-configuration-1.10.jar" \ ./some_spark_application.jar I hope this helps someone. On Friday, 28 July 2017 04:06:34 UTC+1, Peter

Re: OfflineCredentials.Api.ADWORDS is giving value null and causing nullPointerException

2017-08-09 Thread Patrick McGeever
jar" \ --conf "spark.executor.extraClassPath=guava-20.0.jar:commons-configuration-1.10.jar" \ ./some_spark_application.jar I hope this helps someone. On Friday, 28 July 2017 04:06:34 UTC+1, Peter Oliquino wrote: > > Hi Patrick, > > This appears to be a very old thread.

Re: OfflineCredentials.Api.ADWORDS is giving value null and causing nullPointerException

2017-07-27 Thread Patrick McGeever
I am experiencing this problem also. Did you resolve it in the end? Would be good to know how. On Friday, 26 August 2016 06:29:30 UTC+1, ku...@arw.is wrote: > > Hi All, > > I have the same issue right now. I am trying to run my Adwords project as > a spark job in scala. It works well on my

Use TargetingIdeaService to get monthly search volume for more then 12 months?

2017-05-02 Thread Patrick van Zadel
I've been going through the documentation for a new project we are considering in our internal SEA strategy and I was wondering about something. Now our SEA people use the Google Keyword Planner to get some insights into Keywords, it's volume and their respective competition but also Ideas for

Use TargetingIdeaService to get monthly search volumes for more then 12 months

2017-05-02 Thread Patrick van Zadel
I am currently researching the possibilities for a new internal project for our SEA strategy that we would like to implement and I have some doubts about some of our features in terms of the AdWords API, specifically the TargetingIdeaService. If you look at the TargetingIdeaSelector

Re: AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread Patrick Mahoney
- it is returned regardless of the fields we request. Thanks all. On Tuesday, March 28, 2017 at 2:38:18 PM UTC-4, Patrick Mahoney wrote: > > > Hello All, > > We have been using the adwords api, and recently began encountering a > problem as we attempted to move to v201702

AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread Patrick Mahoney
Hello All, We have been using the adwords api, and recently began encountering a problem as we attempted to move to v201702, specifically wrt AD_PERFORMANCE_REPORT. Our strategy has been to code-generate the report descriptions for adwords based on the report descriptions .csv file that

Re: API key AdWords for smaller agencies

2015-10-15 Thread Patrick McConlogue
. Best, Patrick On Friday, May 22, 2015 at 3:05:19 PM UTC-5, Raghavendra Soudala (AdWords API Team) wrote: > > Hi Barbora, > > A developer token is required to perform any operation against an account > using the AdWords API, so you will need to go through the signup pr

Discrepancy in Cost Data between Webview and Adwords API

2015-04-28 Thread patrick
Here's the query I made on the API: SELECT Cost,Clicks,Impressions,CampaignName,Id,Date FROM CAMPAIGN_PERFORMANCE_REPORT DURING 20140401,20140801 The cost reported for one of my campaigns on July 4th is significantly different between the web view and the API query. -- --

Re: how do you get the ad id for an item in the display keyword performance report

2014-03-18 Thread patrick o'keeffe
when i try that report its empty i presume its a different kind of network? On Tuesday, March 11, 2014 10:38:50 AM UTC, patrick o'keeffe wrote: How do you get the ad id for an item in the display keyword performance report. its not available in that report so which other report do i need

how do you get the ad id for an item in the display keyword performance report

2014-03-11 Thread patrick o'keeffe
How do you get the ad id for an item in the display keyword performance report. its not available in that report so which other report do i need to link to in order to get it and what do i need to link to it with. many thanks for any help -- --

Re: AWQL -- query only Records with Impressions, Clicks, or Conversions 0

2014-01-13 Thread Brandon Patrick
, 2014 1:39:40 PM UTC-6, Brandon Patrick wrote: Using reporting, I only want to pull ads where one of these stats -- Impressions, Clicks, Conversions -- is greater than zero. In MySQL I would do something like this: SELECT Id, Impressions, Clicks, Conversions, Status FROM AD_PERFORMANCE_REPORT

AWQL -- query only Records with Impressions, Clicks, or Conversions 0

2014-01-10 Thread Brandon Patrick
Using reporting, I only want to pull ads where one of these stats -- Impressions, Clicks, Conversions -- is greater than zero. In MySQL I would do something like this: SELECT Id, Impressions, Clicks, Conversions, Status FROM AD_PERFORMANCE_REPORT WHERE CampaignId = $remote_service_ID AND

How do I track down Google Login, Developer Token, and Client Customer ID?

2013-05-21 Thread Patrick Williams
Is all of this information readily available in the Adwords interface? I am a marketing guy with little technical knowledge advising a technical team on how to extract data from the Adwords API. Based on this link (https://developers.google.com/adwords/api/docs/guides/reporting) it appears

Call to API to return weekly cost data by keyword

2013-05-20 Thread Patrick Williams
Hi - I'd like to get some instructions for making the call to the Adwords API to return weekly cost (CPC) and impression data, by keyword (aggregated across campaigns etc). Is there a URL construction that anyone can share that would help get at this level of data? I am not concerned with

BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-25 Thread Patrick Ma
Note: I masked my credentials from the request recording. For some reason any request whether it's mutate or get to BudgetService results in this error: --- http_interactions: - request: method: post uri: https://adwords-sandbox.google.com/api/adwords/cm/v201209/BudgetService body:

CriterionError.INVALID_CRITERION_ID on setting location-id on v201209 in sandbox

2012-10-09 Thread Patrick Fischer
Hi, I'm using the lastest adwords api v201209 with the php client software. Using the same code in sandbox instead of the production server fails with the following message: Fatal error: Uncaught SoapFault exception: [soap:Server] [CriterionError.INVALID_CRITERION_ID @

What do I pass into SOAP authToken header when using OAuth2.

2012-08-15 Thread Patrick Ma
Really confused about the authToken header from the documentation. Because we're not using client login. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

API Reports Pending Forever

2011-11-02 Thread Patrick
Hello everyone, I have been running reports the past 2 months without problems, however, when I tried to run the reports for October using the api the reports just keep pending forever. Did something change? I am using v13. Thank you for your help. --

How do I get API access?

2011-06-15 Thread Patrick
I am extremely frustrated right now while trying to find the signup form for Adwords API access. The links in the documentation seem to lead me in circles, never actually arriving at the form. I had a similar problem when signing up for Google Maps API, which I did purchase eventually, where I

Re: problem with experiment #167199

2011-06-14 Thread patrick
the issue when i take it off again the experiment data comes back fine. On Jun 13, 12:08 pm, patrick patr...@dotzinc.co.uk wrote: i've had a problem with experiment #167199. Even though i had the experiment set up for 50% experiment and 50% control and had the keyword set as ‘modified

problem with experiment #167199

2011-06-13 Thread patrick
i've had a problem with experiment #167199. Even though i had the experiment set up for 50% experiment and 50% control and had the keyword set as ‘modified’ in the experimentDeltaStatus i still only had results for control? Everything seems to have been set up correctly for results in both

max cpc not correct in experiment results

2011-06-07 Thread patrick
while an criterion experiement (v201101) is running i am getting the results daily by adding the field 'AdvertiserExperimentSegmentationBin' to the keyword performance report, but the max cpc i am gettin from the experiment part is the same as the control. how do i get the max cpc the experiment

timezone of ace experiment

2011-05-18 Thread patrick
I am in the london timezone and my account is set to that timezone. However when i set my ace experiment to end at 11:57 on the 19th may it told me it was going to end at 7:57 pm. Is there a reason for this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

api gives error NO_MULTIPLIER_SPECIFIED when trying to set criterion experiment

2011-05-12 Thread patrick
i have set up an experiment on a criterion level (using v201101) with a specific bid. But it keeps giving the NO_MULTIPLIER_SPECIFIED error. I can get the api to accept the experiment if i specify the multiplier but i want to set the criterion to have a specific max cpc. how do i tell the

How can I identify my uploaded images?

2010-10-29 Thread Patrick Berglund
' and 'sourceUrl' fields. When I run the sample v201008.GetAllImages these fields are still empty for the image. I found that if I upload an image from the web interface (Display Ad Builder) the image's sourceUrl is set, and returned by the API. But not the name. Thanks! Patrick

APIlity Agua 1.13.0 : Campaigns are not loaded

2010-07-06 Thread JOHN PATRICK
I have been using APIlity Agua 1.13.0. After logging to a client, and click Reload Campaigns, it shows no campaigns in th list. Also, Account structure doesn't display any Campaigns in the list. What is the issue here? Regards, John -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

AdWords API apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
Hi, i am using apility 1.13.1 to run a web page that allows end-users to do things like change their campaign status from active to paused, etc. etc. Starting yesterday (Dec 29, 2009), the page suddenly stopped working, despite the fact that nothing about the code or the account was changed.

AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
i'm finding that due to laziness during a previous upgrade my apility config library files may be a hybrid of v13/ v14. in which my config file would have caused my page to use v14. but my changelog file only goes up to 1.13.1 causing me to indicate in my previous post that i was using that

AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
there may be false leads in the 2nd post, i'm not even sure if i'm using the v13 or v14 link, bottom line is, my page stopped working with no changes to the code or account on dec. 29, and i'm either using v13 or v14. :) -- You received this message because you are subscribed to the Google

AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
hi eric, thanks for your reply. as i was probably writing simultaneously to when you were writing i was realizing i am using the v13 link. however fact remains with same code account suddenly stopped working 12/29/09 after working stably for about 6 months. and i thought the switch to v2009 was

AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
my host had been blocking a range of ip addresses including adwords.google.com, and has removed the block and the page is working again. thanks -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to