Fetching the list of Ads With Google Ads Api

2022-04-02 Thread Bikram Bhuyan
Hello, In the old way when using the Google AdWords Api, below is the query we are using to fetch the list of Ads based on a AdGroup Id. query = "SELECT Id, Url, DisplayUrl, Type, Status, Description, Description1, Description2, " + "Headline, ShortHeadline, LongHeadline, HeadlinePart1, Headlin

Query regarding Adwords API SQL Call.

2022-04-02 Thread Bikram Bhuyan
Hello, I am executing the below SQL query to fetch the list of Campaigns. "SELECT campaign.id, campaign.name, campaign.status, campaign.serving_status, campaign.campaign_budget, campaign.start_date, campaign.end_date FROM campaign ORDER BY campaign.id" Currently it is returning campaigns which

Query regarding Adwords jars existing post sunset

2022-04-02 Thread Saurabh Suman
Hi Team, As Adwords API is going to sunset on 27th April 2022, can you please suggest if the Adwords JARs and Ads API jars will co-exist post 27th April 2022. To be noted: we will be not be making any Adwords call as they will be failing post 27th April but need Adwords jar to avoid any buil

Spam conversions on pMax campaigns reported under Google Analytics

2022-04-02 Thread 'Radhika Mehta' via Google Ads API and AdWords API Forum
Hi Team, Suddenly, for the CID: 4624222593, the pMax campaigns have started reporting WhatsApp conversions (which is not the original conversion goal for Pmax) on Google Analytics. The pMax has spent almost 70% of its daily budget in the last two hours (5 AM - 730 AM IST). The pMax campaign on

Re: Google ads API authentication errors

2022-04-02 Thread Edmond Poon
HI, thanks for the response. That guide was the guide I'm referring to. To double-check, is the email associated with the credentials of the email that was currently logged in at the time? On Friday, April 1, 2022 at 12:25:38 AM UTC-7 adsapi wrote: > Hi Edmon, > > Thank you for reaching out to

BiddingIssue

2022-04-02 Thread ruban selva
Hi, We have Migrated Adwords to GoogleAds api . In Google Ads api we used 'DISPLAY_SMART_CAMPAIGN ' as campaign Type. In this campaignType we used TargetCPA(defaultOne) as bidStrategy.Instead of TargetCPA I need to use Maximum conversions.How to use bidstrategy as Maximum conversions. I

Re: Clearing Bid Modifier in Google ads

2022-04-02 Thread kinganil...@gmail.com
References: Google Ads : https://developers.google.com/google-ads/api/reference/rpc/v10/CampaignCriterion Google Adwords : https://developers.google.com/adwords/api/docs/reference/v201809/CampaignCriterionService.CampaignCriterion On Saturday, April 2, 2022 at 7:55:41 PM UTC+5:30 kinganil...@g

Clearing Bid Modifier in Google ads

2022-04-02 Thread kinganil...@gmail.com
Hi Google Team, We were working on Bid modifier of the CampaignTargetService. As per the document we were able to set the values in the range [0 to 10.0]. Where, 0 opt out of the device targeting. As in Adwords to clear the bidModifer field we set bidModifier value to -1 in an update request a

ClickConversionResult in google ads api V10

2022-04-02 Thread SP
Hi, now that we can upload conversions with a gclid, gbraid or wbraid i have a doubt about ClickConversionResult in V10. 1- Method hasGclid is only true when the conversion is linked to a gclid or is also true when the conversion is linked to a gbraid or a wbraid? If yes, would be great id the n

Re: authentication_error: NOT_ADS_USER

2022-04-02 Thread XiuNan Liu
Code: GoogleCredentials credentials = GoogleCredentials.fromStream (new FileInputStream("robotic-aviary.json")).createScoped("https://www.googleapis.com/auth/adwords";, "https://www.googleapis.com/auth/adsensehost";, "https://www.googleapis.com/auth/adsense";); credentials.refreshIfExpired();

Re: Google Ads failure details: authorization_error: The customer can't be used because it isn't enabled.

2022-04-02 Thread John Lee
I believe I solved this by adding an additional filter to the Customer Client query. This filter removed non active or test accounts, which I am guessing caused the customer isn't enabled error. Original Query: $query = 'SELECT customer_client.client_customer, customer_client.level,' . ' custome