Re: How to get the total cost of a campaign through api

2018-05-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shan, You should be able to retrieve the said information by including the Cost field when you generate the Campaign Performance Report as you can see in my below sample SELECT query and results

Re: Google HPA Api about

2018-05-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The Google Hotel Ads API is out of scope for our team. You may may find their help center and contact us link here for further assistance. I hope this helps. Best regards, Peter AdWords API Team -- --

Re: How to know Customer is using Re-targeting or not?

2018-05-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi VJ, Retargeting is currently not supported via the AdWords API. You may follow our blog for any updates or announcements if and when this can be made available. As for your question about the difference between the two, it

Re: Retrieving correct data with CAMPAIGN_PERFORMANCE_REPORT

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sune, When including the Date field, it will automatically segment the rows by day on which statistics such as impressions and clicks were generated. If you wish to retrieve the total per AdvertisingChannelType

Re: How to get the total cost of a campaign through api

2018-05-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shan, My apologies for the confusion. Currently the total campaign cost that you are seeing in the AdWords UI is not available via the AdWords API's TrafficEstimatorService as there is currently no

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pim, Could you provide the complete SOAP request and response of your TargetingIdeaService call and also the complete Keyword Planner screenshot so I can take a closer look at the issue? You may reply to me via the *Reply privately to author* option. Thanks and regards, Peter AdWords API

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Our team is currently actively investigating an issue related to yours. Let me get back to you once I receive information that the issue has been resolved. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Limit on Email addresses upload using AdWordsUserListService

2018-05-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sachin, As mentioned under the "Caveats" section in this guide , the actual limit imposed by the AdWords API is 1,000,000 members

Re: How can I set the campaign URL options using Python

2018-05-10 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, You can use the CampaignService to specify the UrlCustomParameters of your Campaigns

Re: GetKeywordIdeas Data Issue

2018-05-17 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Neetu, Since you are using a test account, the information that you will be retrieving will only be dummy data. The "*amazon ad4ebbee*" keyword text that you are seeing is already the actual result or the actual keywords, which is as you can see is a random/dummy value. Thanks and regards,

Re: Display campaign marketing objectives via API

2018-05-17 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Arnab, Setting up and retrieving marketing objectives is still not supported via the AdWords API and is currently only supported in the AdWords UI. You may follow our blog for any updates regarding this. Also, since this is

Re: querying removed *negative* keywords

2018-05-18 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Charles, Apart from the suggestion that I provided and your other solution of using the CustomerSyncService , there is no other way in which you could retrieve the REMOVED negative keywords information

Re: AWQL + WHERE + greater_than Percentage

2018-05-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Yes, it should look similar to the snippet you have written. Let me know if that works for you. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: BudgetOrderService and invoices

2018-05-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oraj, I'm afraid only once invoice can be set for your billing accounts as mentioned here . As for the ALO abbreviation that you mentioned, could you provide more context as to what you meant by this? Best regards, Peter AdWords API Team

Re: First API call_Get AdWords Quality

2018-05-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, If you wish to utilize the AdWords API reports then, you may first refer to our reporting guide for information on how to generate reports. Next is, you can refer to our sample report codes

Re: AWQL + WHERE + greater_than Percentage

2018-05-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, My apologies if I may have missed that part. For the *greater than *operator, could you use the '>' symbol instead? You can write it similar to the one below : AND ('Ctr' > '3.00') You may also refer to this guide for

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, We've received information that this issue has now been resolved. You may now retry your requests for setting your Proximity criterion. Let me know if all goes well. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: querying removed *negative* keywords

2018-05-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Charles, AdWords sometimes permanently deletes those objects which did not really generate any statistics. So for your removed objects, you may still be able to retrieve their information using the service or report which specializes in those entities and by applying the correct Status

Re: OfflineCredentials generateCredential() limits and best practices

2018-05-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prashant, What the paragraph implies is that each request you make should make use of your already thread-safe credentials by simply instantiating the sessions object. In the examples in the client library such as this one

Re: Code working on localhost, and not working online

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It would seem that you may have not completely generated your OAuth2 credentials. This said, you may refer to this guide to review your steps and generate your RefreshToken. Let me know if this helps. Thanks and

Re: Cannot get TrafficEstimator Service to return results

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ned, This appears to be more of an issue with the client library rather than the AdWords API itself. This said, you may get in touch with the library owners via this link for further assistance. Thanks and regards, Peter AdWords

Re: querying removed *negative* keywords

2018-05-17 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Charles, You could try generating the Keywords Performance Report which should return all your biddable and negative keyword objects. You can add a predicates such as the *IsNegative

Re: googleads python sdk “type” error - IpBlock

2018-05-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Taylor, I could see that you are trying to create a CustomerNegativeCriterion in your request. However, the IpBlock criterion is currently not supported

Re: First API call_Get AdWords Quality

2018-05-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, Allow me to provide support for now as Luis is currently OOO. The AdWords Compliance team should send you an email within 2 business days. If by chance they don't, just let me know so I can notify their team to assist you. Also, once approved, you should be able to make calls using the

Re: Do Api support integration with UAC ?

2018-05-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gita, Let me assist you for now as Luis is currently OOO. I'm afraid that UAC information cannot be segmented at the ad asset/creative level. Only the entities associated in the reports mentioned in this guide

Re: AWQL + WHERE + greater_than Percentage

2018-05-21 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, For your query, you can just use AND to include both filters in one WHERE clause only. Also, you can try and just specify the percentage as '3.00' and you can exclude the brackets when you're not using the IN operator. Let me know if this helps. Thanks and regards, Peter AdWords

Re: Ad Group Targeting

2018-06-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Craig, Thank you for filling me in with more details on what you wish to achieve. As for the Impressions of your existing AdWords objects, the reports I mentioned should be able to provide you with it. Fields such as the Impressions

Re: Get Campaign Change History

2018-06-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, In the AdWords API, the service which returns change that were made to your entities is the CustomerSyncService . However, the information returned here is limited. For campaign level changes, the

Re: Unable to fetch customer AdWords account hierarchy. No serviced accounts were found.

2018-06-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Posting for the benefit of other users following this thread. Laurent wanted to fetch all their customers using the ManagedCustomerService.get() method so they could also generate reports per

Re: Template ads Images

2018-06-18 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prashant, The individual URLs of those images included within the zip is not retrievable via the AdWords API. I hope this helps. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Limits question

2018-06-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies for the delay. The limit should be 20,000 ad group targeting items per ad group as stated here . It can compose of either all keywords or a combination of all of the targeting criteria. I hope this helps. Thanks and

Re: Get Campaign Change History

2018-06-12 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jofin, The method of comparing changes based on the CustomerSyncService against the current campaign data (CampaignService or possibly through the Campaign Performance Report

Re: Campaign Location Targeting

2018-06-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rob, The reason you are getting the *560068* value as the *LocationName* because when you refer to the Geo Targeting Spreadsheet and filter using *Criteria ID = 9062009*, you will see that its

Re: Get report product goup all field using google adwords api

2018-06-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The fields mentioned in the original post are still not supported. You may refer to this documentation for the current supported fields by the AdWords API report types. You may also keep an eye on our

Re: Placement targeting and reporting for mail.google.com

2018-06-18 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mike, If you specified the "*mail.google.com*" as a Placement to explicitly target then this indeed should be returned by the Placement Performance Report

Re: MCC account

2018-06-17 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mark, I'll be providing support for now as Luis is currently OOO. For better tracking, could you create a new thread and include in there the complete description of the issue you are encountering with your MCC account? Thanks and regards, Peter AdWords API Team -- --

Re: Checking which GCLID had errors in API upload

2018-06-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kilian, Could you provide your clientCustomerId and the complete SOAP request and response that was generated when you tried to upload your conversions? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- --

Re: Campaign Location Targeting

2018-06-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rob, My apologies for the confusion. That is indeed unusual, however, so our team could further look into this, could you provide to me the complete SOAP request and response that also includes your clientCustomerId? You may reply to me via the *Reply privately to author* option. Thanks

Re: Retrieve data from display network planner & budget ideas by API

2018-06-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, these features are still not supported. You may keep an eye on our blog for updates. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Specific prince range using Ad Performance Report

2018-06-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You should be able to use the CostPerConversion field to apply a certain threshold filter that suits your requirement. I hope this helps. Thanks and regards, Peter AdWords API

Re: Settings for campaign targeting app or web

2018-05-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary, By default, new campaigns already target all devices and since these devices are only currently targetable, they can not be excluded. However, if you indeed wish to target a WebPage, you can do so at the adgroup level (as seen in this table

Re: Geo Sitelinks

2018-05-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Martin, Both approach should be fine. However, this really depends on how specific and accurate your sitelinks wish to be. If you wish for your sitelink to only appear on a smaller region, then you can use the more specific criteria ID in the GeoTargeting

Re: How to get keyword status information from adwords api

2018-05-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergey, The keywords status that you are seeing from the UI is represented a little differently via the AdWords API. For the status that is available via the AdWords API, you can retrieve it via the Status

Re: AdGroupCriterion.criterionUse attribute missing in return value when adding adgroup criteria

2018-05-31 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Charles, The behavior you are encountering should be normal. The elements or fields returned in the response should only include those which you specified in your request. Although slightly crude, you could include a AdGroupCriterionService.get()

Re: Cost in table p_HourlyCampaignStats

2018-06-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yaniv, Thank you for providing more context about your concern. However, Big Query integration and any information related to it is not supported via the AdWords API, hence this is out of scope for us. I would recommend that you contact the Google Cloud Support team via this link

Re: SimilarUserList derived from CrmBasedUserList

2018-06-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tim, You can use the *Seed fields in the SimilarUserList object to identify which UserList they originated from. However, these won't directly allow you to identify the

Re: Ad Group Targeting

2018-06-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Craig, You may correct my understanding if I am wrong. Could you confirm if what you wish is to retrieve criteria statistics that you target at both the campaign and ad group levels? If my understanding is correct, then you may refer to my answers below : For item #1, the AdWords API

Re: Get user location via Ad URL template parameter

2018-05-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, You should be able to pass custom values in your URLs using CustomParameters and you can find out more about them through our Upgraded URLs

Re: Settings for campaign targeting app or web

2018-05-28 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary, Allow me to provide support for now since Bharani is currently OOO. As for what you wish to achieve, I'm afraid that this is currently not possible. As you may see in this table , the WebPage criterion can only

Re: HTML5 upload for UAC

2018-07-02 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Olof, We currently don't have information if and when this feature can be supported in the AdWords API. For now, you may continue to keep an eye on our blog for updates. Thanks and regards, Peter AdWords API Team -- --

Re: Audience availability when mutating audience members

2018-07-02 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Maurice, Our team does not really have a definite period as to when the changes can indeed take effect. This being said, the 100% serving time of your audiences is not guaranteed. If you wish to discuss this more, I would recommend that you get in touch with the product experts from the

Re: Trying to run report from api but receive AuthenticationError.NOT_ADS_USER however the user is an adwords user - help please

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Steve, So I can further investigate, could you provide your clientCustomerId and the email you used to generate the said credentials? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- --

Re: Trying to run report from api but receive AuthenticationError.NOT_ADS_USER however the user is an adwords user - help please

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Steven, The AuthenticationError.NOT_ADS_USER error that you are encountering indicates that the email used to generate your OAuth2 credentials is not associated to any AdWords account. To

Re: Expression Rule User List Error

2018-06-24 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Danny, Could you first confirm if you no longer have any issues with the ExpressionRuleUserList ADD request, and that what originally intended was to create a CriterionCustomIntent

Re: Why CriterionError.CANNOT_BID_MODIFY_CRITERION_TYPE on Keywords?

2018-06-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, We *highly recommend that you enable your SOAP logging *on your end as these logs could significantly help us with the investigation of AdWords API related issues. Going back to your concern, could you instead send

Re: Is it possible to Bid adjust in keywords in google adwords console?

2018-06-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Since your question appears to involve the AdWords UI and not the AdWords API, you may post your concern on the AdWords Community Forum for further assistance. In the AdWords API's perspective, you can update

Re: Is it possible to Bid adjust in keywords in google adwords console?

2018-06-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, I could see that you have created a new thread for updating your keyword bids via the AdWords API. We can continue the discussion there instead. Best regards, Peter AdWords API

Re: Why CriterionError.CANNOT_BID_MODIFY_CRITERION_TYPE on Keywords?

2018-06-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, Could you confirm if you are updating the BidModifier of an existing Keyword

Re: UpdateAdGroup for multiple adgroups

2018-06-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, If you wish to process multiple updates for your ad groups, you can do so by using the BatchJobService . You can use the GetAdGroups

Re: Get all user lists and list them

2018-07-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nikolay, Currently the AdWordsUserListService.get() only supports retrieving information at the UserList

Re: About pushing Offline conversion

2018-07-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, Since your issue is already more specific to the .NET client library, I would recommend that you get in touch with them directly via this link for further assistance as they may have suggestions on how you can

Re: Add location extension to My Google Business have error

2018-07-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Phu, Just wanted to confirm if you still require assistance regarding your issue? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: TrafficEstimatorService: clicksPerDay value greater than impressionsPerDay value

2018-05-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jayson, Test account results often return dummy data so what you are encountering right now is not entirely accurate. In order to retrieve accurate estimates, you may need to try your request using a production account instead of your test account. Best regards, Peter AdWords API Team --

Re: Upload a Campaign with location targeting?

2018-04-25 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Neil, You would need to make a separate call using a different service when applying campaign level criteria. The AdWords API service that you can use is the CampaignCriterionService . As for

Re: Keywords Performance Report Importing Removed Keywords

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tyler, Adding the *Status = REMOVED* filter should allow you to retrieve those removed keywords. However, to better investigate the issue, could you provide the complete report definition you used

Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deniz, I had to repost your initial post and removed your account information for security purposes. For future posts, you may refer to our forum posting guidelines in order to avoid exposing

Re: Adwords Api AD_PERFORMANCE_REPORT v201710

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Deniz, As for the issue, could you provide the complete AdWords UI screenshot containing the ads you mentioned were not being returned by the Ad Performance Report? You may reply to me via the *Reply privately to author* option. Best regards, Peter AdWords API Team -- --

Re: I am getting millions back through TargetingIdeas API rather than hundreds. Location set to one city

2018-04-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The Count that you are getting should be a valid estimate returned by the TargetingIdeaService

Re: Possible to get separate desktop/mobile search volume via TargetingIdea API?

2018-07-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matic, Segmenting the results of the TargetingIdeaService with the criteria you mentioned is

Re: Template ads Images

2018-06-18 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prashant, You may refer to the TemplateElementField documentation and you can use the FieldMedia

Re: Template ads Images

2018-06-19 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prashant, The zip file will not be downloaded through the URL that you are using. You will have to retrieve the MediaBundle.data object from your end to retrieve the zip file and its

Re: Expression Rule User List Error

2018-06-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Danny, Could you review your SOAP request if the below element is being included? https://adwords.google.com/api/adwords/rm/v201806; *xsi:type="ns8:ExpressionRuleUserList"*> If the above operand code is not present in your request, could you send to me the complete SOAP request and

Re: Are there Placeholder Feed Item Required Fields

2018-06-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Thanks for further clarifying your concern. Actually, there is really no required field as to which you wish to use from the fields listed in the documentation . What is important is that you use any of those for

Re: Is AdWords API Support Create Video Campaign.?

2018-06-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, As discussed here , video campaigns are currently only supported in the AdWords API reports. Adding, updating and removing video campaigns are currently not supported in the AdWords

Re: AdwordsApp - newKeywordBuilder()

2018-06-22 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Evaldas, Our team only provides support for AdWords API related concerns. Since yours appears to be related to the AdWords Scripts, you may get in touch with their team via their forum instead for

Re: Keywords performance report API not matching UI

2018-08-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gourav, So I can better investigate your issue about discrepancies, could you provide to me your clientCustomerId, the complete report definition you used to generate the report via the AdWords API

Re: Change of Error Types When Attaching Bidding Strategies

2018-07-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, Could you confirm if you still require assistance? It may be worth noting that in the release notes of v201806 , MANUAL_CPM is no longer allowed to be applied to search campaigns and a specific

Re: Error 400 Bad Request while trying to make a connection with Google Adwords API

2018-07-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as our team does not provide support regarding third party integrations with the AdWords API. However, if you are looking for information regarding the parameters required in order to send a successful request, then you may refer here

Re: CampaignService class not support to get impression details

2018-07-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Soniya, Metrics such as Impressions are only available through the reports and not through the AdWords API services. In your scenario, you can use the Campaign Performance Report

Re: Рабочий пример AdWords

2018-07-31 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergey, My apologies if our team can only provide support in English. To download the PHP client library, you can refer to this link . You will also need to complete your client library setup and you can refer starting on this section

Re: Existing FeedItem Targeting not available with API v201806

2018-08-02 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mario, So I can further investigate as to why you are unable to fetch your FeedItemTargets, could you provide to me your clientCustomerId and the complete SOAP request and response? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team

Re: Getting the total of Assisted Conversions for an account with the API

2018-08-02 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Francis, Yes, the said fields are currently not available at the account level via the AdWords API. Also, you are correct that simply getting their total would not be advisable as it may result in discrepancies. There is no guarantee if and when these fields can be made available at the

Re: Unexpected Internal API Error on TargetingIdea Method

2018-07-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The UNEXPECTED_INTERNAL_API_ERROR indicates that there may be a temporary issue in the servers or maybe due to a bug. Could you confirm if the issue persists or if this was a one

Re: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

2018-07-29 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yogesh, I'm afraid that both of the information you asked are currently not available via the Campaign Location Target Report. For the location name, you can use the Id field of the report

Re: How i will get targeted location in google ad-words?

2018-07-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yogesh, Based on the other thread you opened, it seems you are working originally on reports, thus, let me respond in this new question on report perspective. Regarding your concern,

Re: Unique Viewers (Cookies) and Average View Frequency per cookie is not available in the API

2018-08-05 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pablo, My apologies as our team could not further comment as why certain report fields are available in the AdWords UI while in the AdWords API, is not. As for your suggestion, allow me to file a feature request for the said field. However, you may take note that this would not guarantee if

Re: When creating UAC ads, create them separately through the AdWords API and the AdWords UI, and see the results in the AdWords UI for a different display.

2018-08-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, So I can better investigate the issue, could you provide to me the complete SOAP request and response and your clientCustomerId? You may reply to me using the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team On Monday, August 6, 2018 at 11:53:13 AM UTC+8,

Re: error in first api call

2018-08-06 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you confirm if you also provided the refreshToken in the properties file? If you are unable to find the refreshToken, you may just generate a new one by referring to this guide

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Maxim, I had to edit your initial post as it may have contained sensitive information. You may refer to our forum posting guidelines to avoid exposing such data in the future. Moving forward, the GCLID that you

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT. I use query like "SELECT GclId FROM CLICK_PERFORMANCE_REPORT where GclId = "EAIaIQobChMIvcbA1- Sg3AIV1wIZCh0knwCDEAEYASAAEgLXgfD_BwE" DURING 20180725,20180725". It returns empty respond. I attached the screenshot by

Re: INVALID_USER_INTEREST error for Affinity and In Market Audience

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Esteban, I'm afraid that there is still no workaround for this issue. You may follow our blog for any announcements or updates regarding this matter. Thanks and regards, Peter AdWords API Team On Thursday, August 9, 2018 at

Re: How to access a campaigns targetCPA

2018-08-09 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Using the CampaignService.get(), you will need to include the BiddingStrategyConfiguration in your selected fields then once retrieved through the Campaign object, create an

Re: Pausing a keyword

2018-08-08 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, We currently do not have a specific example to achieve this, however, you should be able to set the UserStatus = PAUSED of your BiddableAdGroupCriterion

Re: Pausing a keyword

2018-08-08 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, We currently do not have a specific example to achieve this, however, you should be able to set the UserStatus = PAUSED of your BiddableAdGroupCriterion

Re: AdWords API to get YouTube earned actions?

2018-08-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nafees, I'm afraid that YouTube earned metrics are currently not yet available via the AdWords API. To determine which fields are supported, you may refer to this documentation . Also, if you haven't yet, I would

Re: When creating UAC ads, create them separately through the AdWords API and the AdWords UI, and see the results in the AdWords UI for a different display.

2018-08-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, Could you confirm if you have seen my previous private response? I would recommend that you remove the YoutubeVideoMediaIds in your request since passing them is currently not supported via the AdWords API. Thanks and regards, Peter AdWords API Team On Wednesday, August 8, 2018 at

Re: Basic Access Daily Reporting Quota before reaching 1000 daily reports download

2018-08-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Guy, Currently, the AdWords API does not support a counter functionality that would allow users to keep track on the number of request they make for reports or services. Our recommendation would be that you implement a request counter/tracker on your end and you can base the limits to

Re: Adding mobileIds to CrmBasedUserList isn't incrementing list size

2018-08-16 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Brian, Uploading CRM userlists usually take about 6-12 hours before changes are reflected. In addition to what I mentioned, the list size will appear as 0 until at least 1,000 members have been added. Could you confirm if these conditions along with others stated here

Re: 5 млн. FeedItem

2018-08-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies if our team can only provide support in English. You could retrieve your feeds/feed items through the Placeholder Report or the Placeholder Feed Item Report

Re: Multiple ads with same keyword ids

2018-08-14 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, Dynamic search ads performances are better tracked through the report types mentioned here . However, since you mentioned you want a report that you could specifically use to retrieve specific

  1   2   3   4   >