Re: Demographics Level Bid

2019-12-08 Thread cv
Hi,

I have given you log privately.

I was using Google Ads API Beta.

Thanks,


On Saturday, 7 December 2019 01:08:22 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out. Can you please provide the complete detailed 
> request and response logs for your call *via reply privately to author*? 
> If you're using AdWords API, you can find information on enabling logging 
> in the ReadMe of your client library 
> . If 
> you're using Google Ads API, you can find it in Logging under your client 
> library .
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UODzTi:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62970ddd-84ad-4ab4-bdf2-9ddbb4773677%40googlegroups.com.


Re: How to get correct number of video quratile views

2019-12-08 Thread 'Damir Murzagulov' via AdWords API and Google Ads API Forum
Thank you very much! 
Got it. 

On Friday, December 6, 2019 at 12:20:16 AM UTC+7, Zweitze wrote:
>
> Hi,
>
> I struggled with this some time ago. Later someone asked the same 
> question, and the answer there best describes my findings: 
> https://groups.google.com/d/msg/adwords-api/KLLiGbhnHAA/EnUhS7_LBgAJ
>
> To summarize (but do read previous discussion):
> 1. Video campaigns consist of two types of ads, InStream ads and 
> VideoDiscovery ads. VideoDiscovery is search in YouTube, InStream is an ad 
> played immediatly before a different video. Both ad types have impressions, 
> but they have completely different meaning.
> 2. For your type of calculations, you need to filter on InStream ads, as 
> you only want their impressions.
> 3. In Google Ads Web UI, you can do this by segmenting on "View Type" - 
> then you can do calculations by hand, and validate your calculation method. 
> Unfortunately, Google AdWords API does NOT support this segment. Maybe 
> Google Ads API beta does support this.
> 4. Alternatively, if that's an option, your calculation will be correct 
> when you stop all VideoDiscovery ads - or, have less than 1 impression on 
> these ads combined.
> 5. Another alternative is requesting the same results on ADGROUP level, 
> and filter on AdGroupType. Only groups with AdGroupType of YOUTUBE_WATCH 
> should be included.
>
> So basically, we're waiting on Google to add segment "View Type" to 
> CAMPAIGN_PERFORMANCE_REPORT. I'm waiting 2.5 years now. But the AdGroup 
> workaround works pretty nice.
>
>
> Hope this helps!
>
>
>
> On Monday, December 2, 2019 at 9:31:25 AM UTC+1, Damir Murzagulov wrote:
>>
>> Hi all, please help to figure out the next issue
>>
>> I try to calculate the number when the video was viewed at 50%.  Adwords 
>> API gives the rate 
>> VideoQuartile50Rate
>> Description: Percentage of impressions where the viewer watched 50% of 
>> your video.
>>
>> So, I make a backward calculation of 
>> VideoQuartile50 Views=VideoQuartile50Rate*Impressions 
>>
>> But the problem when I compare total values from API and my calculation 
>> numbers does not match. 
>>
>> I prepared some example here 
>> https://docs.google.com/spreadsheets/d/1L0I1Knj07KX1_0K1HKAvxme8N0eeVRcqbmGE0gqWI7o/edit#gid=0
>>
>> There, according to my calculation, I get total 
>> VideoQuartile50 Views=60094327.39
>>
>> But if I would use for calculation total numbers from API, I get 
>> VideoQuartile50 Views=48.67%*328498405=159880173.7
>>
>> Why it is happening? I am puzzled. 
>>
>>
>>  
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f4be02df-a0a8-4e3b-a8f3-eb4eb3d5589a%40googlegroups.com.


Not able to pull the BiddingScheme in BiddingStrategyConfiguration in Google AdWords APi reports for type "TARGET_CPA"

2019-12-08 Thread gagan gupta
I am using the Google Adwords API JDK (JAVA) and trying to fetch the 
campaign information in accounts.
I am unable to fetch the Bidding Amount and Bidding Scheme in various 
campaigns especially for those where the strategy type is "Target CPA" 
Bidding scheme is getting populating as null.

While on The UI it clearly shows the Target CPA and gives the option to 
change and update the amount as well.

Please help.

Gagan 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/674f94c9-4ffb-412b-8ea1-7b3605508009%40googlegroups.com.


LocationCriterionService

2019-12-08 Thread Pornsawan Polnyiem
Hi, 

I would like to see information from "LocationCriterionService" without 
specifying the predicate because I would like to see all the location 
information.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c209a799-6730-4688-98fb-4cd5ff517513%40googlegroups.com.


Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-08 Thread wei Cai

Hi Bharani,

[image: 1575861703(1).png] 
   I'm sure that the location of the .yaml file is correct. It's correct 
for me to replace the information in the file with our old account, but the 
current account will prompt "OAuth [token] invalid". Then I changed my 
writing method. I didn't read the yaml file, and the information in the 
code file will be replaced with our old account, but the current account 
will prompt "OAuth_token_invalid" I changed my writing method to not read 
the yaml file. The code is as shown in the figure. If I write the 
parameters of the old account, it can be used normally, but if I replace 
the parameters of the new account, it still report the same error as before.
Thanks,
wei

在 2019年12月4日星期三 UTC+8上午3:00:24,adsapiforumadvisor写道:
>
> Hi Wei, 
>
> The CURL request is only to verify if your credentials are correct. Since 
> you’re not receiving any error, it looks like the credentials are all 
> correct. Based on your error logs, could you ensure that the properties 
> file is being read correctly. Can you check whether you are adding the 
> correct location to the .yaml in your code snippet? 
> The field “User Agent”, it is an optional header that defines the sender 
> and purpose of the request. For more information on userAgent, please see 
> here 
> 
> .
>
> Thanks,
> Bharani, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UODbOt:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c590dd0f-3bf2-4627-8df6-cc4e027627e3%40googlegroups.com.


Are invalid clicks reflected in the campaign cost?

2019-12-08 Thread David Antunes
Hi,

If I have a campaign running and google detects, for example, some invalid 
clicks for the last month - will the change to the cost of the campaign be 
reflected in the UI and reports pulled through the API?

To put it another way: in January I spent 100$. On the 2nd of February 
google decides some clicks were invalid and refunds 10$. What cost do I see 
for the campaign in January, in the UI and in reports: 100$ or 90$?

Many thanks,
David

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30617275-d0ba-4e8f-89e0-b0252789a484%40googlegroups.com.


Mismatch in conversions uploaded in Google Ads UI

2019-12-08 Thread Anton Georgiev
Hello,

When I filter the conversions uploaded by each hour in Google Ads UI, I can 
see that they don't sum up as usual.

e.g.
1 am - 5 conversions
2 am - 5 conversions
3 am - 5 conversions
Total conversions: *5* ??? instead of *15 *(compared to other accounts that 
are working fine)
---

The same bug appears for the conversions values.

The bug appears for *past dates* as well, although I have *not uploaded 
conversions* for these dates any time soon.

I recently noticed there were some issues with the conversion tracking and 
I am wondering if some accounts are currently affected.

Google Ads API response shows all conversions are uploaded successfully. 
Still it is not clear why the mismatch happens for *past dates*, even if 
these conversions are untouched and verified in the past.

Ready to provide more details if needed.

Have you faced such a problem recently?

Thanks,
Anton

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ad0f374-3270-4594-bf23-b67b1b4a9ea1%40googlegroups.com.


Any way to read customer's ad suggestion setting?

2019-12-08 Thread Orkhan Alikhanov
Google Ads API does not seem to provide any field 
 for 
account's ad suggestion setting. Is it at somewhere else or not provided at 
all?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/851aa795-85c7-4199-81a7-92efe571cb93%40googlegroups.com.