Coder Social home page Coder Social logo

advertising's Introduction

advertising's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

advertising's Issues

Provide extra detail around timezones and custom date ranges

The documentation for time zones seem to imply that the ReportTimeZone applies only for relative dates. It would be useful to clarify what the behaviour is for a custom date range.

My assumption would be that they also apply for a custom date range. For example if I request:

2020-01-01
2020-01-31
Timezone: Sydney/Australia

It would request that date range at the start of the 1st and end of 31st in local Sydney time.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Getting an error with the code snippet on here.

I'm trying to use this example to retrieve report data from bing ads with python. I set everything up and got all the necessary ID's but when I run this script, I get an error that makes it seem like the example is outdated.

This is my error:

module 'bingads.v13.reporting.reporting_service_manager' has no attribute 'download_report'

The code line that causes this failure is in the download_report() function
report_container = reporting_service_manager.download_report(reporting_download_parameters)

Is the example code outdated?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Add sandbox section showing how to push a transaction with the sandbox environment

Hi! I don't see any samples to do this operation for the sandbox environment. I've tried to call https://partner.api.sandbox.bingads.microsoft.com, but end up with a 404. Is it possible to supply a section showing how to push a transaction with the sandbox environment?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Need of Boundaries in batch request

[Enter feedback here]
could you please explain the need for boundaries in batch requests?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

C# code only

Link to this page noted reports would be accessible via C#, Java, PHP, or Python. Came from https://docs.microsoft.com/en-us/advertising/guides/get-started?view=bingads-13.

image

The only code example is C#. Disappointing a "come-on" was used....


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Bing Ads API

[Enter feedback here]
I am not able to find Bings Ads API. Anyone, please help me out to extract Bing Ads Data in Power BI.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

sdk for javascript

There is no sdk for javaScript, and no documentation for rest api call method for ads api.

SuggestedBid

[在此处输入反馈]


文档详细信息

请勿编辑此部分。 learn.microsoft.com ➟ GitHub 问题链接必须具有此部分。

Reporting.AccountPerformanceReportColumn Does not contain the value RelativeCtr

Microsoft.BingAds.V13.Reporting.AccountPerformanceReportColumn Does not contain the value RelativeCtr

The first list has it listed.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

We Call Content API Response Content "The service is unavailable", Response Status Code : 503 On 2022/02/11 15:00

[Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AssetLinkEditorialStatus getStatus does not support empty string, which come a lot of the times

[Enter feedback here]


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Missing return TimeZone

As far as i can determine the document does not state in which timeZone the returned dateTime is provided. I can see this either being UTC or the time zone indicited by the ReportTimeZone parameter.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Proprety Issue

TypeError: Unable to get property 'createSheetsService' of undefined or null reference when using the same code in documentation.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

I can not get the code from the ms website

I try this get-started.py but the return website page is null
image


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

These docs are broken.

This get_started.py stuff doesn't work. One glaring issue is it just doesn't run to begin with as it throws an exception that isn't imported so you have to add 'from bingads.exceptions import OAuthTokenRequestException' to top just to get started. One annoying thing is it should go ahead and print the URL, it should'nt be assumed your on a client with a browser. Finally the auth endpoint doesn't appear to work. I had to switch it to use OAuthWithAuthorizationCode. There should also be specific instructions to make sure your using a personal account and not a work account.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

InternalServiceFault when calling bing ads reporting with no details to what the actual error is.

D, [2023-03-22T18:36:05.776124 #1] DEBUG -- : HTTPI /peer POST request to reporting.api.bingads.microsoft.com (httpclient)
I, [2023-03-22T18:36:06.041355 #1]  INFO -- : SOAP response (status 200)
D, [2023-03-22T18:36:06.042613 #1] DEBUG -- : <?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <s:Fault>
      <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
      <faultstring>The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.</faultstring>
    </s:Fault>
  </s:Body>
</s:Envelope>

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

How can I link the upload file to current audience list after using the bulk API

From this page, I know that I can upload the customer list via bulk API to ads, but how can I link the customer file to current selected audience list?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Typo in documentation

[Enter feedback here]
Typo in documentation. Method campaign.adgroups should be campaign.adGroups.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Spelling Mistake/HTML tag issues in Content

[Enter feedback here]

The Currency details guide has a spelling/HTML tag issue mismatch. Please have a look at the image attached.

Products-Resource-Microsoft-Advertising-Microsoft-Docs


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Can't list audiences

Hi!

Documentation says parameter AudienceIds is optional, and that if it's sent empty or null I should receive all available audiences. However, I'm receiving an error when sending it empty and no audiences when sending it null.

I'm assuming this is "sending it empty":

<v13:AudienceIds></v13:AudienceIds>

while "sending it null" means not even sending the v13:AudienceIds tag.

What is the correct way to request all the audiences?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Wrong Link

[Enter feedback here]
Method "get" returns a "ProductGroupIterator" and not an "AdGroupIterator".


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

msclkid

  • I am not able to find msclkid in report
  • i see all report any not specific report if suggest me which report i have used and some report name are not in bing ads

This product is awful

This page makes no sense. Why do you make it such a chore to get something that should be easily accessed with a click of a button? When I go to the developer portal, I get a blank page. This is extremely poorly designed and convoluted. Google can identify a DMA just from typing it in, why can't MSN do the same? These location codes are extremely irritating to deal with.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Truncated documentation for Product resource within Shopping Content API

the documentation for "Product" is truncated / incomplete after the "contentLanguage" attribute

image


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Does not state that the sandbox is not generally available

Dear Microsoft Docs Team,

I just wanted to leave quick feedback here. The mentioned docs page guides through the process of creating a sandbox which I just completed. However unfortunately the page does not state that also access to the sandbox is restricted to select Microsoft partners and not available to all Microsoft customers.

It would've helped me if there were a clear warning message that not only the production system is "invitation-only", but also the Sandbox is restricted to pre-authorized Microsoft Ads partners. The current docs leave the impression that the Sandbox is a publicly available service which it isn't.

Regards, Jan


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Difference between last click and last touch

Hello, it is not clear on what the difference between last click and last touch is, and I'm having trouble finding more information in other documentation about Last Touch. Is it possible to update this page with more information?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Duplicate text on "Getting Started - Windows App UET SDK" page

The text below appears twice on the "Getting Started - Windows App UET SDK" page and appears duplicated by accident:

For most goals in an application, you’ll want to select Event. In the example of setting up an in-app purchase goal, we select Event because this in-app purchase happens when a user completes a specific action.

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Curious about Client Secret

I'm working with this flow to try and get a simple proof of concept going, but using the code, with my own credentials is throwing up an error that seems to pertain to a missing field: client_secret.

The issue is I don't see where I would add that in using the existing flow, AuthorizationData (from bingads.authorization) doesn't appear to support that.

IOAuthTokenRequestException: error_code: invalid_client, error_description: AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'.
Trace ID: f3be6bf5-864e-4ca4-b13c-8ac8dd932d00
Correlation ID: 96a62705-bd55-4980-bb22-0d8c9da4d8e4
Timestamp: 2022-12-15 21:57:50Z


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Custom Audience Management

Hi!

I'm trying to understand if and how it is possible to manage a custom audience (add and delete customers). Is a Customer List the way to do it? I don't find in this documentation how to connect both things (custom audience and customer list), could someone explain?

Also, I'd like to know what information the custom audience supports. Is it only email? or it also supports giving other pieces of data about the customers (like address, phone, zip code, etc.)

Is there a better place to ask this questions?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

api request count and rate limit

hello.

GetKeywordIdeasServiceOperation - I was wondering if there are any API request limits and call rate limits in Ad Insight.
(https://learn.microsoft.com/en-us/advertising/ad-insight-service/getkeywordideas?view=bingads-13)
Is it correct that up to 3000 keywords are returned, and there is no limit to the request?


문서 세부 정보

이 섹션을 편집하지 마세요. learn.microsoft.com ➟ GitHub 문제 연결에 필요합니다.

SuggestedBid parameter, what are the currency?

[在此处输入反馈]


文档详细信息

请勿编辑此部分。 learn.microsoft.com ➟ GitHub 问题链接必须具有此部分。

Spacing issue in text

The note in Option 2 https://docs.microsoft.com/en-us/advertising/scripts/examples/authenticating-with-google-services#option2 says:

When authorizing APIs in the playground, if you see a dialog that says, "This app isn't verified", click Advanced and then Go to [app name] (unsafe). 22. After the APIs are authorized, click Exchange authorization code for tokens 23. Copy the token from Refresh token to use in step 24 24. In solutions like Discovering disapproved ads, which access Google services, set the credentials object's clientId, clientSecret, and refreshToken fields to the values you received in steps 13 and 22.

It looks like the rest of the text starting with 22 is supposed to go back to being a numbered list, not part of the note.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Searching for this was very difficult

We moved from our xandr documents pages to the new Microsoft learn and tbh, it's pretty bad. There's not an option to select "Invest" or "Curate" or even "Microsoft Advertising" easily and clients and employees (like myself) are having a hard time navigating to find answers to platform questions for the DSP and Curate. what are the plans to make this better?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

the bulk download interface response is not same as the response from getCampaignsByAccountId

The same campaign is queried in both interfaces, but the two interfaces return different settings.

com.microsoft.bingads.v13.campaignmanagement.GetCampaignsByAccountIdResponse
com.microsoft.bingads.v13.bulk.IBulkService#downloadCampaignsByAccountIdsAsync

The main differences are in the settings:
result from GetCampaignsByAccountIdResponse
image

result from downloadCampaignsByAccountIdsAsync
image

you can see the result from downloadCampaignsByAccountIdsAsync not have the field setting.TargetSetting.details


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SyncError 6228 MaxMMAAdsLimitReachedInAdGroup is not documented

SyncError 6228 MaxMMAAdsLimitReachedInAdGroup is not documented here.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Unclear if daylight saving is applied to time zones or if there are fixes offsets

It is not clear whether the depicted time zones include daylight saving time or not. Because the UTC offsets are shown, this seems to not be the case, as the offset suggests those are fixed. However, on the other hand the documentation writes about e.g. Amsterdam, Berlin, Bern, Rome, Stockholm, and Vienna time zone. This suggests that daylight saving is applied, as these time zones use it.
So which one is it?
Also, is there a way to use a timezone according to UTC?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Change ImageAsset() to TextAsset() in the PHP example code.

For the PHP example, I believe the ImageAsset() class that is being used is incorrect. I believe it is suppose to be TextAsset() instead. In the C# example, it is correctly using the TextAsset() class.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

please update documentation

This documentation page is out of date. dependencies are wrong. https://pypi.org/project/bingads/
please update.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

`storeCode` for Local Inventory Ads

Hi there!

I'm trying to set up Local Inventory Ads (through the API, but facing the same issue in the Merchant Center).

I'm getting stuck on the message StoreCode is missing or invalid. for every request I issue:

image

I've tried every format for the store code I could think of, including the one listed on the 'Business locations' page where I imported my Google business listing, but none work.

Any ideas why this might be?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.