addCampaignBudget error

2024-11-13 Thread pj sheng
when i add CampaignBudget like this : private static String addCampaignBudget(GoogleAdsClient googleAdsClient, long customerId) { CampaignBudget budget = CampaignBudget.newBuilder() .setName("Cruise Budget #123" ) .setDeliveryMethod(BudgetDeliveryMethod.STANDARD) .setAmountMicros(500_000L) .buil

[ADS API v9] GAQL query account budget is different with Google Ads.

2022-02-13 Thread PJ SUN
in the Google Ads my account budget spend is 22232.13 , remaining account budget is 370.54 . but GAQL query result is different . so how can I get the correct remaining account budget ? Google Ads: [image: GoogleAds.png] GAQL Query: [image: GoogleAdsApi.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Is there are table mapping currencies to the smallest non-fractional unit?

2017-02-28 Thread pj
Are there any updates to this? I'm trying to do the same thing and can't find the minimal CPC values/currency anywhere. On Thursday, February 16, 2017 at 9:45:34 AM UTC-6, Christian wrote: > > Hi Josh, > > sure. > > We use the AdWords API to set bids, which are calculated by an algorithm. > For

Re: Stop words

2012-11-27 Thread PJ
As a follow up question, how should I handle keywords that contain a stop word? Is it correct to assume that these keywords have a search volume of 0? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Stop words

2012-11-27 Thread PJ
I noticed that AdWords removes some characters from its output. For example, if I enter the keyword 'c++', I get back the statistics for 'c'. The same thing happens for the keyword 'test (keyword)' - I get back the statistics for 'test keyword'. This behavior is true for both the API (Targeting

Re: Can I use the Customer Sync Service to find newly created ads?

2012-11-11 Thread pj
He Orangevn, you check only ads in adgroups, where changedAdGroup.adGroupChangeStatus == ChangeStatus.FIELDS_CHANGED, but not in adgroups where changedAdGroup.adGroupChangeStatus == ChangeStatus.FIELDS_UNCHANGED =) pj Am Dienstag, 6. November 2012 05:28:20 UTC+1 schrieb Orangevn: > >

Re: What's the maximum number of keywords that can be passed as RelatedToKeywordsParameter to TargetingIdeaService?

2011-09-06 Thread PJ
HI, Thanks to both of you. I failed to see that appendix page when I was looking for the exact limits. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=

What's the maximum number of keywords that can be passed as RelatedToKeywordsParameter to TargetingIdeaService?

2011-08-26 Thread PJ
What's the maximum number of keywords that can be passed as RelatedToKeywordsParameter to TargetingIdeaService? If there is no explicit limit, would I be correct to assume that the implicit limits are set to the maximum amount of results for the retrieval method used (800 if get(), 500 if getBu

Re: Avg CPC: API vs Web UI Result

2011-07-01 Thread PJ
Hi, Thank you. The discussions in the links you posted above are *quite *not similar to my case since I used the web UI as an anonymous user (so the suggested probable cause in the first link is not applicable) and I am using the EXACT match type (so the cause in the 2nd link is not applicable

Re: Avg CPC: API vs Web UI Result

2011-06-27 Thread PJ
Still no replies on this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscr

Avg CPC: API vs Web UI Result

2011-06-25 Thread PJ
Hi, I am trying to get the Avg CPC of keywords through the API. However, I still can't get the results anywhere nearer the Web UI's results. I conducted the WebUI request as an anonymous (not signed-in) user and my request parameters are as follows: *Request Parameters (both on Web UI and API)