Re: LocationCriterionService, location name is not fully translated in RU locale, why?

2018-11-08 Thread revarasi Sofa
Pada tanggal Kam, 8 Nov 2018 14.24, 'Vincent Racaza (AdWords API Team)' via
AdWords API and Google Ads API Forum  menulis:

> Hi,
>
> My apologies as I can not comment on if they utilize different databases
> or back-end configurations. However, I have already created a feature
> request for this to further check this behavior. I will inform you once
> there are updates.
>
> Best regards,
> Vincent
> AdWords API Team
>
> On Thursday, November 8, 2018 at 4:52:52 AM UTC+8, Олег Голованов wrote:
>>
>> Hi.
>>
>> Example shown above is just one of many-many others.
>>
>> The main question is: why keyword planner (
>> https://ads.google.com/aw/keywordplanner/home ) shows correctly
>> translated region, but API not?
>> Keyword planner uses another "database", or?
>>
>> Thanks.
>>
>> On Wednesday, November 7, 2018 at 2:55:04 PM UTC+3, Vincent Racaza
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> We were able to replicate the scenario. With this, I have created a
>>> request to update that particular location to its Russian equivalent.
>>> However, it is not a guarantee that this will be updated. You may follow
>>> our blog
>>>  for
>>> updates in AdWords API.
>>>
>>> Best regards,
>>> Vincent
>>> AdWords API Team
>>>
>>> On Wednesday, November 7, 2018 at 6:37:05 PM UTC+8, Олег Голованов wrote:

 Hi.

 Let's take as example location with id = 9057027.
 Its canonical name is "Petersburg Borough,Alaska,United States".

 Problem: if i request that region with locale=RU, its name will be
 "Petersburg Borough,Аляска,Соединенные Штаты Америки".
 At the same time thats region is correctly translated in google ads
 keyword planner web service: "Питерсберг,Аляска,Соединенные Штаты Америки".

 Question: is it somehow possible to get correctly translated location
 name with API?
 Why API could not translate "Petersburg Borough" to "Питерсберг"?

 Thanks.

 --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/55367b51-e59d-41d0-a09d-3a8b748714c2%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckC5hjf1EeAT_r225DLgBsP%3DaVW0wBResiNKgAQci%2BKs6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The endpoint and JSON data when making a POST request using curl

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Kam, 30 Mei 2019 10.25, f s  menulis:

> I must use Node.js, curl and JSON, NOT library. So, I need endpoint and
> JSON data.
> I'm coding with a test account and I'd like to make one campaign. Could
> you give me some examples of endpoint and JSON data?
>
> for examples:
> const endpoint = '
> https://googleads.googleapis.com/v1/customers/${customer_id}/campaigns:mutate
> ';
> const operations = {
>   "operations": [
> {
>   "create": {
> "name": "new API campaign 1",
> "status": "PAUSE",
> "start_date": "01/06/2019",
> "end_date": "01/09/2019"
>   }
> }
>   ]
> };
> Is it correct? Response is returned statusCode: 200 AND body: {}, but no
> campaign.
>
>
> Can I use Bulk Mutates? Can you give me an example of endpoint and JSON in
> that case?
> https://developers.google.com/google-ads/api/docs/mutating/bulk-mutate
>
>
> I think, Google Ads API team should announce endpoint and JSON examples
> for curl as soon. The official guide is very unfriendly.
>
> Thanks.
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/64091221-f563-4793-a70b-8eb91e2fe827%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckAC6KhU-j6gX84Hsk6kHC_V2%3DtU9_x_n8AA9RnWYNKGrg%40mail.gmail.com.


Re: To verify the token's intent

2019-05-29 Thread revarasi Sofa
Service korsi sopa dibandung

Pada tanggal Kam, 30 Mei 2019 11.05, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> menulis:

> Hi Yanfang,
>
> I had to edit your initial post as it contained sensitive details about
> your customer's account. You may check out our forum posting guidelines to
> avoid sharing confidential information publicly.
>
> As for your concern, I checked your MCC account and it was not explicitly
> declared that the intended use was for the AdWords API. Additionally, the
> terms and conditions have not been checked. You may try and reach out
> directly to the Compliance Team via this link
>  in order to apply for
> the correct intended use of your developerToken. Also, you may already
> complete the terms and conditions by agreeing in your MCC's API Center.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAr1ba: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/0ZZEg0PSAU0R00-arGJ-3XT26XRiAKQFSXfg%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckCcRbtiRrSurpCt%3DUfAC%3Dw%2BoCuX0xdoOHiSUkBnh2ATPw%40mail.gmail.com.


Re: DEVELOPER_TOKEN_NOT_APPROVED 2

2019-05-29 Thread revarasi Sofa
Service korsi sopa dibandung

Pada tanggal Kam, 30 Mei 2019 12.46, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> menulis:

> Hi,
>
> Could you confirm if you have any further clarifications regarding the
> DEVELOPER_TOKEN_NOT_APPROVED issue? If yes and so I can better assist you,
> could you provide more details about your concern?
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAr1bG: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/fTQB00PSAYOY00SikH9rCjS6aYeIRvrlymXg%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckDjh0VTQ_pxiaJhKkCBCW2fN1MncCm8FzC3bLTkVSJCHQ%40mail.gmail.com.


Re: DEVELOPER_TOKEN_NOT_APPROVED 2

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Kam, 30 Mei 2019 12.51, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> Service korsi sopa dibandung
>
> Pada tanggal Kam, 30 Mei 2019 12.46, Google Ads API Forum Advisor Prod <
> adsapiforumadvi...@gmail.com> menulis:
>
>> Hi,
>>
>> Could you confirm if you have any further clarifications regarding the
>> DEVELOPER_TOKEN_NOT_APPROVED issue? If yes and so I can better assist you,
>> could you provide more details about your concern?
>>
>> Thanks and regards,
>> Peter
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5001UAr1bG: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/fTQB00PSAYOY00SikH9rCjS6aYeIRvrlymXg%40sfdc.net
>> <https://groups.google.com/d/msgid/adwords-api/fTQB00PSAYOY00SikH9rCjS6aYeIRvrlymXg%40sfdc.net?utm_medium=email_source=footer>
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckAjg4nY5T-gJKtoY-hB3Gxwn6AkBC1a83ifFzxBJ-%3DhLg%40mail.gmail.com.


Re: Hotel campaign with commission incompatible with shared budget

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 29 Mei 2019 22.55, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 29 Mei 2019 22.53, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 29 Mei 2019 22.48, Didier Roy 
>> menulis:
>>
>>> Hello
>>>
>>> I fail to create a hotel campaign with bidding strategy Commission. It
>>> says it is incompatible with shared budget but it is not possible to remove
>>> the shared budget.
>>> could you help to find what is wrong
>>> we are using PHP client library V1_3
>>>
>>> request with shared budget :
>>>
>>> {"customerId":"9392767011","operations":[{"create":{"name":"GHA DE
>>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},
>>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>>
>>> answer
>>> Fault
>>> ---
>>> Status code: 3
>>> Details: Request contains an invalid argument.
>>> Failure: {"errors":[{"errorCode":{"fieldError":"REQUIRED"},"message":"*The
>>> required field was not present*
>>> .","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"
>>> *campaign_budget*"}]}}]}
>>>
>>>
>>>
>>> request without shared budget
>>>
>>> Request: {"customerId":"9392767011","operations":[{"create":{"name":"GHA
>>> DE
>>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},"
>>> *campaignBudget":"customers\/9392767011\/campaignBudgets\/2041086374*",
>>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>>
>>> response :
>>> Fault
>>> ---
>>> Status code: 13
>>> Details: Internal error encountered.
>>> Failure:
>>> {"errors":[{"errorCode":{"internalError":"ERROR_CODE_NOT_PUBLISHED"},"message":"The
>>> appropriate error code isn't part of the API
>>> yet.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"campaign_budget"}]},"details":{"unpublishedErrorCode":"BiddingErrors.
>>> *BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET*"}}]}
>>>
>>> thanks
>>>
>>> --
>>> --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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.
>>> Visit this group at https://groups.google.com/group/adwords-api.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com
>>> <https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckAuP2--J%3Dg3mEsQK7ZY5y6C3mch%3D7M_vHYQHcEdx%3DxmEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: keywords ranking for website

2019-05-29 Thread revarasi Sofa
Pada tanggal Rab, 29 Mei 2019 14.52, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> menulis:

> Hi,
>
> Results such as the ones you are getting should depend on the search
> parameters that you specified. However, so I can better understand your
> concern, could you confirm where you got the said results?
>
> Were you able to retrieve them via the Keyword Planner
>  or the
> TargetingIdeaService
> 
> of the AdWords API or the KeywordPlanIdeaService
> 
> of the Google Ads API?
>
> Also, you may note that ranking the said keywords is currently not
> supported via the AdWords or Google Ads API. You may refer to this guide
> 
> from the AdWords API on how to process the request and determine manually
> which keywords would yield the best results.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqv1B: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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/FVJ5N0PS99VJ00SeJmBAPsSU-aE9_iSR3DYQ%40sfdc.net
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckALKuh0BUTJhU5YTNoiSihAzvT7bdmOC%2BMNKY7HGMaZ6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: This API is a nightmare

2019-05-29 Thread revarasi Sofa
Pada tanggal Rab, 29 Mei 2019 14.12, Sergei Kim  menulis:

> +1 about slowness. We don't use libs provided by Google, just plain JSON
> API and this is a nightmare:
> https://groups.google.com/forum/#!topic/adwords-api/h9-N-Ypkcmw. Some
> requests take minutes not seconds!!!
>
>
>
> On Thursday, May 23, 2019 at 1:40:48 PM UTC+3, SeriousJ wrote:
>>
>> This API is worse than the previous one, and that is no small feat.
>>
>> *1)* You need to comply to absurd requirements.
>>
>> For instance in PHP, you need to upgrade to a version above 7.1, which is
>> used by less than 30% of servers .
>> You also need to install GRPC, a Google-made Frankenstein of a library
>> trying to replace REST, while REST is the gold standard used everywhere
>> else. Unlike REST, GRPC has many issues and is not supported for Windows.
>>
>> *2)* This new API and the corresponding new SDKs are much more opaque
>> and verbose than previously.
>>
>> Just a simple example to get a Keyword Match Type in PHP:
>>
>> Old API: $adGroupCriterion->getCriterion()->getMatchType()
>> New
>> API: 
>> KeywordMatchType::name($googleAdsRow->getAdGroupCriterion()->getKeyword()->getMatchType())
>>
>>
>> *3)* The new API is inconsistent and sometimes illogical to the point
>> that even trained Google Ads API team members can't make it work
>> 
>> .
>>
>> *4)* The new API is tremendously slower
>> 
>> .
>>
>> Running a simple GetCampaign example, we get the following average
>> response times:
>>
>> Old API: 0.49 s
>> New API: 4.27 s
>>
>>
>> The new API is 8.7 times slower than the old. Performing queries on large
>> volumes of data with the new API frequently - but randomly - returns the
>> dreaded deadline_exceeded error.
>>
>> *5)* Google Adwords deprecate their API versions every nine months to
>> one year, making you jumping through the hoops all over again.
>>
>>
>> Most non-Google APIs are not even remotely as bad to use. For example,
>> Paypal still supports their versions for Checkout from ten years ago.
>> Anyone who's used Stripe knows how an API can be set up in a matter of
>> minutes. Most REST APIs can be called with simple Curl commands.
>>
>> So why is Google Ads (or Adwords) API so terrible?
>>
>> When you ask their team members they first give you some generic answers
>> about how they're "addressing the issue" and are "aware of the
>> difficulties". Then they'll end up saying that this is an extremely complex
>> process. I personally don't believe that. How can adding a keyword be more
>> difficult than setting up an asynchronous 3DS2 payment system? And yet
>> Stripe allows you to do it in a few lines of code and with a great
>> documentation.
>>
>> I think that Google APIs are bad to use because of three reasons:
>>
>>1. Google is a monopoly and thus doesn't care if you suffer or not.
>>No other API can ask their clients for a PHP version more than 5.6 because
>>they wouldn't get many clients. Yet Google knows we don't have a choice.
>>2. Google has become a bloated inefficient administration caring more
>>about its internal working than about users. It can afford it because of
>>point 1.
>>3. As a consequence of point 2, Google likely doesn't attract many
>>smart engineers anymore. If you're any good you start your own company or
>>you go make fortunes working for a hot company or you save the world. You
>>don't work for Google Ads API team.
>>
>>
>>
>>
>>
>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/4427d77d-de87-48c7-8805-0fbda8e44ecc%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:

Re: Hotel campaign with commission incompatible with shared budget

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 29 Mei 2019 22.53, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 29 Mei 2019 22.48, Didier Roy 
> menulis:
>
>> Hello
>>
>> I fail to create a hotel campaign with bidding strategy Commission. It
>> says it is incompatible with shared budget but it is not possible to remove
>> the shared budget.
>> could you help to find what is wrong
>> we are using PHP client library V1_3
>>
>> request with shared budget :
>>
>> {"customerId":"9392767011","operations":[{"create":{"name":"GHA DE
>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},
>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>
>> answer
>> Fault
>> ---
>> Status code: 3
>> Details: Request contains an invalid argument.
>> Failure: {"errors":[{"errorCode":{"fieldError":"REQUIRED"},"message":"*The
>> required field was not present*
>> .","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"
>> *campaign_budget*"}]}}]}
>>
>>
>>
>> request without shared budget
>>
>> Request: {"customerId":"9392767011","operations":[{"create":{"name":"GHA
>> DE
>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},"
>> *campaignBudget":"customers\/9392767011\/campaignBudgets\/2041086374*",
>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>
>> response :
>> Fault
>> ---
>> Status code: 13
>> Details: Internal error encountered.
>> Failure:
>> {"errors":[{"errorCode":{"internalError":"ERROR_CODE_NOT_PUBLISHED"},"message":"The
>> appropriate error code isn't part of the API
>> yet.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"campaign_budget"}]},"details":{"unpublishedErrorCode":"BiddingErrors.
>> *BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET*"}}]}
>>
>> thanks
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckDtzhBe9yG1CvQyZT5GjEbhX9aM9zNyeF%2B_fDJx1mM1KQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hotel campaign with commission incompatible with shared budget

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 29 Mei 2019 22.48, Didier Roy 
menulis:

> Hello
>
> I fail to create a hotel campaign with bidding strategy Commission. It
> says it is incompatible with shared budget but it is not possible to remove
> the shared budget.
> could you help to find what is wrong
> we are using PHP client library V1_3
>
> request with shared budget :
>
> {"customerId":"9392767011","operations":[{"create":{"name":"GHA DE
> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},
> *"commission":{"commissionRateMicros":"8"*}}}]}
>
> answer
> Fault
> ---
> Status code: 3
> Details: Request contains an invalid argument.
> Failure: {"errors":[{"errorCode":{"fieldError":"REQUIRED"},"message":"*The
> required field was not present*
> .","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"
> *campaign_budget*"}]}}]}
>
>
>
> request without shared budget
>
> Request: {"customerId":"9392767011","operations":[{"create":{"name":"GHA
> DE
> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},"
> *campaignBudget":"customers\/9392767011\/campaignBudgets\/2041086374*",
> *"commission":{"commissionRateMicros":"8"*}}}]}
>
> response :
> Fault
> ---
> Status code: 13
> Details: Internal error encountered.
> Failure:
> {"errors":[{"errorCode":{"internalError":"ERROR_CODE_NOT_PUBLISHED"},"message":"The
> appropriate error code isn't part of the API
> yet.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"campaign_budget"}]},"details":{"unpublishedErrorCode":"BiddingErrors.
> *BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET*"}}]}
>
> thanks
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckDygkpo__Zf82DpkQc3Gdeh-%3DN2gHSLvec72B0TrYRJhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: This API is a nightmare

2019-05-29 Thread revarasi Sofa
Service korsi sopa bandung

Pada tanggal Rab, 29 Mei 2019 22.02, SeriousJ  menulis:

> I agree completely. It's slow and constantly returns "Internal errors" and
> "deadline exceeded exceptions." No other company in the world would have
> dared to release such a flawed API.
>
> But they have no incentive to make it better so it probably won't improve
> much.
>
>
>
> On Wednesday, May 29, 2019 at 9:11:51 AM UTC+2, Sergei Kim wrote:
>>
>> +1 about slowness. We don't use libs provided by Google, just plain JSON
>> API and this is a nightmare:
>> https://groups.google.com/forum/#!topic/adwords-api/h9-N-Ypkcmw. Some
>> requests take minutes not seconds!!!
>>
>>
>>
>> On Thursday, May 23, 2019 at 1:40:48 PM UTC+3, SeriousJ wrote:
>>>
>>> This API is worse than the previous one, and that is no small feat.
>>>
>>> *1)* You need to comply to absurd requirements.
>>>
>>> For instance in PHP, you need to upgrade to a version above 7.1, which
>>> is used by less than 30% of servers
>>> . You also need to install GRPC,
>>> a Google-made Frankenstein of a library trying to replace REST, while REST
>>> is the gold standard used everywhere else. Unlike REST, GRPC has many
>>> issues and is not supported for Windows.
>>>
>>> *2)* This new API and the corresponding new SDKs are much more opaque
>>> and verbose than previously.
>>>
>>> Just a simple example to get a Keyword Match Type in PHP:
>>>
>>> Old API: $adGroupCriterion->getCriterion()->getMatchType()
>>> New
>>> API: 
>>> KeywordMatchType::name($googleAdsRow->getAdGroupCriterion()->getKeyword()->getMatchType())
>>>
>>>
>>> *3)* The new API is inconsistent and sometimes illogical to the point
>>> that even trained Google Ads API team members can't make it work
>>> 
>>> .
>>>
>>> *4)* The new API is tremendously slower
>>> 
>>> .
>>>
>>> Running a simple GetCampaign example, we get the following average
>>> response times:
>>>
>>> Old API: 0.49 s
>>> New API: 4.27 s
>>>
>>>
>>> The new API is 8.7 times slower than the old. Performing queries on
>>> large volumes of data with the new API frequently - but randomly - returns
>>> the dreaded deadline_exceeded error.
>>>
>>> *5)* Google Adwords deprecate their API versions every nine months to
>>> one year, making you jumping through the hoops all over again.
>>>
>>>
>>> Most non-Google APIs are not even remotely as bad to use. For example,
>>> Paypal still supports their versions for Checkout from ten years ago.
>>> Anyone who's used Stripe knows how an API can be set up in a matter of
>>> minutes. Most REST APIs can be called with simple Curl commands.
>>>
>>> So why is Google Ads (or Adwords) API so terrible?
>>>
>>> When you ask their team members they first give you some generic answers
>>> about how they're "addressing the issue" and are "aware of the
>>> difficulties". Then they'll end up saying that this is an extremely complex
>>> process. I personally don't believe that. How can adding a keyword be more
>>> difficult than setting up an asynchronous 3DS2 payment system? And yet
>>> Stripe allows you to do it in a few lines of code and with a great
>>> documentation.
>>>
>>> I think that Google APIs are bad to use because of three reasons:
>>>
>>>1. Google is a monopoly and thus doesn't care if you suffer or not.
>>>No other API can ask their clients for a PHP version more than 5.6 
>>> because
>>>they wouldn't get many clients. Yet Google knows we don't have a choice.
>>>2. Google has become a bloated inefficient administration caring
>>>more about its internal working than about users. It can afford it 
>>> because
>>>of point 1.
>>>3. As a consequence of point 2, Google likely doesn't attract many
>>>smart engineers anymore. If you're any good you start your own company or
>>>you go make fortunes working for a hot company or you save the world. You
>>>don't work for Google Ads API team.
>>>
>>>
>>>
>>>
>>>
>>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at 

Re: Hotel campaign with commission incompatible with shared budget

2019-05-29 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 29 Mei 2019 22.56, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 29 Mei 2019 22.55, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 29 Mei 2019 22.53, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service korsi sopa dibandung
>>>
>>> Pada tanggal Rab, 29 Mei 2019 22.48, Didier Roy 
>>> menulis:
>>>
>>>> Hello
>>>>
>>>> I fail to create a hotel campaign with bidding strategy Commission. It
>>>> says it is incompatible with shared budget but it is not possible to remove
>>>> the shared budget.
>>>> could you help to find what is wrong
>>>> we are using PHP client library V1_3
>>>>
>>>> request with shared budget :
>>>>
>>>> {"customerId":"9392767011","operations":[{"create":{"name":"GHA DE
>>>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},
>>>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>>>
>>>> answer
>>>> Fault
>>>> ---
>>>> Status code: 3
>>>> Details: Request contains an invalid argument.
>>>> Failure: {"errors":[{"errorCode":{"fieldError":"REQUIRED"},"message":"*The
>>>> required field was not present*
>>>> .","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"
>>>> *campaign_budget*"}]}}]}
>>>>
>>>>
>>>>
>>>> request without shared budget
>>>>
>>>> Request:
>>>> {"customerId":"9392767011","operations":[{"create":{"name":"GHA DE
>>>> CPA","status":"PAUSED","advertisingChannelType":"HOTEL","networkSettings":{"targetGoogleSearch":true},"hotelSetting":{"hotelCenterId":"1299535854"},"
>>>> *campaignBudget":"customers\/9392767011\/campaignBudgets\/2041086374*",
>>>> *"commission":{"commissionRateMicros":"8"*}}}]}
>>>>
>>>> response :
>>>> Fault
>>>> ---
>>>> Status code: 13
>>>> Details: Internal error encountered.
>>>> Failure:
>>>> {"errors":[{"errorCode":{"internalError":"ERROR_CODE_NOT_PUBLISHED"},"message":"The
>>>> appropriate error code isn't part of the API
>>>> yet.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":"0"},{"fieldName":"create"},{"fieldName":"campaign_budget"}]},"details":{"unpublishedErrorCode":"BiddingErrors.
>>>> *BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET*"}}]}
>>>>
>>>> thanks
>>>>
>>>> --
>>>> --
>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>> 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.
>>>> Visit this group at https://groups.google.com/group/adwords-api.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/adwords-api/00a22697-1202-4062-bd10-8d5894ae582c%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckCXiKs0gYGo8wBgCbo3dCBUzJWBTyhjMC%3DwqybP-G9CqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error occurred at MediaFileOperation create

2019-05-29 Thread revarasi Sofa
Service korsi sopa bandung

Pada tanggal Rab, 29 Mei 2019 19.23, Venkat 
menulis:

> Any updates on this?
>
> On Saturday, May 11, 2019 at 10:38:31 PM UTC+5:30, Venkat wrote:
>>
>> I tried to make a MediaFile using MediaFileService but failing
>> repeatedly.
>>
>> media_file_service = client.get_service('MediaFileService', version='v1')
>>
>> # create media file
>> media_file_operation = client.get_type('MediaFileOperation', 
>> version='v1')
>> media_file = media_file_operation.create
>> media_file.name.value = 'Bugs bunny'
>> media_file.source_url.value = 'http://cdn.zzz.com'
>> media_file.type = client.get_type('MediaTypeEnum', 
>> version='v1').DYNAMIC_IMAGE
>> media_file.mime_type = client.get_type('MimeTypeEnum', 
>> version='v1').IMAGE_GIF
>> with open('candy_1.gif', 'rb') as fp:
>> data = fp.read()
>> media_file.image.data.value = bytes(data)
>> try:
>> media_file_response = media_file_service.mutate_media_files(
>> customer_id, [media_file_operation])
>> except GoogleAdsException as ex:
>> print('Request with ID "%s" failed with status "%s" and includes the 
>> '
>>   'following errors:' % (ex.request_id, ex.error.code().name))
>> for error in ex.failure.errors:
>> print('\tError with message "%s".' % error.message)
>> if error.location:
>> for field_path_element in error.location.field_path_elements:
>> print('\t\tOn field: %s' % field_path_element.field_name)
>> sys.exit(1)
>>
>> Above is the code that I implemented. I did this as mentioned in the
>> documentation. But not sure why this error has occurred.
>>
>> Request with ID "masked" failed with status "INVALID_ARGUMENT" and includes 
>> the following errors:
>> Error with message "A required field was not specified or is an empty 
>> string.".
>>  On field: operations
>>
>> Above is the error response I got.
>>
>> Thanks.
>>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/ffd25930-85e4-469a-8dcc-7a3ccf3a9a0f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckAn6T1POXhujP4KQCD-HwC%2BbF86doEJ1Yi5sXYSy9%3DA%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding an Image Asset for creating Ad

2019-05-26 Thread revarasi Sofa
service korsi sopa dibandug

Pada tanggal Sen, 27 Mei 2019 11.59, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa bandung
>
> Pada tanggal Sen, 27 Mei 2019 11.56, Anushri shanbhag <
> anushriar...@gmail.com> menulis:
>
>> I need to create an ad and I need to upload an image asset so I can use
>> it with Ad.
>>
>> I  am using *Google Ads API .  *I believe I need to use the
>> *"AssetService" *
>> https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.AssetService
>>  for
>> the same.
>>
>>
>> ad_imageasset_service  = client.get_service('*AssetService*', version='v1')
>>
>> ad_imageadd_operation  = client.get_type('AssetOperation', version='v1')
>>
>> ad_imageadd= ad_imageadd_operation.create
>>
>>
>> I am now trying to add the image.  I have the image and it's details. But I 
>> see that we need to input the image data in bytes .
>>
>>
>> Could you please validate if above is right ? Also considering we have the 
>> image, how should we input the image data in bytes ?
>>
>>
>>
>> Thanks and Regards,
>>
>> Anushri
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/adwords-api/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckBdt4N%3D_e7JSs%3Dgs477sjF14dm_iJqTqCbYO7G%2B2Lj9nQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding an Image Asset for creating Ad

2019-05-26 Thread revarasi Sofa
service korsi sopa bandung

Pada tanggal Sen, 27 Mei 2019 11.56, Anushri shanbhag <
anushriar...@gmail.com> menulis:

> I need to create an ad and I need to upload an image asset so I can use it
> with Ad.
>
> I  am using *Google Ads API .  *I believe I need to use the
> *"AssetService" *
> https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.AssetService
>  for
> the same.
>
>
> ad_imageasset_service  = client.get_service('*AssetService*', version='v1')
>
> ad_imageadd_operation  = client.get_type('AssetOperation', version='v1')
>
> ad_imageadd= ad_imageadd_operation.create
>
>
> I am now trying to add the image.  I have the image and it's details. But I 
> see that we need to input the image data in bytes .
>
>
> Could you please validate if above is right ? Also considering we have the 
> image, how should we input the image data in bytes ?
>
>
>
> Thanks and Regards,
>
> Anushri
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/064c8ef0-f993-43a6-9e45-0b5b5d316399%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckBRFAO-r2XMqz9_ufMAiCLdP55uca2ys2Z_OK6u0ejBrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Class ArgumentParser not found

2019-05-24 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Jum, 24 Mei 2019 12.08, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> menulis:

> Hi,
>
> Thanks for reaching out.
>
> In the sample code of GetAccountInformation, there is a CUSTOMER_ID field
> that is required before you execute the code.
>
> [image: Screenshot from 2019-05-24 11-45-19]
>
> Could you confirm if you already set this before running the code? If not,
> can you try to set your clientCustomerId in the '*INSERT_CUSTOMER_ID_HERE*'
> then retry the request? Feel free to write back if the error persists after
> setting the CUSTOMER_ID.
>
> Regards,
> Dannison
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UAqSzC: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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/Va1TL0PRZSYI00Vr2NAab0QDKAyBOG46Rxow%40sfdc.net
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHekckD%2BJfk0tfu0Q0SOSdtbsTNoiJ__um-4hd-vav%2BjVMwEwA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't perform asset-level report using Google Ads API

2019-07-16 Thread revarasi Sofa
Pada tanggal Sel, 16 Jul 2019 16.03, integrations bidalgo <
integrati...@bidalgo.ai> menulis:

> Hi,
> I tried to get asset-level report using AdGroupAdAssetView resource, but
> got error stating that the resource is unrecognised:
>
>
> [2019-07-16 07:36:50] google-ads.INFO: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "PkxqlrB_TZD0a1Vl28ZDvQ", IsFault: 
> 0, FaultMessage: "None"
> [2019-07-16 07:36:51] google-ads.INFO: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "qq6MEPeQVhDU6ki1aaRHuA", IsFault: 
> 0, FaultMessage: "None"
> [2019-07-16 07:36:52] google-ads.WARNING: Request made: Host: 
> "googleads.googleapis.com", Method: 
> "/google.ads.googleads.v1.services.GoogleAdsService/Search", 
> ClientCustomerId: 2944805093, RequestId: "QHLQsZCDT3K7ip_poJzmDQ", IsFault: 
> 1, FaultMessage: "["Error in ad_group_ad_asset_view:  is not a valid resource 
> name."]"
> [2019-07-16 07:36:52] google-ads.NOTICE: Request
> ---
> Method Name: /google.ads.googleads.v1.services.GoogleAdsService/Search
> Host: googleads.googleapis.com
> Headers: {
> "x-goog-api-client": "gl-php\/7.1.23 gapic\/ gax\/0.38.2 grpc\/1.20.0",
> "x-goog-request-params": "customer_id=2944805093",
> "developer-token": "REDACTED",
> "login-customer-id": "6330691878"
> }
> Request: {"customerId":"2944805093","query":" SELECT 
> segments.date,asset.id,metrics.cost_micros,metrics.clicks,metrics.impressions,metrics.conversions
>  FROM ad_group_ad_asset_view WHERE segments.date >=  '20190222'  AND 
> segments.date <=  '20190222' "}
>
> Response
> ---
> Headers: {
> "request-id": "QHLQsZCDT3K7ip_poJzmDQ",
> "date": "Tue, 16 Jul 2019 07:36:52 GMT",
> "alt-svc": "quic=\":443\"; ma=2592000; v=\"46,43,39\""
> }
>
> Fault
> ---
> Status code: 3
> Details: Request contains an invalid argument.
> Failure: 
> {"errors":[{"errorCode":{"queryError":"BAD_RESOURCE_TYPE_IN_FROM_CLAUSE"},"message":"Error
>  in ad_group_ad_asset_view:  is not a valid resource name."}]}
>
>  Please advise.
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/96794c90-2663-439c-8c95-0ffc392296a6%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckDenR1bpWN75wsveN7S4hjTRBVh0HfSHgoOrO49vWSQmQ%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
servicekorsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
menulis:

> Hello,
>
> As the AdWords API doesn't expose the *number* of people who watched X%
> percentage of a video(25, 50, 75 and 100) only the *percentage* of people.
>
> We are interested in this metric, would it be as easy as to multiply the
> impressions with VideosPlayedToX% to gain a somewhat close approximation of
> how many people watched until that point?
>
> Or would VideoViews give a more accurate representation?(VideosPlayedToX *
> VideoViews = VideosPlayedToX%People)
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckArKNELfFa55%2BeSmy72%3DGutV8eh7CxyMCHwJYHRDuXEbw%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service kursi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> servicekorsi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
> menulis:
>
>> Hello,
>>
>> As the AdWords API doesn't expose the *number* of people who watched X%
>> percentage of a video(25, 50, 75 and 100) only the *percentage* of
>> people.
>>
>> We are interested in this metric, would it be as easy as to multiply the
>> impressions with VideosPlayedToX% to gain a somewhat close approximation of
>> how many people watched until that point?
>>
>> Or would VideoViews give a more accurate representation?(VideosPlayedToX
>> * VideoViews = VideosPlayedToX%People)
>>
>> --
>> --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckBgNoh6LE4NEKO5%3D7dxx85ZqdP%2BEGMbAD-bUzzsKB-okg%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service kursi dibandung

Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service kursi sopa dbandung
>
> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> serviice kursi di bandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service kursi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> servicekorsi sopa dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
>>>> menulis:
>>>>
>>>>> Hello,
>>>>>
>>>>> As the AdWords API doesn't expose the *number* of people who watched
>>>>> X% percentage of a video(25, 50, 75 and 100) only the *percentage* of
>>>>> people.
>>>>>
>>>>> We are interested in this metric, would it be as easy as to multiply
>>>>> the impressions with VideosPlayedToX% to gain a somewhat close
>>>>> approximation of how many people watched until that point?
>>>>>
>>>>> Or would VideoViews give a more accurate
>>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>>
>>>>> --
>>>>> --
>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckC1bN51O88uTCpzq0e0m8s1tG5FVJ_T4fd7J%3DEKSjfxGw%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service kursi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service kursi dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service kursi sopa dbandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> serviice kursi di bandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service kursi sopa dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> servicekorsi sopa dibandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
>>>>> menulis:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> As the AdWords API doesn't expose the *number* of people who watched
>>>>>> X% percentage of a video(25, 50, 75 and 100) only the *percentage*
>>>>>> of people.
>>>>>>
>>>>>> We are interested in this metric, would it be as easy as to multiply
>>>>>> the impressions with VideosPlayedToX% to gain a somewhat close
>>>>>> approximation of how many people watched until that point?
>>>>>>
>>>>>> Or would VideoViews give a more accurate
>>>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>>>
>>>>>> --
>>>>>> --
>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckCTweo8Wz3FBxM8th%2BmwsuPEG6eKHZKoxY62rDPabPuAA%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.57, revarasi Sofa <
service.kursi...@gmail.com> menulis:

>
> Pada tanggal Rab, 14 Agt 2019 20.56, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.56, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service korsi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.55, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service korsi sopa dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.54, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> service korsi sopa dibandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> service kursi sopa dibandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>
>>>>>>> service kursi dibandung
>>>>>>>
>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>
>>>>>>>> service kursi sopa dbandung
>>>>>>>>
>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>
>>>>>>>>> serviice kursi di bandung
>>>>>>>>>
>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>>
>>>>>>>>>> service kursi sopa dibandung
>>>>>>>>>>
>>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>>>
>>>>>>>>>>> servicekorsi sopa dibandung
>>>>>>>>>>>
>>>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja <
>>>>>>>>>>> erik.li...@funnel.io> menulis:
>>>>>>>>>>>
>>>>>>>>>>>> Hello,
>>>>>>>>>>>>
>>>>>>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>>>>>>> *percentage* of people.
>>>>>>>>>>>>
>>>>>>>>>>>> We are interested in this metric, would it be as easy as to
>>>>>>>>>>>> multiply the impressions with VideosPlayedToX% to gain a somewhat 
>>>>>>>>>>>> close
>>>>>>>>>>>> approximation of how many people watched until that point?
>>>>>>>>>>>>
>>>>>>>>>>>> Or would VideoViews give a more accurate
>>>>>>>>>>>> representation?(VideosPlayedToX * VideoViews = 
>>>>>>>>>>>> VideosPlayedToX%People)
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> --
>>>>>>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>>>>>>> .
>>>>>>>>>>>>
>>>>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckD77O1J%3DusAXr_%3DdnV3i30sHZ1eRrNv68CAx%3DD3evC33Q%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
Pada tanggal Rab, 14 Agt 2019 20.56, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.56, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.55, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service korsi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.54, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service korsi sopa dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> service kursi sopa dibandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> service kursi dibandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>
>>>>>>> service kursi sopa dbandung
>>>>>>>
>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>
>>>>>>>> serviice kursi di bandung
>>>>>>>>
>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>
>>>>>>>>> service kursi sopa dibandung
>>>>>>>>>
>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>>
>>>>>>>>>> servicekorsi sopa dibandung
>>>>>>>>>>
>>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja <
>>>>>>>>>> erik.li...@funnel.io> menulis:
>>>>>>>>>>
>>>>>>>>>>> Hello,
>>>>>>>>>>>
>>>>>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>>>>>> *percentage* of people.
>>>>>>>>>>>
>>>>>>>>>>> We are interested in this metric, would it be as easy as to
>>>>>>>>>>> multiply the impressions with VideosPlayedToX% to gain a somewhat 
>>>>>>>>>>> close
>>>>>>>>>>> approximation of how many people watched until that point?
>>>>>>>>>>>
>>>>>>>>>>> Or would VideoViews give a more accurate
>>>>>>>>>>> representation?(VideosPlayedToX * VideoViews = 
>>>>>>>>>>> VideosPlayedToX%People)
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> --
>>>>>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>>>>>> .
>>>>>>>>>>>
>>>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckAOrLZ_t2Sycj8bEwhpO7kHa%2BNRPox6QQdUoOzjip7n2g%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
serviice kursi di bandung

Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service kursi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> servicekorsi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
>> menulis:
>>
>>> Hello,
>>>
>>> As the AdWords API doesn't expose the *number* of people who watched X%
>>> percentage of a video(25, 50, 75 and 100) only the *percentage* of
>>> people.
>>>
>>> We are interested in this metric, would it be as easy as to multiply the
>>> impressions with VideosPlayedToX% to gain a somewhat close approximation of
>>> how many people watched until that point?
>>>
>>> Or would VideoViews give a more accurate representation?(VideosPlayedToX
>>> * VideoViews = VideosPlayedToX%People)
>>>
>>> --
>>> --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckCRVw0CCK5%3DxAicZSg4CtQcE%2BLMTG2UCnYwtTZ0PWWJHg%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.56, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.55, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.54, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service korsi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service kursi sopa dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> service kursi dibandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> service kursi sopa dbandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>
>>>>>>> serviice kursi di bandung
>>>>>>>
>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>
>>>>>>>> service kursi sopa dibandung
>>>>>>>>
>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>>
>>>>>>>>> servicekorsi sopa dibandung
>>>>>>>>>
>>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja <
>>>>>>>>> erik.li...@funnel.io> menulis:
>>>>>>>>>
>>>>>>>>>> Hello,
>>>>>>>>>>
>>>>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>>>>> *percentage* of people.
>>>>>>>>>>
>>>>>>>>>> We are interested in this metric, would it be as easy as to
>>>>>>>>>> multiply the impressions with VideosPlayedToX% to gain a somewhat 
>>>>>>>>>> close
>>>>>>>>>> approximation of how many people watched until that point?
>>>>>>>>>>
>>>>>>>>>> Or would VideoViews give a more accurate
>>>>>>>>>> representation?(VideosPlayedToX * VideoViews = 
>>>>>>>>>> VideosPlayedToX%People)
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> --
>>>>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>>>>> .
>>>>>>>>>>
>>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckCogb7ub%3DpA9%3DSq7KkMOrgvPjCxo2WYw%3D4NvmuWb9OokQ%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service kursi sopa dbandung

Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> serviice kursi di bandung
>
> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service kursi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> servicekorsi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
>>> menulis:
>>>
>>>> Hello,
>>>>
>>>> As the AdWords API doesn't expose the *number* of people who watched
>>>> X% percentage of a video(25, 50, 75 and 100) only the *percentage* of
>>>> people.
>>>>
>>>> We are interested in this metric, would it be as easy as to multiply
>>>> the impressions with VideosPlayedToX% to gain a somewhat close
>>>> approximation of how many people watched until that point?
>>>>
>>>> Or would VideoViews give a more accurate
>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>
>>>> --
>>>> --
>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckAsFkxik-2_G8coi1RpcXAn9S%3DpDNeN-W9jcpM3UZsV4w%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service kursi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service kursi dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service kursi sopa dbandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> serviice kursi di bandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> service kursi sopa dibandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> servicekorsi sopa dibandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja 
>>>>>> menulis:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>> *percentage* of people.
>>>>>>>
>>>>>>> We are interested in this metric, would it be as easy as to multiply
>>>>>>> the impressions with VideosPlayedToX% to gain a somewhat close
>>>>>>> approximation of how many people watched until that point?
>>>>>>>
>>>>>>> Or would VideoViews give a more accurate
>>>>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>>>>
>>>>>>> --
>>>>>>> --
>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>> .
>>>>>>>
>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckDmtQFBykSxZmMtY-d624pruC2DjR9kyW3bBgg%3D5q3xrw%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.55, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.54, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service korsi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service kursi sopa dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service kursi dibandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> service kursi sopa dbandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> serviice kursi di bandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>
>>>>>>> service kursi sopa dibandung
>>>>>>>
>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>>
>>>>>>>> servicekorsi sopa dibandung
>>>>>>>>
>>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja <
>>>>>>>> erik.li...@funnel.io> menulis:
>>>>>>>>
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>>>> *percentage* of people.
>>>>>>>>>
>>>>>>>>> We are interested in this metric, would it be as easy as to
>>>>>>>>> multiply the impressions with VideosPlayedToX% to gain a somewhat 
>>>>>>>>> close
>>>>>>>>> approximation of how many people watched until that point?
>>>>>>>>>
>>>>>>>>> Or would VideoViews give a more accurate
>>>>>>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> --
>>>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckBRq_uCSTSD7%2BxN-FZDv4FMbxs1opTYE-fZnsuxybtyvg%40mail.gmail.com.


Re: VideosPlayedToXQuartile to number of people who watched until X%

2019-08-14 Thread revarasi Sofa
service korsi sopa dibandung

Pada tanggal Rab, 14 Agt 2019 20.54, revarasi Sofa <
service.kursi...@gmail.com> menulis:

> service korsi sopa dibandung
>
> Pada tanggal Rab, 14 Agt 2019 20.53, revarasi Sofa <
> service.kursi...@gmail.com> menulis:
>
>> service kursi sopa dibandung
>>
>> Pada tanggal Rab, 14 Agt 2019 20.52, revarasi Sofa <
>> service.kursi...@gmail.com> menulis:
>>
>>> service kursi dibandung
>>>
>>> Pada tanggal Rab, 14 Agt 2019 20.51, revarasi Sofa <
>>> service.kursi...@gmail.com> menulis:
>>>
>>>> service kursi sopa dbandung
>>>>
>>>> Pada tanggal Rab, 14 Agt 2019 20.50, revarasi Sofa <
>>>> service.kursi...@gmail.com> menulis:
>>>>
>>>>> serviice kursi di bandung
>>>>>
>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>> service.kursi...@gmail.com> menulis:
>>>>>
>>>>>> service kursi sopa dibandung
>>>>>>
>>>>>> Pada tanggal Rab, 14 Agt 2019 20.49, revarasi Sofa <
>>>>>> service.kursi...@gmail.com> menulis:
>>>>>>
>>>>>>> servicekorsi sopa dibandung
>>>>>>>
>>>>>>> Pada tanggal Rab, 14 Agt 2019 20.45, Erik Lilja <
>>>>>>> erik.li...@funnel.io> menulis:
>>>>>>>
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> As the AdWords API doesn't expose the *number* of people who
>>>>>>>> watched X% percentage of a video(25, 50, 75 and 100) only the
>>>>>>>> *percentage* of people.
>>>>>>>>
>>>>>>>> We are interested in this metric, would it be as easy as to
>>>>>>>> multiply the impressions with VideosPlayedToX% to gain a somewhat close
>>>>>>>> approximation of how many people watched until that point?
>>>>>>>>
>>>>>>>> Or would VideoViews give a more accurate
>>>>>>>> representation?(VideosPlayedToX * VideoViews = VideosPlayedToX%People)
>>>>>>>>
>>>>>>>> --
>>>>>>>> --
>>>>>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>>>>>> 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/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com
>>>>>>>> <https://groups.google.com/d/msgid/adwords-api/144d0b6c-82ab-44c9-b19f-d5b74c7c01b4%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>>> .
>>>>>>>>
>>>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckDom_DhUkTsctbEKu_x94u7LdKtx61VP4%3DEiH2KwLQ7Kg%40mail.gmail.com.


Re: AdWords API v2018

2019-08-26 Thread revarasi Sofa
Pada tanggal Sen, 26 Agt 2019 14.08, AdwAPI-TR 
menulis:

>
> Hello there,
> I'm using the AdWords API v2018009. Which version do I need to upgrade to?
> I didn't see any new release information. What is the sunset date for this
> version?
>
> https://developers.google.com/adwords/api/docs/sunset-dates
>
> Other information
>
> https://ads-developers.googleblog.com/2019/07/google-ads-api-returning-to-beta.html
>
> Thanks.
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/180b57f9-8af6-4789-aa79-0af6a620472f%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAHekckAShFfK4Y1-5XAebeTwNKxUE0zBgFVm8UpAKBixSvLQxg%40mail.gmail.com.