Target Impression Share "Bidding Strategy Type" as UNKNOWN in API

2019-12-02 Thread JC
Hi guys, I'm trying to pull *BiddingStrategyType* in a* Campaign Performance Report*, but the campaigns that I have running on "Target Impression Share" are returning a "--" or "UNKNOWN" value. I was checking the API docs and it turns out the strategy type is not available (see here

Re: GMB Extensions, can't use personal account?

2017-04-27 Thread JC Lee
Hi Nadine, Using business account works! But as Ivan noted above, personal accounts should work too. Should I limit my users to business accounts? On Friday, 28 April 2017 00:05:45 UTC+8, Nadine Sundquist (AdWords API Team) wrote: > > Hello JC, > > Thanks for sending us thos

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread JC Lee
I have replied privately with the details you asked for. Unfortunately, I haven't gotten a reply about the personal account id from GMB forum. On Wednesday, 26 April 2017 19:27:32 UTC+8, Ivan Bautista wrote: > > Hi JC, > > With regards to retrieving your personal account id, it w

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread JC Lee
attempting to execute a ADD feed operation for my location feed. How do I go about debugging this? On Wednesday, 26 April 2017 15:35:11 UTC+8, Ivan Bautista wrote: > > Hi JC, > > As per documentation > <https://developers.google.com/adwords/api/docs/guides/feed-services-locations#

GMB Extensions, can't use personal account?

2017-04-25 Thread JC Lee
In the guide, https://developers.google.com/adwords/api/docs/guides/feed-services-locations#google_my_business: The account id is specified as: businessAccountIdentifier There's also a personal account in GMB. Does this mean that I can't use the personal account id for location feed? -- --

Re: How do I get a list of linked GMB accounts from the API?

2017-03-27 Thread JC Lee
Hi, Thanks for the answer. If I understand you correctly, the one time setup links one GMB account to AdWords. So with AdWords API, I won't be able to get a list of accounts for my app's user to choose from like the "Select a Google My Business account" in AdWords UI (seen in attachment in

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Hi, My mistake, I think I found the issue.. If it does happen again, I'll update here. On Tuesday, 28 March 2017 03:04:05 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > Could you please confirm how the specific feed with feedItemId : > 11747797807 was created? Was it

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
Further testing and they are all causing errors now. I am not sure what's wrong. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-27 Thread JC Lee
I think you are right about where/how it was created causing the error. I did a test where I create the item via FeedItemService. Adding this feedItem via AdGroupExtensionSettingService gave me the EntityNotFound.INVALID_ID error. Whether the operator is ADD or SET results in the same error.

How do I get a list of linked GMB accounts from the API?

2017-03-27 Thread JC Lee
In the AdWords UI, I can select a GMB account (As seen in the attachment.) Are these accounts retrieved from GMB API or AdWords API? If it's the AdWords API, which service do I use? *If it's the GMB API...* Is the GMB account also the AdWords account? i.e. The same email address? If that's

How do I get policyData of AppFeedItem if it's not already associated to Customer, Campaign or AdGroup?

2017-03-26 Thread JC Lee
I am trying to get a list of feed items available to be added to the various levels (Customer, Campaign etc) I have been using FeedService to get these feed items (and painstakingly assigning properties using placeholderId) but doing so I cannot get properties such as policyData. How can I

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-25 Thread JC Lee
Do let me know. As said in my earlier response. There's no need for FeedMapping or FeedId as doing this any other way other than described in the first post produced no errors. On Saturday, 25 March 2017 05:07:00 UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > Could you

Re: EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-24 Thread JC Lee
Hi, I am using AdGroupExtensionsSettingService and not FeedServices. As far as I understand there's no need for feed mapping with that service. And I have no issues adding the extension if it's only targeted to that particular ad group. This is also with AdGroupExtensionsSettingService without

Re: How can I test location extensions without a verified Google My Business address?

2017-03-24 Thread JC Lee
My mistake. When I clicked on the GMB link in AdWords UI, it switched my user so it was created in another user. No problems now. On Saturday, 25 March 2017 04:17:18 UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Could you confirm that you followed this guide >

EntityNotFound.INVALID_ID when setting ExtensionFeedItems using ExtensionSettingService

2017-03-24 Thread JC Lee
I have a peculiar issue which may be a bug with the API. I am setting 2 AdGroupExtensionSettings within one API call containing 2 operations. The first ad group already contains ExtensionFeedItems. The second ad group was previously empty, in this operation I am adding a new

Re: How can I test location extensions without a verified Google My Business address?

2017-03-24 Thread JC Lee
Hi, I created a GMB address, however it's not showing up on AdWords UI. Are there additional steps I need to take? On Saturday, 25 March 2017 02:33:30 UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > I'm afraid there isn't an option to create a test GMB account. You can use > a

How can I test location extensions without a verified Google My Business address?

2017-03-24 Thread JC Lee
With AdWords, I can use a test account for testing. I don't see how I can create a test GMB account. How can I test location extensions without an actual verified GMB address? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-23 Thread JC Lee
of properties except its feedItemId. Maybe you guys should update the documentation to reflect this. Best Regards, JC On Thursday, 23 March 2017 15:16:18 UTC+8, Ivan Bautista wrote: > > Hi JC, > > To help us investigate further, could you *reply to us privately* with > the SOAP reque

Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-22 Thread JC Lee
I need to add that I am using AdGroupExtensionSettingService. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-22 Thread JC Lee
I am trying to assign an extension to 2 different at ad groups at once in one mutate call. If the 2 ad groups are associated to the same extension (unrelated to the new extension being assigned). Then the error occurs. To help illustrate when the error occurs, here are some scenarios: *Error

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-21 Thread JC Lee
application. Can you please feedback the above to the team as well? On Tuesday, 21 March 2017 14:49:11 UTC+8, Ivan Bautista wrote: > > Hi JC, > > Yes, validation of your extensions should be done separately from removal > of extensions. However, for adding of extensions, yo

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread JC Lee
synchronously perform these operations: - Add extensions to many ad groups - Remove extensions from many ad groups On Monday, 20 March 2017 19:05:00 UTC+8, Ivan Bautista wrote: > > Hi JC, > > Thank you for providing the screenshot. You can achieve similar feature in > th

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread JC Lee
sts" and "Add extension if does not exist" on the ad group. Maybe if I do a BatchJob, the ad groups with incompatible extensions will fail with errors and I should just ignore those? On Monday, 20 March 2017 14:30:46 UTC+8, Ivan Bautista wrote: > > Hi JC, > > Coul

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-19 Thread JC Lee
I would also like to add or remove extensions from multiple ad groups like the UI? How can I achieve that? As far as I understand, each ad group's extensions must be set through its AdGroupExtensionSetting -- that which contains ExtensionSetting, essentially an array containing the extensions.

Add extensions to multiple ad groups like AdWords UI

2017-03-19 Thread JC Lee
Is there a single operation I can do to add extensions to many ad groups at once? Is batch job my only option? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

How do I get all ad groups with their extensions using campaign id?

2017-03-15 Thread JC Lee
I want to achieve something similar to AdWords UI's* Campaign -> Ad extensions -> Callout extensions -> Ad group extensions *where a table of ad groups and their extensions are displayed. Therefore, I need to get all the ad groups with extensions in an API call. What's the most efficient way

CampaignCriterion.bidModifier returned with many decimal places normal?

2017-03-13 Thread JC Lee
Hi, I am doing a CampaignCriterionService->mutate() operation with a bidModifier value of 1.05. The return value I get back is 1.049523163. Is this normal? Shouldn't the API round it up to 2 decimal places before sending it back? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How do I identify the feed type when getting feeds created through AdWords UI?

2017-01-21 Thread JC Lee
Hi, My application requires getting *ALL available extension feed items* from AdWords. These includes those that were created through AdWords UI (Which are named along the lines of "Main callout feed".) Currently, it looks like I must perform 3 separate queries to identify the feed items.

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
FeedServices). On Friday, 20 January 2017 14:17:30 UTC+8, Peter Oliquino wrote: > Hi JC, > > Could you confirm if you created the Callout1 feed item using the AdWords > UI? If yes, then what you need to use will be the > CampaignExtensionSettingService > <https://developers.goog

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
to get only Callout1 but now I am getting Callout1 and Callout2. AdWords probably does this with the matching function, but how do I get the results of the matching function without writing an interpreter? On Friday, 20 January 2017 13:19:03 UTC+8, Peter Oliquino wrote: > > Hi JC, > > Ap

Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
e feed items internally in my app's interface. On Friday, 20 January 2017 11:49:12 UTC+8, Peter Oliquino wrote: > > Hi JC, > > To get the list of active feeds (currently serving) that were added to a > specific campaign, you could use the CampaignFeedService.get > <ht

How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-19 Thread JC Lee
Hi, I am using the latest PHP library (v25) but this question should be about the API itself. Say I have created a feed using the API or AdWords, and added them to a campaign using CampaignFeedService *or via the AdWords interface*, how do I get the extensions that are currently active on the

Must temporary ids for batch jobs be unique across different types?

2016-12-06 Thread JC Lee
Can I have a campaign with id -1 and an adGroup under it with id -1 in the same batch job? i.e. Can temp ids be the same if they are different types? Why I am doing this: My application already has local campaigns, adGroups and so on with their own ids. I would like to use the negative of

Re: Polling a batch job via PHP library needs unnecessary upload URL?

2016-12-01 Thread JC Lee
I have filed an issue on github. In the mean time though, correct me if I am wrong, it looks like to download the batch job results in PHP I will have to have the upload URL. On Friday, 2 December 2016 00:42:20 UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > Yes, UploadUrl is not

Polling a batch job via PHP library needs unnecessary upload URL?

2016-12-01 Thread JC Lee
I noticed in the PHP library, BatchJobUtils' constructor has a required $uploadUrl param. *Isn't upload URL unnecessary when polling a batch job?* In my case, I am using a queue system to poll the batch job. Since I can't get the upload URL using BatchJobService->get (Doc says "This field is

ReportDownloadException : INVALID_FIELD_NAME_FOR_REPORT

2014-05-21 Thread JC Soledis
Hello, I work with php library to get a few informations from AdWords api. My problem is, when I query a report, google tell me : ( ! ) Fatal error: Uncaught exception 'ReportDownloadException' with message ' in

invalid google mcc account credentials. cannot serve any requests for the specified account. please contact support.

2011-02-24 Thread JC
I have had a custom made program query my MCC via the API for years. For years, it has worked just fine, until today. I have it set to query very 15 minutes and now I just the same error message every 15 minutes - invalid google mcc account credentials. cannot serve any requests for the

Re: invalid google mcc account credentials. cannot serve any requests for the specified account. please contact support.

2011-02-24 Thread JC
There was an account that was suspended. Could it be possible that the API is linked to that account that was suspended for billing issues rather than acting as a stand-alone account (since it has separate billing info) or not attached to the MCC itself? On Feb 24, 2:57 pm, JC jasonco

AdWords API Re: v2009 Launch

2009-07-01 Thread JC
OK I know this is a silly question and is probably the wrong place to post it, but can someone clarify what is meant by a Third Part Developer? I assume it means someone wanting to develop a program that works with adwords to then either sell or pass on to other companies? If we want to develop

AdWords API V12 Sunset date

2009-02-04 Thread JC
Hi Can someone confirm when V12 of the Adwords API will be closed please? This announcement says the 8th February (http:// groups.google.com/group/adwordsapi-announcements/browse_thread/thread/ 6ab21d2030dc0aa9) yet this one says the 20th (http:// adwordsapi.blogspot.com/search?updated-