Re: Upload HTML5 via Ads API to an App Campaign

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hi Renan, The Engineering team is still working on it, we will keep you posted as soon as there is any progress. Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5001UKMK1u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

Re: Upload HTML5 via Ads API to an App Campaign

2020-02-13 Thread Renan Duarte Ribeiro dos Santos
Hi Pierrick, Any update from the team? Kind regards On Friday, January 31, 2020 at 6:04:03 PM UTC-3, adsapiforumadvisor wrote: > > Hi Renan, > > I am following up with the team in charge of the whitelist, I should hear > back from them soon. > > Thanks, > Pierrick - Ads API Team > > ref:_00D1

Re: Upload HTML5 via Ads API to an App Campaign

2020-01-31 Thread Google Ads API Forum Advisor Prod
Hi Renan, I am following up with the team in charge of the whitelist, I should hear back from them soon. Thanks, Pierrick - Ads API Team ref:_00D1U1174p._5001UKMK1u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: Upload HTML5 via Ads API to an App Campaign

2020-01-31 Thread Renan Duarte Ribeiro dos Santos
Hey Ben, Any update on that? Thanks On Monday, November 18, 2019 at 9:40:46 PM UTC-3, adsapiforumadvisor wrote: > > Hi Renan, > > Thank you for your patience! I may have found a way to whitelist your > account to use modified clickability, allowing you to upload ads with > clickable elements, s

Re: Upload HTML5 via Ads API to an App Campaign

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi Renan, Thanks for the question! The removal of modified clickability requires that the entire surface of an ad must be clickable (i.e. leads to the advertiser's website) in order for the Ad to be compliant. It doesn't seem like there are any exceptions to this rule, including to add a clicka

Re: Upload HTML5 via Ads API to an App Campaign

2019-10-14 Thread Renan Duarte Ribeiro dos Santos
Hi Sai, Thank you again for your help. Well, I have been talking with my dev team and they rose a question. If we don't use the ExitApi.exit() method then the entire area of my playable is clickable, this means that if the user clicks once, for example trying to play the playable ads, he/she is d

RE: Upload HTML5 via Ads API to an App Campaign

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello Renan, Looks like the error is related to this post. The error means that the JavaScript embedded in the HTML you're uploading contains modified clickability. Specifically, somewhere in the code there is a call to ExitApi.exit(). The above post might give you some resources in how to fix

Upload HTML5 via Ads API to an App Campaign

2019-10-06 Thread Renan Duarte Ribeiro dos Santos
Hi all, I have been trying to upload an HTLM5 file using the Google Ads API. Here is part of the code I am using: # Create Media media_file = media_file_operation.create media_file.id.value = 123435 media_file.type = client.get_type('MediaTypeEnum', version='v2').MEDIA_BUNDLE med